about summary refs log tree commit diff stats
path: root/baremetal/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/README.md')
-rw-r--r--baremetal/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/README.md b/baremetal/README.md
index e2bc81c4..e87cd74c 100644
--- a/baremetal/README.md
+++ b/baremetal/README.md
@@ -20,7 +20,7 @@ keyboard.
 These programs don't convert to ELF, and there's also currently no code/data
 segment separation. Just labels and bytes.
 
-Most programs here assume `main` starts at address 0x8000 (1KB or 2 disk
+Most programs here assume `main` starts at address 0x8800 (3KB or 6 disk
 sectors past the BIOS entrypoint). See baremetal/boot.hex for details.
 
 So far the programs have only been tested in Qemu and Bochs emulators.