about summary refs log tree commit diff stats
path: root/baremetal/boot.hex
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-27 16:51:23 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-27 16:51:23 -0800
commit4c9587b5f454ac975455fd4635e10491c2069f96 (patch)
tree0a03e97797404bd95ffb9a00afc44a6e700b11d9 /baremetal/boot.hex
parent212d72a2df5277a476d90e809e8a89f8254b5253 (diff)
downloadmu-4c9587b5f454ac975455fd4635e10491c2069f96.tar.gz
7566
Diffstat (limited to 'baremetal/boot.hex')
-rw-r--r--baremetal/boot.hex6
1 files changed, 3 insertions, 3 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex
index a5608a2d..57118d64 100644
--- a/baremetal/boot.hex
+++ b/baremetal/boot.hex
@@ -54,11 +54,11 @@
 #   offset 1800 (address 9400): entrypoint for applications (don't forget to adjust survey_baremetal if this changes)
 
 # Other details of the current memory map:
-#   code: first two default-sized disk tracks into [0x7c00, 0x17800)
-#   heap: [0x01000000, 0x02000000)
-#     see baremetal/120allocate.subx
+#   code: first two default-sized disk tracks into [0x00007c00, 0x00017800)
 #   stack grows down from 0x00070000
 #     see below
+#   heap: [0x01000000, 0x02000000)
+#     see baremetal/120allocate.subx
 # Consult https://wiki.osdev.org/Memory_Map_(x86) before modifying any of this.
 
 ## 16-bit entry point