Added error message "Cannot boot without kernel loaded".
This commit is contained in:
parent
79d769da3f
commit
ad4a9bed29
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue