summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-04 22:45:35 +0100
committerandromeda <andromeda@lenovo>2026-03-04 22:45:35 +0100
commit094e8c288a88db8a349492085381347ccdafc391 (patch)
tree9ee347819e3f7c3b0747c9b725e7f4c69b22d6ac /README.md
parent1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (diff)
use long mode, x86_64-unknown-none works now
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11c5569..52a1395 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ run with `nix run git+https://git.mtgmonkey.net/andromeda/bootler#bootler`
+------ 0x00100000 ------+
| hardware, bios stuff |
+------ 0x00080000 ------+
-| pm stack (esp) | from boot.asm
+| free |
+------ 0x00010200 ------+
| kernel (kernel.asm) |
+------ 0x00010000 ------+
@@ -24,7 +24,17 @@ run with `nix run git+https://git.mtgmonkey.net/andromeda/bootler#bootler`
+------ 0x00007E00 ------+
| bootloader (boot.asm) |
+------ 0x00007C00 ------+
-| real mode stack (sp) | from boot.asm
+| stack | TODO get real stack
++------ 0x00005000 ------+
+| PT |
++------ 0x00004000 ------+
+| PDT |
++------ 0x00003000 ------+
+| PDPT |
++------ 0x00002000 ------+
+| PML4T |
++------ 0x00001000 ------+
+| free |
+------ 0x00000500 ------+
| bios stuff |
+------ 0x00000000 ------+