Updated Memory (markdown)

Baptiste Wicht 2014-02-08 13:32:11 -08:00
parent bad70682be
commit 6f49512d69

@ -12,3 +12,11 @@ The kernel code is loaded by the bootloader at 0x6000.
1Mib -> 4GiB: Prepared at boot time
=> Needs about 4MiB for mapping
## User space
Each process has its own memory space.
The kernel space is mapped inside each process space.
Processes are not mapped inside the kernel.