Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.23 KB

Kernel Study

Kernel Study Feb. 2020. - Sogang Univ DCCLAB

Before you start your part, See Contribute.md

Chapter

  1. Bare Metal (@JoeyValentine)

  2. Process

  3. System Call & Interrupt (@jmg7173)

  4. Data Structure (@akssus12)

  5. Lock Mechanism (@junehyung007)

  6. Memory Management (@junehyung007)

  7. Virtual File System (@tkddus121)

  8. Block I/O (@jmg7173)

  9. Process Address Space (@suyeon0506)

  10. Page Cache (@tkddus121)

  11. Device Driver (@JoeyValentine)

  12. Cgroups (@sonjw14)

  13. SMP & IPC (@akssus12)

References

Main Book:

  • Linux Kernel Development (2010), Robert Love

Sub references: