operating-systems

Definition

Execution Mode

Execution Mode (or Processor Mode) is a hardware-enforced state that determines the CPU’s capabilities and privilege level at any given instant.

Function

It supports protection mechanisms by disabling sensitive instructions (such as halting the CPU or changing memory map base registers) when the processor is not in Kernel Mode.