This chapter introduces memory management from the perspective of the technologies available through the Intel IA-32 (32-bit) architecture and the Intel 64 (x64/amd64) architecture.
Acronyms
Advanced Programmable Interrupt Controller (APIC)
Intel Architecture (IA)
Physical Address Extensions (PAE)
System Management Interrupt (SMI)
System Management Mode (SMM)
Understanding Hardware
To be able to program code in a memory management context, you require knowledge of the hardware architecture at some level.
To help with ...