Skip to content

操作系统

约 69 个字 预计阅读时间不到 1 分钟

Abstract

“操作系统”课程及相关知识笔记

  • 课本:Operating System Concepts (7th/10th Edition)
  • 老师:伍赛

Contents

  • Overview
    • Intro
    • OS structure
  • Process Management
    • Process
    • Threads
    • CPU Scheduling
    • Process Synchronization
    • Deadlocks
  • Memory Management
    • Main Memory
    • Virtual Memory
  • Storage Management
    • File-system interface
    • File-system implementation
    • Mass-storage structure
    • I/O Systems

Comments