diff options
-rw-r--r-- | boot.subx | 2 |
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 |