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