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