From f7903413688b48b5b0104d3eb3dbd728a5165baf Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 30 Jan 2024 16:55:15 -0500 Subject: disable wip code --- include/shim.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/shim.h') 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]; }; -- cgit v1.2.3-freya