mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-30 12:23:10 +03:00
Revert "bootboot: add a delay when assuming the stack size"
This reverts commit 252bc5e524
.
This commit is contained in:
parent
9d4bf41ed9
commit
6a56a07d20
@ -196,7 +196,6 @@ void bootboot_load(char *config) {
|
||||
print("bootboot: WARNING: no init stack size entered, assuming 1024\n");
|
||||
print("1024 is really small, specify more using initstack=size ini initrd;\n");
|
||||
init_stack_size = 1024;
|
||||
delay(1000000);
|
||||
}
|
||||
|
||||
printv("bootboot: mapping struct to %X\n", struct_vaddr);
|
||||
|
Loading…
Reference in New Issue
Block a user