diff --git a/x86_64/harddrive.asm b/x86_64/harddrive.asm index c0f228bf93..b2c0255b8d 100644 --- a/x86_64/harddrive.asm +++ b/x86_64/harddrive.asm @@ -17,3 +17,5 @@ kernel_file: .end: .length equ kernel_file.end - kernel_file .length_sectors equ .length / 512 + +incbin "build/userspace/filesystem.bin"