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.d | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 boot/cmdline.d (limited to 'boot/cmdline.d') diff --git a/boot/cmdline.d b/boot/cmdline.d new file mode 100644 index 0000000..f3ba401 --- /dev/null +++ b/boot/cmdline.d @@ -0,0 +1,3 @@ +boot/cmdline.o: boot/cmdline.c boot/cmdline.h lib/hashtable.h \ + lib/linkedlist.h boot/boot.h mem/memory.h mem/slab.h lib/string.h \ + io/log.h -- cgit v1.2.1