From c9ed045cc258fd45cb2f7c54a25e9ee26458a547 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 17 Nov 2016 21:45:49 -0700 Subject: [PATCH] Do not include filesystem image in harddrive --- x86_64/harddrive.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86_64/harddrive.asm b/x86_64/harddrive.asm index b2c0255..a2c34aa 100644 --- a/x86_64/harddrive.asm +++ b/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" -- GitLab