User and Kernel Memory
When the mode bit is set to privileged, the kernel can see all of memory
- user program, arguments, etc.
- user memory is like a big data structure to the kernel
When the mode bit is off, the user program can only see its own memory
- the kernel’s part of the address space is off limits