about summary refs log tree commit diff stats
path: root/baremetal/ex2.hex
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-26 22:33:48 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-26 22:36:52 -0800
commit6f3f8148399abdba78c7fb1e8a2b635af67215ff (patch)
treeca416060c021661af3811a5a65538078c9de07ed /baremetal/ex2.hex
parent0243ee4e834e4118e3c2eadc68d36f8e62d94d28 (diff)
downloadmu-6f3f8148399abdba78c7fb1e8a2b635af67215ff.tar.gz
7418 - baremetal: adjust entrypoint address
We need a few pages of data for the keyboard mappings.

If I moved them to some later address I'd be able to keep the nice round
starting address unchanged. But that seems like a superficial aesthetic
concern. There's really no value in having an array of hex bytes represented
in SubX rather than just raw hex. And it's better to colocate data near
the handler code which uses it (and which runs instructions SubX doesn't
support).
Diffstat (limited to 'baremetal/ex2.hex')
-rw-r--r--baremetal/ex2.hex2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/ex2.hex b/baremetal/ex2.hex
index 7708b59f..78977c5f 100644
--- a/baremetal/ex2.hex
+++ b/baremetal/ex2.hex
@@ -10,7 +10,7 @@
 # Or:
 #   bochs -f apps/boot.bochsrc  # boot.bochsrc loads disk.img
 
-# main:  (address 0x8000)
+# main:  (address 0x8800)
 
 # ecx <- LFB
 8b  # copy *rm32 to r32