We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bdc2e commit c5c843fCopy full SHA for c5c843f
src/bootloader/stage2.c
@@ -23,7 +23,7 @@ void enable_a20() {
23
ax = call_int_0x15(0x2403);
24
if (!ax) {
25
print_log("BIOS A20-gate not supported");
26
- label_exit();
+ return;
27
}
28
29
ax = call_int_0x15(0x2402);
0 commit comments