From 4c9587b5f454ac975455fd4635e10491c2069f96 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 27 Jan 2021 16:51:23 -0800 Subject: 7566 --- baremetal/boot.hex | 6 +++--- 1 file 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 -- cgit 1.4.1-2-gfad0 > Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/020run.cc
blob: 740122169433486b83b49a85335bf245555d7760 (plain) (tree)
1
2
3
4
5
6
7