These notes are taken from Intel SDM. You can consider them as a short/resumed version of some parts of the manuals that I found worth looking at when learning about system programming, OS internals or virtualization.
real-mode 8086 software in protected, multi-tasking env.Real-address mode:
programming env for 8086
DOS run in real mode
System Management Mode (SMM):


flat, segmented, or real address mode.Code, data, and stacks are all contained in this address space (from 0 to 2^32 - 1 in non x64 mode).
Physical Address Extensions (PAE) to address physical address space greater than 4 GB.Page Size Extensions (PSE) to map linear address to physical address in 4-MB pages.


EXCEPTION_ILLEGAL_INSTRUCTION.

—
$ claude mcp add cpu-internals \
-- python -m otcore.mcp_server <graph>