Learning Resources
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/resources.md - App:
systems - Semester:
semester-05-os-networking - Module:
module-02-memory-management-virtual-memory - Unit kind:
resource - Curation level:
module_curated
Learning objectives
- Explain Learning Resources 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 versus local allocation,OSC: LRU approximation page replacement,OSC: LRU page replacement,OSC: Memory compression,OSC: Memory management (part four),OSC: Performance of demand paging - /books/operating-system-concepts/chapter-19-exercises via
OSC: Management of physical memory,OSC: Virtual memory - /books/operating-system-concepts/chapter-20-exercises via
OSC: User-level memory managers
Ostep
- /books/ostep via
OSTEP: Aside - why HW does not handle page faults,OSTEP: Paging walkthrough - /books/ostep/1124-pagetable-1 via
OSTEP: Aside - the page table - /books/ostep/aside-datastructure-thepagetable via
OSTEP: 1124 pagetable - /books/ostep/aside-everyaddressyouseeisvirtual via
OSTEP: Aside - every address you see is virtual - /books/ostep/aside-software-basedrelocation via
OSTEP: Aside - software-based relocation - /books/ostep/aside-thesegmentationfault via
OSTEP: Aside - the segmentation fault - /books/ostep/chapter-02-virtualizing-the-cpu via
OSTEP: Virtualizing memory - /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: Dialogue on memory virtualization,OSTEP: Summary dialogue on memory virtualization - /books/ostep/chapter-13-early-systems via
OSTEP: Early systems,OSTEP: The address space - /books/ostep/chapter-14-types-of-memory via
OSTEP: Common errors,OSTEP: The malloc call,OSTEP: Types of memory,OSTEP: Underlying OS support - /books/ostep/chapter-15-assumptions via
OSTEP: Dynamic relocation example,OSTEP: Hardware support summary - /books/ostep/chapter-16-segmentation-generalized-base-bounds via
OSTEP: Segmentation - generalized base/bounds,OSTEP: Segmentation OS support,OSTEP: Support for sharing - /books/ostep/chapter-17-assumptions via
OSTEP: Basic strategies,OSTEP: Other approaches (segregated lists) - /books/ostep/chapter-18-a-simple-example-and-overview via
OSTEP: A simple example and overview,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: Aside - hypervisors and hardware-managed TLBs,OSTEP: Hybrid approach,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: Swap space,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: The optimal replacement policy,OSTEP: Workload examples - /books/ostep/chapter-23-background via
OSTEP: 23.1 background,OSTEP: Linux page replacement,OSTEP: Other neat VM tricks - /books/ostep/forgetting-to-free-memory via
OSTEP: Forgetting to free memory - /books/ostep/g-3-memory-allocation-library via
OSTEP: Memory allocation library - /books/ostep/h-4-copy-on-write-mappings via
OSTEP: Copy-on-write mappings - /books/ostep/the-no-locality-workload via
OSTEP: The no-locality workload
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
- Diagnose my confusion
- Revision mode
- Connect forward / backward
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 Learning Resources, and treat outside material as supporting enrichment only.