Results 1 to 3 of 3
Hi
i want to work on linux kernal. what all things i need to start with?
kindly mail me a breief procedure to start with as i am new to ...
- 01-22-2003 #1Just Joined!
- Join Date
- Nov 2002
- Location
- India
- Posts
- 5
Linux Kernal
Hi
i want to work on linux kernal. what all things i need to start with?
kindly mail me a breief procedure to start with as i am new to working on linux kernal.
chow
- 01-22-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
www.kernel.org has a howto on compiling a kernel. Its pretty simple though
Code:make menuconfig && make dep && make bzImage && make modules && make modules_install
- 01-22-2003 #3Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
he is looking to work on the kernel. If you want to read the LKML. That is the Linux Kernel Mailing List, where almost all the discussion goes on about new features, new stuff going on, and some old stuff. They don't have any primers as the entire kernel is just one huuuuge C program, and you can find C primers all over the internet.
I respectfully decline the invitation to join your delusion.


Reply With Quote
