about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-23 00:39:42 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-23 00:39:42 -0800
commite82e7d644ce3836b5d674078ff1d57afc3d2247d (patch)
tree1cee2f190b8953544f7c1d18118f9de045a70754 /apps
parent364133226c57185483a0b9dd90ab6df3e2decaf2 (diff)
downloadmu-e82e7d644ce3836b5d674078ff1d57afc3d2247d.tar.gz
7381
Diffstat (limited to 'apps')
-rw-r--r--apps/boot.hex6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/boot.hex b/apps/boot.hex
index b1cefb96..aa7328d0 100644
--- a/apps/boot.hex
+++ b/apps/boot.hex
@@ -182,11 +182,11 @@ e9 fb ff  # loop forever
 
 # offset 100 (address 0x7d00):
 # Entry:
-  # eax <- *0x7e04  # random address in second segment containing 'H'
+  # eax <- *0x7ef4  # random address in second segment containing 'H'
   8b  # copy rm32 to r32
     05  # 00/mod/indirect 000/r32/eax 101/rm32/use-disp32
     # disp32
-    04 7e 00 00
+    f4 7e 00 00
   # *0xb8000 <- eax
   89  # copy r32 to rm32
     05  # 00/mod/indirect 000/r32/eax 101/rm32/use-disp32
@@ -220,7 +220,6 @@ e9 fb ff ff ff  # loop forever
 # not loaded on boot; loaded by load_disk
 
 # offset 200 (address 0x7e00):
-00 00 00 00 48 0f 00 00 00 00 00 00 00 00 00 00  # spot the 'H' with attributes
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
@@ -252,5 +251,6 @@ e9 fb ff ff ff  # loop forever
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+00 00 00 00 48 0f 00 00 00 00 00 00 00 00 00 00  # spot the 'H' with attributes
 
 # vim:ft=conf