diff --git a/bootloader/x86_64/harddrive.asm b/bootloader/x86_64/harddrive.asm index b2c0255..a2c34aa 100644 --- a/bootloader/x86_64/harddrive.asm +++ b/bootloader/x86_64/harddrive.asm @@ -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"