global descriptor table

global descriptor table

Table in memory used under the segmented memory model, to store the segment base addresses of all memory segments in the system. This table is used by the operating system when allocating and controlling memory, and is not available to processes executing in the system.


[Back: general protection exception]
[Next: guard page]