This video goes over using a Custom Linux Kernel. This will show you installation and go over some of the pros and cons of running a custom Linux kernel.
Article Walk-through: https://www.christitus.com/custom-kernel/ .
►► Digital Downloads ➜ https://www.cttstore.com
►► Patreon ➜ https://www.patreon.com/christitustech
►► Twitch ➜ https://www.twitch.tv/christitustech
►► Website and Guides ➜ https://christitus.com

Yo Dawg, long time viewer, first time commenter. Keep up the distro's and stay away from those distro hoppers!
ehh when it comes to the kernel ill let linus and freinds handle that im one bric away from a mental breakdown allready
Hola 🙂
I have an old Chromebook that I converted to linux and had to compile the kernel to get the onboard sound to work. Took foreeeeeever
I would dive deep into "The Linux Kernel in a Nutshell" book.
Lmao watch 1.5x PRO TIP
What is that widget on your desktop?
You can cross compile and copy over the image and modules instead to save time
??? how is this a walkthrough the video covered literally nothing of the process
Are you from China?
Sher verbal diarrhoea
Hi Chris I need to learn how to create a linux destro and iso image
After installing the zen kernel I got rid of all lag from Rocket League. It would lag on game join and during kickoff, but with the zen kernel it just doesn't.
Great success!
Do you have discord? I need help 😫
Holy crap he looks like an american version of Martin "In the little wood"
That's exactly the same as downloading linux-zen, but takes longer.
Well I really note speed performance with a localmodconfig compiled kernel. (Y)
"here i am installing …" no…. there you were compiling,
Someone give me advice have a lenovo legion 5 touchpad will only work with with if elants ekth i2c is modularise in menuconfig all linux distros kernel has it as built in (*) and will not work but nvidia driver doesn't like custom kernels always fails so I just run my apu or nouveau driver is there a way to get nvidia drivers and custom kernels to work
THat feeling when the whole fucking Linux kernel takes a lot less than compiling Chromium.
@Chris Titus Tech I don't want a custom Kernel I just looking for lastest kernel to add to or update centos stream os too . but you bring up some good points here
I would recommend linux-tkg as it has a lot more customisation.
better you play theatre than kernels…romeo snd juliet for example
Ah yes the black screen of death
I was expecting to see how you setup the .config
For me, i take the latest stable kernel from kernel.org do an 'make olddefconfg' to get a runnable baseline and then run xconfig or menuconfig and go through it removing stuff I don't need and enabling a few things like changing the processor from 'generic' to 'core2/xeon or newer', removing bounce buffers and since I run an Intel based system i also disable all the AMD stuff, along with video and networking items that are not applicable to my system, disable Trusted Platform,Industrial support, and a lot more. I also do INSTALL_MOD_STRIP=1 to reduce module size. There *are* things you can enable or disable that improve kernel performance, you need to dig to find the stuff that fits your system. As just one simple example, i found that zswap was disabled so i enabled it for faster swap performance. Anyway, the result is a streamlined kernel that works great on my system. BTW: you should use make – j*(4*num_cpu) and the compile will run very fast. I just compiled 5.8.11 from a make clean state and it only took me 17 minutes 30 seconds on OpenSuse Leap 15.2 and an Intel 3960x with 16G of ram which was running milkyway at home at the same time which puts a heavy load on the cpu by itself. In the end is it faster? Yes, but not noticeably so. Its now able to use more current instructions and that and things like zswap ought to help. It also gets rid of a lot of cruft and takes up a lot less space between /boot and /lib/modules
Never stop tinkering!
How do I install and Lts kernel in artix without breaking it sir…
3 hours?? How bloated is this kernel?? I built my own kernel on gentoo and it compiled with 12 threads in under 3 minutes!
Custom Linux kernel is very useful when we trying to install Android into novel laptop like HP Convertible
with modprobed-db i compile only what is needed for my system, and i compile my kernel in 10 minutes
i recompiled the stock arch kernel with -03 optimization, and it feels a whole lot faster.
might be a placebo effect, but im happy with it for now.
What a massive that is. I learn more for linux
This is quintessential for playing osu. Linux audio lag is crap
Thou shall not have any other god than Torvalds.
It used to be well worth it before SSD drives. Compiling my own kernel halved the boot time!
go ahead
When are you gonna do a true custom Linux install with gentoo or Linux from scratch?
For me Zen performs worse than the standard Linux kernel.
Personally I'm using the Xanmod custom kernel. From what I've gathered it pulls in some kernel patches from Intel's clear Linux and the like. And my system feels a bit more responsive.
My Ubuntu 19.10 install seems to be running fine so far. Only major change I had to do was wipe out my swap partition.