:: commit 6cbc63a32c5e4e171b8c70cf716bf6d2305b5a43

pitust <piotr@stelmaszek.com> — 2021-11-06 12:15

parents: 9374fb4f65

bootboot: finish writing the error lmao

diff --git a/stage23/protos/bootboot.c b/stage23/protos/bootboot.c
index 52086412..41b74b2d 100644
--- a/stage23/protos/bootboot.c
+++ b/stage23/protos/bootboot.c
@@ -186,7 +186,7 @@ void bootboot_load(char *config) {
 
     if (init_stack_size == ~0UL) {
         print("bootboot: warning: no init stack size entered, assuming 1024\n");
-        print("1024 is really small, specify more using ");
+        print("1024 is really small, specify more using initstack=size ini initrd;\n");
         init_stack_size = 1024;
     }
     printv("bootboot: mapping struct to %X\n", struct_vaddr);
tab: 248 wrap: offon