Build with filesystem
This commit is contained in:
parent
b33a1e7d95
commit
d7be0fc774
5 changed files with 47 additions and 25 deletions
|
@ -17,3 +17,5 @@ kernel_file:
|
|||
.end:
|
||||
.length equ kernel_file.end - kernel_file
|
||||
.length_sectors equ .length / 512
|
||||
|
||||
incbin "build/userspace/filesystem.bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue