about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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