From 30301ee08fe78ff74741ee4e3dece4b4ffa9f004 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 27 Sep 2016 21:56:29 -0600 Subject: [PATCH] Build with filesystem --- x86_64/harddrive.asm | 2 ++ 1 file changed, 2 insertions(+) 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"