From 3eadd3b695b49d226108b74ffbf51b8e5e11d0c5 Mon Sep 17 00:00:00 2001 From: notsomeidiot123 Date: Tue, 15 Oct 2024 13:55:54 -0400 Subject: [PATCH] Updated bootloader docs to accurately reflect error codes --- docs/boot.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/boot.md b/docs/boot.md index c2a68a6..e4b4d78 100644 --- a/docs/boot.md +++ b/docs/boot.md @@ -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| \ No newline at end of file +|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| \ No newline at end of file