about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-27 22:33:47 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-27 22:33:47 -0800
commit74529e2e62727ea25964c89c79367075dbc2b9c7 (patch)
treeb3bad1763aa0c15a61d8016a21fce056fd7fd522
parent2e24062f2ffc72ab524e0ec8695959dea67a6d00 (diff)
downloadmu-74529e2e62727ea25964c89c79367075dbc2b9c7.tar.gz
7431
Typo.
-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