2921
Comment: clean up - removed some obsoleted and not relevant links
|
2494
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
'''Eager to become a kernel hacker? Start here:''' | '''Want to become a kernel hacker? Start here:''' |
Line 5: | Line 6: |
* [http://tldp.org/HOWTO/KernelAnalysis-HOWTO.html KernelAnalysis-HOWTO] | |
Line 6: | Line 8: |
* more ["Documents"] | |
Line 13: | Line 16: |
* join http://www.kerneljanitors.org/ | |
Line 15: | Line 19: |
Line 25: | Line 30: |
* Some existing documents on kernelnewbies site can be found [:Documents:here][[BR]] | |
Line 28: | Line 32: |
* KernelUpdating . From a old Kernel version to a newer one. | |
Line 31: | Line 34: |
* [http://www.bitbenderforums.com/vb22/showthread.php?postid=305894#post305894 Compiling a Custom Linux Kernel] * [http://freshmeat.net/projects/mkkernel/ mkkernel] helps beginners.[[BR]] |
|
Line 34: | Line 35: |
* [http://freshmeat.net/projects/user-modelinux/ User Mode Linux] ([http://www.linux-mag.com/2001-04/user_mode_01.html description]) allows test kernels to be run under Linux. See also NavigatingTheSources[[BR]] | |
Line 45: | Line 45: |
---- . CategoryKernelHacking |
CategoryKernelHacking |
Want to become a kernel hacker? Start here:
[http://en.wikipedia.org/wiki/Linux_kernel Wikipedia article about the Linux kernel] - some history and background
[http://www.ibm.com/developerworks/linux/library/l-linux-kernel/ Anatomy of the Linux kernel] - short and valuable introduction to internals of the kernel
[http://www.makelinux.net/kernel_map Interactive Linux Kernel Map] reveals architecture and 200 most significant kernel functions
[http://tldp.org/HOWTO/KernelAnalysis-HOWTO.html KernelAnalysis-HOWTO]
find a lot of time to read KernelBooks
- more ["Documents"]
[http://lxr.linux.no/linux Linux Cross Reference] - browse the source online
LinuxChanges and http://LWN.net/Kernel - read about a recent developments
http://lkml.org/ - here the real kernel hackers are talking
explore more documentation at [http://www.makelinux.net/reference Linux Technology Reference]
- write a simple kernel loadable ["Module"]
KernelBuild - build a custom kernel
UpstreamMerge How to submit your patch to the upstream kernel.
WANTED: volunteers to sort the information on this page, to make things easier to find.
CompleteNewbiesClickHere for some ideas on how to get started.
Discuss your questions on ["IRC"], the MailingList or the [http://forum.kernelnewbies.org/ web forum], if you cannot find your answers in these documents:
- ["New Kernel Hacking HOWTO"] (right now under-development on kernelnewbies)
- ["Linux Kernel Tester's Guide"]
CareerAdvice for people who want to get a job hacking the kernel
From basic to advanced Linux Kernel articles (outdated) http://whatisthekernel.blogspot.com/
Move on to more hands-on activities:
KernelHackingTools to edit/navigate/hack the kernel source
[http://tldp.org/HOWTO/Kernel-HOWTO/ Compiling the Linux kernel] or [http://www.osnews.com/story.php?news_id=443 OS News Article]BR
- ["Testing"]
[http://mail.nl.linux.org/kernelnewbies/2003-08/msg00347.html Paper on Debugging Kernel OOPs and Hangs]
Some tutorials or projects to inspire you
- ["Drivers"]
- ["Simple UDP Server"]
[http://www.linuxdevices.com/articles/AT5340618290.html Writing Portable Device Drivers]BR
- ["SMPSynchronisation"] an intro on SMP locking
Put your kernel hacking stuff here and let's help each other learn about the kernel.BR