summaryrefslogtreecommitdiff
path: root/include/shim.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-30 16:46:38 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-30 16:46:38 -0500
commit9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8 (patch)
tree01cc5fad4c42b0fcad206e694c69567de835447b /include/shim.h
parentbetter qemu options (diff)
downloadcorn-9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8.tar.gz
corn-9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8.tar.bz2
corn-9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8.zip
better mboot
Diffstat (limited to 'include/shim.h')
-rw-r--r--include/shim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/shim.h b/include/shim.h
index a0f0156..f3835ba 100644
--- a/include/shim.h
+++ b/include/shim.h
@@ -2,6 +2,10 @@
#include <memory.h>
+#define CMDLINE_MAX 32
+
struct boot_info {
struct memory_map *map;
+ void *acpi_table;
+ char cmdline[CMDLINE_MAX];
};