diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2024-03-11 21:30:31 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2024-03-11 21:30:31 -0400 |
commit | d1ff7bcc91886626dc9060ec5fb67ee102ab7c1d (patch) | |
tree | 8f0b5cd8aad31089131785dc6e37b659490f9955 /boot/cmdline.d | |
download | jove-kernel-d1ff7bcc91886626dc9060ec5fb67ee102ab7c1d.tar.gz jove-kernel-d1ff7bcc91886626dc9060ec5fb67ee102ab7c1d.tar.bz2 jove-kernel-d1ff7bcc91886626dc9060ec5fb67ee102ab7c1d.zip |
usermode capable kernel with logging syscall
Diffstat (limited to 'boot/cmdline.d')
-rw-r--r-- | boot/cmdline.d | 3 |
1 files changed, 3 insertions, 0 deletions
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 |