diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-04-19 10:33:38 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-04-19 10:47:30 -0700 |
commit | 1114442c23fd89a4da1a0ae977d3d0c9c3e58e0f (patch) | |
tree | 293c156f1b948c5224c28fcf63ae10dd033e94a8 | |
parent | 8e38b86ab01603b67eb563a5e909b9317f4dd700 (diff) | |
download | mu-1114442c23fd89a4da1a0ae977d3d0c9c3e58e0f.tar.gz |
.
-rw-r--r-- | boot.subx | 3 |
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 |