about summary refs log tree commit diff stats
path: root/boot.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-19 10:33:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-19 10:47:30 -0700
commit1114442c23fd89a4da1a0ae977d3d0c9c3e58e0f (patch)
tree293c156f1b948c5224c28fcf63ae10dd033e94a8 /boot.subx
parent8e38b86ab01603b67eb563a5e909b9317f4dd700 (diff)
downloadmu-1114442c23fd89a4da1a0ae977d3d0c9c3e58e0f.tar.gz
.
Diffstat (limited to 'boot.subx')
-rw-r--r--boot.subx3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.subx b/boot.subx
index ab107e77..8f9667b6 100644
--- a/boot.subx
+++ b/boot.subx
@@ -19,7 +19,8 @@
 #   stack: grows down from 0x00070000
 #   heap: [0x01000000, 0x02000000)
 #     see 120allocate.subx
-# Consult https://wiki.osdev.org/Memory_Map_(x86) before modifying any of this.
+# Consult https://wiki.osdev.org/Memory_Map_(x86) before modifying any of
+# this. And don't forget to keep *stack-debug.subx in sync.
 
 == code