Size: 958
Comment:
|
← Revision 10 as of 2017-12-30 01:29:59 ⇥
Size: 935
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Parent Node : [:New Kernel Hacking HOWTO:New Kernel Hacking HOWTO] | Parent Node : [[New_Kernel_Hacking_HOWTO]] |
Line 14: | Line 14: |
1. [:New Kernel Hacking HOWTO/Subsystems/Exceptions and Interrupts Handling:Exceptions and Interrupts Handling] | 1. [[New_Kernel_Hacking_HOWTO/Subsystems/Exceptions_and_Interrupts_Handling|Exceptions and Interrupts Handling]] |
Parent Node : New_Kernel_Hacking_HOWTO
The Linux kernel can be thought as logically composed of many Subsystems. They may be not implemented as separate directories in the tree structure due to the tight coupling among them all.
- Process Creating, Management and Destroing
- Process Scheduling
- Inter Process Communication
- Memory Addressing
- Memory Management
- Reclaiming Pages
- Process Address Space
- Deferring Work: Tasklets and SoftIRQ
- Synchronization
- Time Management
- System Calls
- Virtual File System
- Accessing Directories and Files
- Block I/O Layer
- Page Cache
- Device Drivers, Kobjects and Sysfs
- Module Management: Insert Code at Run-Time
- Add More