Added error message "Cannot boot without kernel loaded".

This commit is contained in:
erich 1998-06-01 00:21:12 +00:00
parent 79d769da3f
commit ad4a9bed29

View file

@ -64,6 +64,7 @@ char *err_list[] =
"Unsupported Multiboot features requested",
"Unknown boot failure",
"Must load Multiboot kernel before modules",
"Cannot boot without kernel loaded",
"Unrecognized command",
"Bad or incompatible header on compressed file",
"Bad or corrupt data while decompressing file",