# Descriptor table

Last edited: 2025-03-22

Descriptor table

In segmentation the virtual addresses contain a selector and an offset. The selector relates to some segment descriptor, such as code, data, heap, ect. The descriptor table maps this selector to the segment address in physical memory .