Skip to content

Commit c5c843f

Browse files
committed
[bootloader][stage2] Continue when A20 gate is not supported
1 parent 74bdc2e commit c5c843f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootloader/stage2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void enable_a20() {
2323
ax = call_int_0x15(0x2403);
2424
if (!ax) {
2525
print_log("BIOS A20-gate not supported");
26-
label_exit();
26+
return;
2727
}
2828

2929
ax = call_int_0x15(0x2402);

0 commit comments

Comments
 (0)