diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-30 16:55:15 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-30 16:55:15 -0500 |
commit | f7903413688b48b5b0104d3eb3dbd728a5165baf (patch) | |
tree | 70f9f3e80350758c3a44763cf2dfad33c801fad7 /include/shim.h | |
parent | better mboot (diff) | |
download | corn-f7903413688b48b5b0104d3eb3dbd728a5165baf.tar.gz corn-f7903413688b48b5b0104d3eb3dbd728a5165baf.tar.bz2 corn-f7903413688b48b5b0104d3eb3dbd728a5165baf.zip |
disable wip code
Diffstat (limited to 'include/shim.h')
-rw-r--r-- | include/shim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shim.h b/include/shim.h index f3835ba..9f80abc 100644 --- a/include/shim.h +++ b/include/shim.h @@ -6,6 +6,7 @@ struct boot_info { struct memory_map *map; + void *symbol_table; void *acpi_table; char cmdline[CMDLINE_MAX]; }; |