Size: 552
Comment:
|
Size: 555
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
1. [:KernelHacking-HOWTO/Subsystems/Internals of Interrupt Handling:Interrupts and Exceptions Handling] | 1. [:KernelHacking-HOWTO/Subsystems/Exceptions and Interrupts Handling:Exceptions and Interrupts Handling] |
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.
- Processes
[:KernelHacking-HOWTO/Subsystems/Exceptions and Interrupts Handling:Exceptions and Interrupts Handling]
- Time, Clocks and Timers
- Synchronization
- Inter Process Communication
- Memory Management, Virtual Memory Management
- Virtual File system
- Process Scheduling
- System Calls
- Modules
- Add More