summaryrefslogtreecommitdiff
path: root/include/shim.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-30 16:55:15 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-30 16:55:15 -0500
commitf7903413688b48b5b0104d3eb3dbd728a5165baf (patch)
tree70f9f3e80350758c3a44763cf2dfad33c801fad7 /include/shim.h
parentbetter mboot (diff)
downloadcorn-f7903413688b48b5b0104d3eb3dbd728a5165baf.tar.gz
corn-f7903413688b48b5b0104d3eb3dbd728a5165baf.tar.bz2
corn-f7903413688b48b5b0104d3eb3dbd728a5165baf.zip
disable wip code
Diffstat (limited to 'include/shim.h')
-rw-r--r--include/shim.h1
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];
};