Build with filesystem

This commit is contained in:
Jeremy Soller 2016-09-27 21:56:29 -06:00
parent b33a1e7d95
commit d7be0fc774
5 changed files with 47 additions and 25 deletions

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"