Updated bootloader docs to accurately reflect error codes

This commit is contained in:
notsomeidiot123 2024-10-15 13:55:54 -04:00
parent 6b596f7735
commit 3eadd3b695
1 changed files with 4 additions and 1 deletions

View File

@ -69,4 +69,7 @@ While any GDT loaded for the Kernel will work, once the Kernel wants to load use
|Error Code|Description|
|----------|-----------|
|1 |A20 Line could not be enabled|
|1 |A20 Line could not be enabled|
|2|Failed to read from disk|
|3|Corrupted/Invalid ELF formatted file|
|4|Failed to find suitable location in memory for kernel|