2395
Comment:
|
2438
clean up
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Kernel Hacking == | == More information about the kernel == * Device ["Drivers"] * KernelPorts porting the kernel to other architectures * PowerManagement * ["SMPSynchronisation"] an intro on SMP locking * There are several good KernelBooks * more ["Documents"], which should probably be indexed from this page or subsystem pages * LinuxChanges and http://LWN.net/Kernel - read about recent developments == How To ... == * KernelBuild - build a custom kernel * UpstreamMerge How to submit your patch to the upstream kernel. * join http://www.KernelJanitors.org/, http://LinuxDriverProject.org/ * CareerAdvice for people who want to get a job hacking the kernel * KernelHackingTools to edit/navigate/hack the kernel source * write a simple kernel loadable ["Module"] * [http://mail.nl.linux.org/kernelnewbies/2003-08/msg00347.html Paper on Debugging Kernel OOPs and Hangs] CompleteNewbiesClickHere for some ideas on how to get started. |
Line 3: | Line 19: |
CompleteNewbiesClickHere for some ideas on how to get started. Put your kernel hacking stuff here and let's help each other learn about the kernel.[[BR]] * ["Drivers"][[BR]] * ["Testing"][[BR]] * KernelPorts[[BR]] * ["Distributions"] * PowerManagement[[BR]] [http://www.kernelhacking.org/docs/kernelhacking-HOWTO/index.html kernel hacking HOWTO][[BR]] [http://markov.ucsd.edu/~movellan/tips/LinuxCompileKernel.pdf Compiling the Linux kernel] (as [http://www.google.com/search?q=cache:markov.ucsd.edu/~movellan/tips/LinuxCompileKernel.pdf html]) or [http://www.osnews.com/story.php?news_id=443 Compiling the Linux Kernel][[BR]] [http://freshmeat.net/projects/mkkernel/ mkkernel] helps beginners.[[BR]] [http://everythinglinux.org/unfry/unfry_content.html testing new kernels] and recovering...[[BR]] [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://www.sysinternals.com/linux/utilities/filemon.shtml filemon] to display file system activities in real-time[[BR]] [http://www.linux-sxs.org/upgrading/migration26.html Migrating to kernel 2.6], [http://www.kniggit.net/wwol26.html The Wonderful World of Linux 2.6][[BR]] [http://lwn.net/Articles/39901/ What to expect with Linux 2.5] (if you get /null appended to the URL, go back & try again (a few times if necessary))[[BR]] [http://kernelnewbies.org/wiki/moin.cgi/Karthick 2.4 Kernel Internals (Incomplete)][[BR]] [http://edge.linuxhq.com/kernel/v2.4/changes.html Requirements before upgrading 2.2 to 2.4][[BR]] Kernel source archives and CVSweb. At [http://lxr.linux.no/source/ Cross-Referencing Linux Source] you can view various kernel versions. (An archive of all kernel versions was [http://www.memalpha.cx/Linux/Kernel/ here].) |
Discuss your questions on ["IRC"], the MailingList or the [http://forum.kernelnewbies.org/ web forum], if you cannot find your answers in these documents: == Under development == * ["New Kernel Hacking HOWTO"] (right now under-development on kernelnewbies) * ["Linux Kernel Tester's Guide"] * ["Networking"] everything network related == External links == * [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] and [http://www.makelinux.net/kernel_map_poster poster] - Have a look at Linux kernel source from a bird's eye view. * [http://tldp.org/HOWTO/KernelAnalysis-HOWTO.html KernelAnalysis-HOWTO] * [http://lxr.linux.no/linux Linux Cross Reference] - browse the source online * explore more documentation at [http://www.makelinux.net/reference Linux Technology Reference] * [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://lxr.linux.no/linux Linux Cross Reference] - browse the source online * http://lkml.org/ - the linux-kernel mailing list archives * From basic to advanced Linux Kernel articles (outdated) http://whatisthekernel.blogspot.com/ CategoryKernelHacking |
More information about the kernel
- Device ["Drivers"]
KernelPorts porting the kernel to other architectures
- ["SMPSynchronisation"] an intro on SMP locking
There are several good KernelBooks
- more ["Documents"], which should probably be indexed from this page or subsystem pages
LinuxChanges and http://LWN.net/Kernel - read about recent developments
How To ...
KernelBuild - build a custom kernel
UpstreamMerge How to submit your patch to the upstream kernel.
join http://www.KernelJanitors.org/, http://LinuxDriverProject.org/
CareerAdvice for people who want to get a job hacking the kernel
KernelHackingTools to edit/navigate/hack the kernel source
- write a simple kernel loadable ["Module"]
[http://mail.nl.linux.org/kernelnewbies/2003-08/msg00347.html Paper on Debugging Kernel OOPs and Hangs]
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:
Under development
- ["New Kernel Hacking HOWTO"] (right now under-development on kernelnewbies)
- ["Linux Kernel Tester's Guide"]
- ["Networking"] everything network related
External links
[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] and [http://www.makelinux.net/kernel_map_poster poster] - Have a look at Linux kernel source from a bird's eye view.
[http://tldp.org/HOWTO/KernelAnalysis-HOWTO.html KernelAnalysis-HOWTO]
[http://lxr.linux.no/linux Linux Cross Reference] - browse the source online
explore more documentation at [http://www.makelinux.net/reference Linux Technology Reference]
[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://lxr.linux.no/linux Linux Cross Reference] - browse the source online
http://lkml.org/ - the linux-kernel mailing list archives
From basic to advanced Linux Kernel articles (outdated) http://whatisthekernel.blogspot.com/