diff options
Diffstat (limited to 'boot.subx')
-rw-r--r-- | boot.subx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boot.subx b/boot.subx index db36f88e..9110a8ba 100644 --- a/boot.subx +++ b/boot.subx @@ -17,9 +17,10 @@ # Memory map of a Mu computer: # code: currently 4 tracks loaded from the primary disk to [0x00007c00, 0x00048600) # stack: grows down from 0x00070000 -# heap: [0x01000000, 0x02000000) +# heap: [0x01000000, 0xc0000000) # 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 |