diff --git a/Memory.md b/Memory.md new file mode 100644 index 0000000..4886552 --- /dev/null +++ b/Memory.md @@ -0,0 +1,14 @@ +# Memory + +Some information about the memory. + +## Kernel code + +The kernel code is loaded by the bootloader at 0x6000. + +## Kernel space + +0 -> 1MiB: Identity mapped +1Mib -> 4GiB: Prepared at boot time + +=> Needs about 4MiB for mapping \ No newline at end of file