Embed Notice
HTML Code
Corresponding Notice
- Embed this noticeI thought there was a binary kernel now?
I haven't updated my kernel config in over 10 years. If I ever need to reboot, I'm like "well might as well upgrade the kernel and see if it works."
`cd /usr/src/linux; cp /proc/config.gz .; gunzip config.gz; mv config.gz .config; make menuconfig; (exit/save); make bzImage modules modules_install`
I hate compiling the kernel too. My default config mostly just works on desktops and not laptops :blobcatcry: