diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-30 12:16:22 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-30 12:17:47 -0500 |
commit | e76cbbcb327e0966fff47a645cdbc26e27a4bc8a (patch) | |
tree | 8850bb6be51e5cedb9c7ff89e047d21deec84fdf /src/arch/amd64/mboot.h | |
parent | added backtraces (diff) | |
download | corn-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.h | 1 |
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 }; |