Book Exercise Lanes
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/systems/semester-05-os-networking/module-02-memory-management-virtual-memory/exercises.md - App:
systems - Semester:
semester-05-os-networking - Module:
module-02-memory-management-virtual-memory - Unit kind:
exercise - Curation level:
module_curated
Learning objectives
- Explain Book Exercise Lanes in terms of translation, protection, and performance costs instead of memorizing isolated terms.
- Reason from the abstraction down to concrete events such as TLB misses, page faults, fragmentation, or allocation behavior.
- Use
operating-system-concepts,ostepto support diagrams, experiments, and debugging when the mental model is still unstable.
Prerequisites
- Comfort with the process abstraction and address-space basics from module 01.
Source books
operating-system-conceptsostep
Source routes
Operating System Concepts
- /books/operating-system-concepts/chapter-08-exercises via
OSC: Basic page replacement,OSC: Fragmentation,OSC: Global vs local allocation,OSC: LRU approximation page replacement,OSC: LRU page replacement,OSC: Memory compression,OSC: Performance of demand paging - /books/operating-system-concepts/chapter-19-exercises via
OSC: Physical memory management,OSC: Virtual memory overview - /books/operating-system-concepts/chapter-20-exercises via
OSC: User-level memory managers
Ostep
- /books/ostep/1124-pagetable-1 via
OSTEP: 1124 pagetable (PTE bits),OSTEP: Data structure - the page table - /books/ostep/chapter-05-the-fork-system-call via
OSTEP: The fork system call - /books/ostep/chapter-12-a-dialogue-on-memory-virtualization via
OSTEP: Summary dialogue on memory virtualization - /books/ostep/chapter-13-early-systems via
OSTEP: The address space - /books/ostep/chapter-14-types-of-memory via
OSTEP: Common allocator errors,OSTEP: The malloc call,OSTEP: Types of memory,OSTEP: Underlying OS support - /books/ostep/chapter-16-segmentation-generalized-base-bounds via
OSTEP: Segmentation generalized - /books/ostep/chapter-17-assumptions via
OSTEP: Basic strategies (free list),OSTEP: Other approaches (buddy, segregated) - /books/ostep/chapter-18-a-simple-example-and-overview via
OSTEP: A simple example and overview (paging),OSTEP: Paging is also too slow - /books/ostep/chapter-19-tlb-basic-algorithm via
OSTEP: A real TLB entry,OSTEP: Example - accessing an array,OSTEP: TLB basic algorithm,OSTEP: TLB issue - context switches - /books/ostep/chapter-20-simple-solution-bigger-pages via
OSTEP: Inverted page tables,OSTEP: Multi-level page tables,OSTEP: Multi-level page tables (part 2),OSTEP: Simple solution - bigger pages - /books/ostep/chapter-21-beyond-physical-memory-mechanisms via
OSTEP: Beyond physical memory mechanisms,OSTEP: Page-fault control flow,OSTEP: The page fault,OSTEP: When replacements really occur - /books/ostep/chapter-22-cache-management via
OSTEP: Cache management,OSTEP: FIFO,OSTEP: Implementing historical algorithms,OSTEP: Optimal replacement policy,OSTEP: Workload examples - /books/ostep/chapter-23-background via
OSTEP: Linux page replacement,OSTEP: Other neat VM tricks - /books/ostep/g-3-memory-allocation-library via
OSTEP: Memory allocation library (appendix) - /books/ostep/h-4-copy-on-write-mappings via
OSTEP: Copy-on-write mappings (appendix)
Supporting curriculum routes
No supporting curriculum routes linked yet.
External enrichment
- Linux Kernel Documentation: Memory Management (
official_docs_companion) - Useful for connecting the learner model of virtual memory to real kernel memory-management subsystems. - man 2 mmap (
read_if_stuck) - Good when the learner needs one concrete API to connect virtual-memory ideas to real process behavior.
AI companion modes
- Explain simply
- Socratic tutor
- Quiz me
- Diagnose my confusion
- Generate extra practice
Source-of-truth note
This teaching unit is learner-facing guidance assembled from multiple canonical book routes. Use the listed source books as the primary conceptual spine for Book Exercise Lanes, and treat outside material as supporting enrichment only.