Tag: virtual memory systems
-
Memory segmentation
This blog post contains notes I took on memory segmentation, from “OS in Three Easy Pieces Chapter 16”, one strategy for implementing virtual memory systems. In the next blog post, I’ll cover a different approach: paging. 16.1 Segmentation: Generalized Base / Bounds Summary We use segmentation to divide the virtual address space into three distinct…