kisslinux / repo

KISS Linux - Official Repositories
https://kisslinux.github.io
MIT License
400 stars 100 forks source link

Kernel Binary #385

Closed ghost closed 2 years ago

ghost commented 2 years ago

Is there a Linux kernel bin? I'm too lazy to compile a kernel because I use an Intel Atom, which is the slowest CPU series.

aabacchus commented 2 years ago

You probably could get one from another distribution, but configuring and tweaking the kernel is one of the most rewarding parts of setting up the system. Start with a make localyesconfig and add stuff you want, take away stuff you don't need. Yes, it will take ages to compile (don't forget make -jN).