summaryrefslogtreecommitdiff
path: root/bootler/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-06 16:53:18 +0100
committerandromeda <andromeda@lenovo>2026-03-06 16:53:18 +0100
commitd35463e1959cb64828c3166527b06e4a79cbea5e (patch)
tree65017b84447f63eaaac8326c6d18f5c5e34e6bac /bootler/README.md
parentfdf5bb9daf8574b7f993e2e38e400c35aedc3b96 (diff)
reorganise
Diffstat (limited to 'bootler/README.md')
-rw-r--r--bootler/README.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/bootler/README.md b/bootler/README.md
new file mode 100644
index 0000000..bf50ce2
--- /dev/null
+++ b/bootler/README.md
@@ -0,0 +1,43 @@
+# bootler
+
+hobby bootloader, 1-stage, legacy mode :p
+
+run with `nix run git+https://git.mtgmonkey.net/andromeda/bootler#bootler`
+
+### memory map
+
+```
+. .
+: :
+| longmode kernel |
++------ 0x00010000 ------+
+| |
+| |
++------ 0x00009000 ------+
+| IDT |
++------ 0x00008000 ------+
+| |
+| |
++------ 0x00007E00 ------+
+| bootloader (boot.asm) |
++------ 0x00007C00 ------+
+| stack |
++------ 0x00005000 ------+
+| PT |
++------ 0x00004000 ------+
+| PDT |
++------ 0x00003000 ------+
+| PDPT |
++------ 0x00002000 ------+
+| PML4T |
++------ 0x00001000 ------+
+| |
+| |
++------ 0x00000500 ------+
+| bios stuff |
++------ 0x00000000 ------+
+```
+
+---
+
+this project follows [Common Changelog](https://common-changelog.org) guidelines