commit | 6c0519e6630481494c0851e010be7c31d80eedb8 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Mar 07 19:40:23 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Sun Mar 07 19:40:23 2021 -0800 |
tree | ff05ae4c6b223a8bcbec2acdb44afd1affd1127b | |
parent | 9752ab33964598152979027559e3eb775e8c4e82 [diff] [blame] |
Beginnings of vfs_initrd driver
diff --git a/src/kernel/Makefile b/src/kernel/Makefile index 0a95915..9029f26 100644 --- a/src/kernel/Makefile +++ b/src/kernel/Makefile
@@ -15,7 +15,8 @@ kheap.o \ alloc.o \ vfs.o \ - multiboot.o + multiboot.o \ + vfs_initrd.o JAYROOT = ../../ CFLAGS = -nostdlib -nostdinc -fno-builtin -fno-stack-protector -ffreestanding \