about summary refs log tree commit diff stats
path: root/baremetal/boot.hex
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/boot.hex')
-rw-r--r--baremetal/boot.hex2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex
index 8caaa12f..441b59eb 100644
--- a/baremetal/boot.hex
+++ b/baremetal/boot.hex
@@ -238,7 +238,7 @@ e9 fb ff  # loop forever
   # store eax in 'keyboard buffer'
   89  # copy r32 to rm32
     05  # 00/indirect 000/r32/eax 101/rm32/use-disp32
-    30 70 00 00  # disp32
+    30 7d 00 00  # disp32
   # epilogue
   61  # pop all registers
   fb  # enable interrupts