Chapter 39 Flashcards
8088 processor have how many bits
16 and 32
What is protected mode
Switching of processor from 16 bit to 32 bit
How protected mode works
Turn on the least significant bit of a new register called CR0 (Control Register 0) and the processor switches into 32bit mode
Can operating system define the possible descriptors for a program
Yes
What is role of descriptor
Descriptor describes the base, limit, and attributes of a segment
What is selector
Selector selects descriptors from the table
What is privilege level of the program
The ability of a program to select descriptor from tables selected by OS
What is GDT
Global Descriptor Table is a table of descriptors set by OS