This commit is contained in:
Kartik Agaram 2021-01-27 16:51:23 -08:00
parent 212d72a2df
commit 4c9587b5f4
1 changed files with 3 additions and 3 deletions

View File

@ -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