Tagged Questions
9
votes
3answers
2k views
How do I begin with building a Linux system from scratch?
I tried to make an operating system with my on custom built kernel. It didn't work out too well. I am using Ubuntu and have downloaded Linux 3.2.7 from kernel.org . I am not trying to change the ...
2
votes
1answer
102 views
Is it possible for grub2 to detect some specific CPU features and choose a proper kernel to boot?
I want to configure grub to check some CPU features on startup and choose a proper kernel to boot (e.g. multiple cores -> kernel with SMP support). Is it possible? If so, then how do I do it?