mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-06 04:42:16 +03:00
bootboot: add a delay when assuming the stack size
This commit is contained in:
parent
610ae1198a
commit
252bc5e524
@ -186,6 +186,7 @@ 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);
|
||||
printv("bootboot: mapping environemnt to %X\n", env_vaddr);
|
||||
|
Loading…
Reference in New Issue
Block a user