# ostep-code **Repository Path**: qinstudy/ostep-code ## Basic Information - **Project Name**: ostep-code - **Description**: Code from various chapters in OSTEP (http://www.ostep.org) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-18 - **Last Updated**: 2023-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ostep-code Code from various chapters in OSTEP (http://www.ostep.org) * [Introduction](intro) ## Virtualization CPU Virtualization Chapters: * Processes * [Process API](cpu-api) * Direct Execution * CPU Scheduling * Multi-level Feedback * [Lottery Scheduling](cpu-sched-lottery) * Multi-CPU Scheduling Memory Virtualization Chapters: * [Address Spaces](vm-intro) * Memory API * Address Translation * Segmentation * Free Space Management * Introduction to Paging * Translation Lookaside Buffers * Advanced Page Tables * Swapping: Mechanisms * Swapping: Policies * Complete VM Systems ## Concurrency Concurrency Chapters: * [Concurrency and Threads](threads-intro) * [Threads API](threads-api) * [Locks](threads-locks) * Locked Data Structures * [Condition Variables](threads-cv) * [Semaphores](threads-sema) * [Concurrency Bugs](threads-bugs) * Event-based Concurrency ## Persistence Persistence Chapters: * I/O Devices * Hard Disk Drives * Redundant Disk Arrays (RAID) * Files and Directories * File System Implementation * Fast File System (FFS) * FSCK and Journaling * Log-structured File System (LFS) * Flash-based SSDs * Data Integrity and Protection * [Distributed Systems](dist-intro) * Network File System (NFS) * Andrew File System (AFS)