Do not include filesystem image in harddrive

This commit is contained in:
Jeremy Soller
2016-11-17 21:45:49 -07:00
parent 30e11072f1
commit c9ed045cc2
+1 -1
View File
@@ -18,4 +18,4 @@ kernel_file:
.length equ kernel_file.end - kernel_file
.length_sectors equ .length / 512
incbin "build/userspace/filesystem.bin"
;incbin "build/userspace/filesystem.bin"