summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-03 16:10:25 +0100
committerandromeda <andromeda@lenovo>2026-03-03 16:10:25 +0100
commitab30c236003a8dafd148d821dbe559202446b0d7 (patch)
treee83290279b387a6d00ba727087e29bef24fa6d2e
parent31c486acda6abf195a9a50709455e7f66a680324 (diff)
fix chart
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74acca9..a37b9f4 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ hobby bootloader written in asm. It's just for playing around... for now :p
### memory map
+```
+------ 0x00100000 ------+
| hardware, bios stuff |
+------ 0x00080000 ------+
@@ -19,3 +20,4 @@ hobby bootloader written in asm. It's just for playing around... for now :p
+------ 0x00000500 ------+
| bios stuff |
+------ 0x00000000 ------+
+```