Chapter 40 Flashcards
What is GDT
GDT is an array-formatted table of descriptors where each descriptor is an 8byte entry
What is GDTR
The base and limit of GDT is stored in a 48bit register called the GDTR
What is LGDT
It’s a special instruction of GDTR register
What is null descriptor
The first entry of the GDT must always be zero. It is called the null descriptor.
What is limit of GDT
8191 + null descriptor
Which bit defines the limit of GDT
G
What is DPL
descriptor privilege level
What is role of B (big) bit
B (big) bit tells that if this data segment is used as stack SP or ESP.
What is Gate A20
Its a work around in which, BIOS call will simply enable it to open the whole memory for us.