diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-27 16:51:23 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-27 16:51:23 -0800 |
commit | 4c9587b5f454ac975455fd4635e10491c2069f96 (patch) | |
tree | 0a03e97797404bd95ffb9a00afc44a6e700b11d9 | |
parent | 212d72a2df5277a476d90e809e8a89f8254b5253 (diff) | |
download | mu-4c9587b5f454ac975455fd4635e10491c2069f96.tar.gz |
7566
-rw-r--r-- | baremetal/boot.hex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex index a5608a2d..57118d64 100644 --- a/baremetal/boot.hex +++ b/baremetal/boot.hex @@ -54,11 +54,11 @@ # offset 1800 (address 9400): entrypoint for applications (don't forget to adjust survey_baremetal if this changes) # Other details of the current memory map: -# code: first two default-sized disk tracks into [0x7c00, 0x17800) -# heap: [0x01000000, 0x02000000) -# see baremetal/120allocate.subx +# code: first two default-sized disk tracks into [0x00007c00, 0x00017800) # stack grows down from 0x00070000 # see below +# heap: [0x01000000, 0x02000000) +# see baremetal/120allocate.subx # Consult https://wiki.osdev.org/Memory_Map_(x86) before modifying any of this. ## 16-bit entry point |