This commit is contained in:
Kartik K. Agaram 2021-04-19 10:33:38 -07:00
parent 8e38b86ab0
commit 1114442c23
1 changed files with 2 additions and 1 deletions

View File

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