The Computer Level Hierarchy
The Computer Level Hierarchy
Level 1, the Control Level, is where a control unit makes sure that
instructions are decoded and executed properly and that data is moved
where and when it should be. The control unit interprets the machine
instructions passed to it, one at a time, from the level above, causing the
required actions to take place.
Modes of Operation
x86 processors have three primary modes of operation: protected mode,
real-address mode, and system management mode. A sub-mode, named
virtual-8086, is a special case of protected mode. Here are short
descriptions of each:
Protected Mode
This mode is available in Windows 98, and can be used to run an MS-
DOS program that requires direct access to system memory and
hardware devices. Programs running in real-address mode can cause the
operating system to crash (stop responding to commands).
System Management Mode
Address Space