Build with filesystem

This commit is contained in:
Jeremy Soller
2016-09-27 21:56:29 -06:00
parent 02f2227d55
commit 30301ee08f
+2
View File
@@ -17,3 +17,5 @@ kernel_file:
.end:
.length equ kernel_file.end - kernel_file
.length_sectors equ .length / 512
incbin "build/userspace/filesystem.bin"