9 Flashcards
GDT itself is an array of descriptors where each descriptor is an ——- entry?
8 byte
The base and limit of GDT is stored in a —— bit register, called the —-?
48 bit, GDTR
The fisrt entry of GDT must always be —- called —– descriptor?
zero, null
The 32 bit base in both descriptors is scattered into different places because of —–?
Compatibility reasons
Full form of VESA?
Video electronics standard association
VBE stands for ?
Video BIOS extensions
VESA VBE 2.0 standard includes —?
Linear frame buffer mode
Linear frame buffer mode allows —-?
Direct access to the whole video memory.
The IDTR is a —- bit register.
48
To interface an assembly routine with a high level language program means —-?
to be able to call functions back and forth.