diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-27 23:01:14 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-27 23:01:14 -0800 |
commit | a9b25d62c1611ea9b3694026d5efc40f7b169290 (patch) | |
tree | 86e3971ad4b6b45e27991a3574c6b96a53167d77 | |
parent | 57fd753a01ed167cddd9dbf4f8cd706e5f449e51 (diff) | |
download | mu-a9b25d62c1611ea9b3694026d5efc40f7b169290.tar.gz |
7434
Fix a stale displacement.
-rw-r--r-- | baremetal/boot.hex | 2 |
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 |