From a9b25d62c1611ea9b3694026d5efc40f7b169290 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 27 Dec 2020 23:01:14 -0800 Subject: 7434 Fix a stale displacement. --- baremetal/boot.hex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baremetal/boot.hex') 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 -- cgit 1.4.1-2-gfad0