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 \