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-18 09:06:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-18 09:06:20 -0700
commitd0804ac04bece4ea885530bfc21efe70b0425189 (patch)
treeaa077bf5141450bbc444127b5b819691d11b7983 /boot.subx
parente5adb2239c632490f4f00f899977cc7947035d0f (diff)
downloadmu-d0804ac04bece4ea885530bfc21efe70b0425189.tar.gz
update the memory map
Diffstat (limited to 'boot.subx')
-rw-r--r--boot.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.subx b/boot.subx
index 0ae95d8b..db36f88e 100644
--- a/boot.subx
+++ b/boot.subx
@@ -15,7 +15,7 @@
 # understand hardware interfaces well enough to explain to others.
 
 # Memory map of a Mu computer:
-#   code: currently 4 tracks loaded from the primary disk to [0x00007c00, 0x00027400)
+#   code: currently 4 tracks loaded from the primary disk to [0x00007c00, 0x00048600)
 #   stack: grows down from 0x00070000
 #   heap: [0x01000000, 0x02000000)
 #     see 120allocate.subx