Revert "bootboot: add a delay when assuming the stack size"

This reverts commit 252bc5e524.
This commit is contained in:
mintsuki 2021-11-10 02:01:05 +01:00
parent 9d4bf41ed9
commit 6a56a07d20
1 changed files with 0 additions and 1 deletions

View File

@ -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);