/OSDI

Operating Systems Design and Implementation Notes

Primary LanguageCMIT LicenseMIT

"Operating System Design and Implementation" Notes

Notes since Aug 27, 2020
Still on progress
I don't have copyright
Pdf Book download Just for learning

Contents

  1. Introduction
    1. Introduction to Operating Systerm
    2. The History of Oprating Systerm(Early)
    3. Minix
    4. The Fourth Generation (1980–Present) Personal Computers
    5. System Calls (1)
    6. System Calls (2)
    7. System Calls (3)
    8. Operating System Structure
    9. Problems for Chapter 1
    Topic: Sigreturn Oriented Programming Attack

  2. Processes
    1. Introduction to Processes
    2. Interprocess Communication
    3. Semaphore and IPC Problems
    4. Inside a Hole Clock Tick
    5. Process Scheduler
    6. Interrupt
    7. System Task
    8. Problems for Chapter 2
    Topic: Interrupt implementation in Minix3