Size: 3333
Comment:
|
Size: 3904
Comment: Changed unlink "Kernel Books" to active link "Available Kernel Documents".
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
1. What is Kernel Program? | 1. ["What is the Kernel?"] |
Line 14: | Line 14: |
1. [:KernelBooks:Kernel Books] | 1. [:Documents:Available Kernel Documents] |
Line 42: | Line 42: |
1. [:KernelHacking-HOWTO/Debugging Kernel:/Debugging Kernel ]Code | 1. [:KernelHacking-HOWTO/Debugging Kernel:Debugging Kernel ] 1. [:KernelHacking-HOWTO/Debugging Kernel:What should I have to fix a bug? ] 1. [:KernelHacking-HOWTO/Debugging Kernel:Function printk(). ] 1. [:KernelHacking-HOWTO/Debugging Kernel:Error oops.] 1. [:KernelHacking-HOWTO/Debugging Kernel:Additional compiling options.] 1. [:KernelHacking-HOWTO/Debugging Kernel:Causing errors and printing extra informations.] 1. [:KernelHacking-HOWTO/Debugging Kernel:Magic SysRq Key.] 1. [:KernelHacking-HOWTO/Debugging Kernel:How to use debuggers?] 1. [:KernelHacking-HOWTO/Debugging Kernel:When everything fail.] |
Line 44: | Line 52: |
1. kernel programming style guidelines | 1. [:/Kernel Programming Style Guidelines] 1. In-code Comments |
Line 46: | Line 55: |
1. comment and code 1. Add more 1. [:KernelHacking-HOWTO/Kernel APIs:/Kernel APIs] 1. Add more 1. [:KernelHacking-HOWTO/Subsystems:Subsystems] |
1. ["/Subsystems"] |
Line 58: | Line 63: |
1. [:KernelHacking-HOWTO/Subsystems/Exceptions and Interrupts Handling:Exceptions and Interrupts Handling] | 1. [:New Kernel Hacking HOWTO/Subsystems/Exceptions and Interrupts Handling:Exceptions and Interrupts Handling] |
Line 72: | Line 77: |
1. [:KernelHacking-HOWTO/Utilities:Utilities] 1. [:FAQ/LinkedLists:Linked Lists in Kernel] 1. Hash Tables 1. ["Developing Device Drivers"] |
1. [:KernelHacking-HOWTO/API:API (Kernel Internal Use)] 1. [:FAQ/LinkedLists:Linked Lists] 1. [:FAQ/RadixTrees:Radix Trees] 1. [:FAQ/RedBlackTrees:Red-Black Trees] 1. [:FAQ/HashTables:Hash Tables] 1. [:Drivers:Device Drivers] |
The layout proposed by Suman Adak is below.
Please create a new subpage (eg ["/Introduction"]) for each section, since this document could end up really large...
If something is already documented elsewhere on this site, please link to that other document instead of trying to duplicate it here. Hyperlinks exist for a reason.
- ["Introduction"] to Linux Kernel( A short Description with various good link about linux kernel)
- ["What is the Kernel?"]
- What I Can do with the Linux Kernel( Some impressive word).
- Which Programming language?
[:Documents:Available Kernel Documents]
- *add more
[:KernelHacking-HOWTO/Getting Source Code:Getting Source Code]
[:KernelHacking-HOWTO/Getting Source Code:Why should i get source code?]
[:KernelHacking-HOWTO/Getting Source Code:How to get Source Code?]
[:KernelHacking-HOWTO/Getting Source Code:Where i should look to get latest kernel?]
- *Add more
[:KernelHacking-HOWTO/System requirements:/System requirements] for Kernel Hacking.
- GCC,GDB,KGDB patch.
- Making room for source code.
- Preparing to test the new kernel( Virtual Machine, UML, Serial port configuration).
- add more
[:KernelHacking-HOWTO/Compiling and Installing:/Compiling and Installing] the kernel.
- Why to recompile the kernel
- How to make the new kernel version
- Understanding the kernel versioning system
- Configure the kernel to be compiled
- Compile procedure for 2.4 and 2.6 kernel
- Install the kernel image into your hard disk
- Boot Loader Configuration( Grub and LILO)
- Applying kernel patches
- Boot the New kernel
- Add more
- ["/Overview"] of the Linux kernel source code tree.
- Small description about each directory.
- add more
- Changes between 2.4 kernel to 2.6 kernel( New features).
- Add more
[:KernelHacking-HOWTO/Debugging Kernel:Debugging Kernel ]
[:KernelHacking-HOWTO/Debugging Kernel:What should I have to fix a bug? ]
[:KernelHacking-HOWTO/Debugging Kernel:Function printk(). ]
[:KernelHacking-HOWTO/Debugging Kernel:Error oops.]
[:KernelHacking-HOWTO/Debugging Kernel:Additional compiling options.]
[:KernelHacking-HOWTO/Debugging Kernel:Causing errors and printing extra informations.]
[:KernelHacking-HOWTO/Debugging Kernel:Magic SysRq Key.]
[:KernelHacking-HOWTO/Debugging Kernel:How to use debuggers?]
[:KernelHacking-HOWTO/Debugging Kernel:When everything fail.]
- Add more
- [:/Kernel Programming Style Guidelines]
- In-code Comments
- Add more
- ["/Subsystems"]
- Process Creating, Management and Destroing
- Process Scheduling
- Inter Process Communication
- Memory Addressing
- Memory Management
- Reclaiming Pages
- Process Address Space
[:New Kernel Hacking HOWTO/Subsystems/Exceptions and Interrupts Handling:Exceptions and Interrupts Handling]
- Deferring Work: Tasklets and SoftIRQ
- Synchronization
- Time Management
- System Calls
- Virtual File System
- Accessing Directories and Files
- Block I/O Layer
- Page Cache
- Security Subsystem and SELinux
- TCP/IP Stack and Netfilter
- Device Drivers, Kobjects and Sysfs
- Module Management: Insert Code at Run-Time
- Add More
[:KernelHacking-HOWTO/API:API (Kernel Internal Use)]
[:FAQ/LinkedLists:Linked Lists]
[:FAQ/RadixTrees:Radix Trees]
[:FAQ/RedBlackTrees:Red-Black Trees]
[:FAQ/HashTables:Hash Tables]
[:Drivers:Device Drivers]
- Character Drivers
- Block Drives
- Network Drivers
- USB
- Add More
- How to contribute to kernel community?
- How to get help?
- How can i help?