From 6f3f8148399abdba78c7fb1e8a2b635af67215ff Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 26 Dec 2020 22:33:48 -0800 Subject: 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). --- baremetal/ex2.hex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baremetal/ex2.hex') 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 -- cgit 1.4.1-2-gfad0