From d1ff7bcc91886626dc9060ec5fb67ee102ab7c1d Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 11 Mar 2024 21:30:31 -0400 Subject: usermode capable kernel with logging syscall --- boot/cmdline.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 boot/cmdline.h (limited to 'boot/cmdline.h') diff --git a/boot/cmdline.h b/boot/cmdline.h new file mode 100644 index 0000000..b1162b7 --- /dev/null +++ b/boot/cmdline.h @@ -0,0 +1,10 @@ +#ifndef JOVE_BOOT_CMDLINE_H +#define JOVE_BOOT_CMDLINE_H 1 + +#include "lib/hashtable.h" + +const char *cmdline_get(const char *key); + +void cmdline_kernel_setup(void); + +#endif -- cgit v1.2.1