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