Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The KERNEL build, on the other hand, uses a Memory Management Unit (MMU) to create a virtual address space which in which there is still a separate protected kernel address space, but many user address spaces for user programs. These are usually called processes. This is the familiar build model that you find with high-end Unix-like systems such as Linux.

...