Ch3. Process Management 프로세스란 무엇이며, 커널에서 어떻게 생성되고 죽는지
Ch4. Process Scheduling 프로세스 스케줄러는 어떤 프로세스를 언제 얼마나 실행할지 결정한다. 한정된 자원과 프로세서 타음을 프로세스들에게 나누어 제공한다.
Ch5. System Calls 현대 운영체제는 유저 공간에 있는 프로세스가 시스템과 상호작용할 수 있는 인터페이스를 제공한다.
Ch7. Interrupts and Interrupt Handlers
Ch8. Bottom Halves and Deferring Work
Ch9. An Introduction to Kernel Synchronization
Ch10. Kernel Synchronization Methods
Ch12. Memory Management
Ch13. Virtual Filesystem
Ch14. The Block I/O Layer
Ch15. The Process Address Space
Ch16. The Page Cache and Page Writeback