X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=blobdiff_plain;f=boot%2Fx86%2Fvbr-fat32.s;h=7af11562331bec8bd2727fd14418addd251f8da2;hb=65158c3beba4fe8e41c8ea1478298ba3a0239c69;hp=439157f3c4299b6f7bf116f3f519fcbb0d860deb;hpb=d00271672b67f2f05d061dcdc7e5c2c8d031f14a;p=nameless-os.git diff --git a/boot/x86/vbr-fat32.s b/boot/x86/vbr-fat32.s index 439157f..7af1156 100644 --- a/boot/x86/vbr-fat32.s +++ b/boot/x86/vbr-fat32.s @@ -72,8 +72,8 @@ real_start: mov di, STAGE3_OFFSET call read_cluster_chain ; read stage 3 mov dl, [BOOT_DRIVE] - call STAGE3_ADDRESS ; call stage 3 - jmp .halt ; halt in case we return, which should never happen + jmp 0:STAGE3_ADDRESS ; call stage 3 + nop .stage3_missing: print stage3_missing