From 45e57c765c457942a0d887cfeafe291c1d66ee90 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Thu, 26 Apr 2018 04:12:16 +0100 Subject: [PATCH] Fixed the link and passL options in kernel.nim to match change in build root directory. --- kernel/kernel.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/kernel.nim b/kernel/kernel.nim index 19e585c..3d1b75e 100644 --- a/kernel/kernel.nim +++ b/kernel/kernel.nim @@ -1,5 +1,5 @@ -{.link: "boot.o".} -{.passL: "-ffreestanding -target i386 -nostdlib -T kernel/arch/i386/linker.ld".} +{.link: "../boot.o".} +{.passL: "-ffreestanding -target i386 -nostdlib -T arch/i386/linker.ld".} {.passC: "-ffreestanding -nostdlib --target=i386-pc-none-elf -march=i386".} import tty, gdt, serial