Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good barebones linux distro for beginner kernel development?

In my Operating Systems class we are looking to modify a Linux kernel with some simple system calls of our own in C.

What would be a good distro suited for this purpose? We don't need any frills, no GUI, a vanilla kernel, etc. The more basic the better.

like image 762
mmcdole Avatar asked Feb 04 '09 20:02

mmcdole


People also ask

Which Linux distro is best for kernel development?

Fedora. Fedora is the favorite distro of Linus Torvalds, the creator of the Linux kernel. He loves it for its ease of use and support for PowerPC.


1 Answers

I was able to modify the kernel pretty easily using a minimal Gentoo install. Just install gentoo, follow the installation instructions, then:

$ emerge gentoo-sources
$ emerge emacs
$ cd /usr/src/linux
like image 162
Tom Ritter Avatar answered Nov 15 '22 16:11

Tom Ritter