SE3357 Operating System Notes OS Notes
Reference Books: Operating System: Principles and Implementation (Ginkgo Book)
Shanghai Jiaotong University School of Software Operating System SE3357 Course Home Page
Outline
Integrate the first half (to the device)
- Operating system architecture and introduction
- ARM
- Interrupts, exceptions and system calls
- System initialization
- Virtual memory management
- Physical memory management
- Processes, threads and fibers (coroutines)
- Processor Scheduling
- Inter-Process Communication (IPC)
- Synchronization Primitives
- File system and crash consistency fs
- Device Management and I/O Subsystem Device
- Virtualization virt
- Operating system security
- Debug debug
- Operating system frontiers