Memory management: Difference between revisions

Fix link to the CPU Registers x86 page
[unchecked revision][unchecked revision]
(→‎External Links: Replaced dead osdever link)
(Fix link to the CPU Registers x86 page)
Line 21:
===Segmentation===
{{Main|Segmentation}}
Segmentation is not commonly available in mainstream systems except for the x86. In protected mode this method involves separating each area of memory for a process into units. This is handled by the segment [[RegisterCPU Registers x86#Segment Registers|segment registers]]: '''CS, DS, SS, ES, FS, GS''' (CodeSegment, DataSegment, StackSegment, the rest are ExtraSegments).
 
===Paging===
241

edits