about summary refs log tree commit diff stats
path: root/baremetal/boot.hex
diff options
context:
space:
mode:
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