summaryrefslogtreecommitdiff
path: root/src/arch/amd64/mboot.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-30 12:16:22 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-30 12:17:47 -0500
commite76cbbcb327e0966fff47a645cdbc26e27a4bc8a (patch)
tree8850bb6be51e5cedb9c7ff89e047d21deec84fdf /src/arch/amd64/mboot.h
parentadded backtraces (diff)
downloadcorn-e76cbbcb327e0966fff47a645cdbc26e27a4bc8a.tar.gz
corn-e76cbbcb327e0966fff47a645cdbc26e27a4bc8a.tar.bz2
corn-e76cbbcb327e0966fff47a645cdbc26e27a4bc8a.zip
make paging more stable
Diffstat (limited to 'src/arch/amd64/mboot.h')
-rw-r--r--src/arch/amd64/mboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/amd64/mboot.h b/src/arch/amd64/mboot.h
index 6e407d5..3be3054 100644
--- a/src/arch/amd64/mboot.h
+++ b/src/arch/amd64/mboot.h
@@ -19,6 +19,7 @@ struct mboot_tag {
enum mboot_tag_type {
MBOOT_CMDLINE = 0,
MBOOT_MEMORYMAP = 6,
+ MBOOT_SYMBOLS = 9,
MBOOT_XSDP = 14
};