From 3f2e2bc68e2d0ad6fb675c6ab62cdaa2bb965ca1 Mon Sep 17 00:00:00 2001 From: pitust Date: Sat, 6 Nov 2021 12:15:04 +0000 Subject: [PATCH] bootboot: finish writing the error lmao --- stage23/protos/bootboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);