about summary refs log tree commit diff stats
path: root/baremetal/boot.hex
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-27 23:01:14 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-27 23:01:14 -0800
commita9b25d62c1611ea9b3694026d5efc40f7b169290 (patch)
tree86e3971ad4b6b45e27991a3574c6b96a53167d77 /baremetal/boot.hex
parent57fd753a01ed167cddd9dbf4f8cd706e5f449e51 (diff)
downloadmu-a9b25d62c1611ea9b3694026d5efc40f7b169290.tar.gz
7434
Fix a stale displacement.
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 cf5a11e8..e6f012f2 100644
--- a/baremetal/boot.hex
+++ b/baremetal/boot.hex
@@ -70,7 +70,7 @@
   8e c3  # es <- bx
   bb 00 7e  # bx <- 0x7e00
   cd 13  # int 13h, BIOS disk service
-  0f 82 76 00  # jump-if-carry disk-error
+  0f 82 8a 00  # jump-if-carry disk-error
 
 # 26:
   # undo the A20 hack: https://en.wikipedia.org/wiki/A20_line