2921
Comment: clean up - removed some obsoleted and not relevant links
|
← Revision 94 as of 2022-10-23 20:46:09 ⇥
2162
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
'''Eager 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 * find a lot of time to read KernelBooks * [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"] |
== Background on kernel development == * So you want to be a Linux kernel Hacker? [[KernelDevViewpoint|Read]] what the job is really like. * CareerAdvice for people who want to get a job hacking the kernel * [[StartKernelHacking|Getting started]] on kernel hacking == Kernel history == * Kernel release process [[KernelReleaseProcess]] * Tools used in kernel development [[KernelHackingTools]] == Sending patches == * [[FirstKernelPatch|First patch tutorial.]] * [[MailSetup|Setting up your mail client]] to not mangle patches * [[PatchSeries|Tips]] on how create a patch series * How to write a [[HowToWriteAChangelog| changelog]] * [[https://www.youtube.com/watch?feature=player_embedded&v=fMeH7wqOwXA#!|"I don't want your code"]] a presentation about grumpy kernel maintainers by Greg KH == Static Analysis Tools == * [[Sparse]] is an awesome tool that applies static analysis to find common kernel bugs. * [[http://coccinelle.lip6.fr/documentation.html|Coccinelle]] can be used to create scripts to find and fix common kernel bugs. == More information about the kernel == * [[SMPSynchronisation]] an intro on SMP locking * Useful kernel tutorials, presentations, and [[Documents]] * LinuxChanges and http://LWN.net/Kernel - read about recent developments == How To ... == |
Line 12: | Line 28: |
* KernelDebug - debugging bugs * KernelSafari - taking apart the kernel to see how it works |
|
Line 13: | Line 31: |
---- '''WANTED: volunteers to sort the information on this page, to make things easier to find.''' |
* join the [[http://janitor.kernelnewbies.org/|Kernel Janitors]] and/or [[http://LinuxDriverProject.org/|Linux Driver]] projects * KernelHackingTools to edit/navigate/hack the kernel source * write a simple kernel loadable [[Module]] |
Line 19: | Line 37: |
Discuss your questions on ["IRC"], the MailingList or the [http://forum.kernelnewbies.org/ web forum], if you cannot find your answers in these documents: | Discuss your questions on [[IRC]], the MailingList or the [[http://forum.kernelnewbies.org/|web forum]], if you cannot find your answers in these documents: |
Line 21: | Line 39: |
* ["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/ * Some existing documents on kernelnewbies site can be found [:Documents:here][[BR]] Move on to more hands-on activities: |
== Under development == * [[New_Kernel_Hacking_HOWTO]] (right now under-development on kernelnewbies) * [[Linux_Kernel_Tester's_Guide]] |
Line 28: | Line 43: |
* KernelUpdating . From a old Kernel version to a newer one. * 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]] * [http://www.bitbenderforums.com/vb22/showthread.php?postid=305894#post305894 Compiling a Custom Linux Kernel] * [http://freshmeat.net/projects/mkkernel/ mkkernel] helps beginners.[[BR]] * ["Testing"] * [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]] * [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]] * PowerManagement * ["SMPSynchronisation"] an intro on SMP locking Put your kernel hacking stuff here and let's help each other learn about the kernel.[[BR]] |
|
Line 44: | Line 44: |
* KernelPorts ---- . CategoryKernelHacking |
CategoryKernelHacking |
Background on kernel development
So you want to be a Linux kernel Hacker? Read what the job is really like.
CareerAdvice for people who want to get a job hacking the kernel
Getting started on kernel hacking
Kernel history
Kernel release process KernelReleaseProcess
Tools used in kernel development KernelHackingTools
Sending patches
Setting up your mail client to not mangle patches
Tips on how create a patch series
How to write a changelog
"I don't want your code" a presentation about grumpy kernel maintainers by Greg KH
Static Analysis Tools
Sparse is an awesome tool that applies static analysis to find common kernel bugs.
Coccinelle can be used to create scripts to find and fix common kernel bugs.
More information about the kernel
SMPSynchronisation an intro on SMP locking
Useful kernel tutorials, presentations, and Documents
LinuxChanges and http://LWN.net/Kernel - read about recent developments
How To ...
KernelBuild - build a custom kernel
KernelDebug - debugging bugs
KernelSafari - taking apart the kernel to see how it works
UpstreamMerge How to submit your patch to the upstream kernel.
join the Kernel Janitors and/or Linux Driver projects
KernelHackingTools to edit/navigate/hack the kernel source
write a simple kernel loadable Module
CompleteNewbiesClickHere for some ideas on how to get started.
Discuss your questions on IRC, the MailingList or the web forum, if you cannot find your answers in these documents:
Under development
New_Kernel_Hacking_HOWTO (right now under-development on kernelnewbies)