Fixed the link and passL options in kernel.nim to match change in build root directory.

This commit is contained in:
neviyn 2018-04-26 04:12:16 +01:00
parent ba5d239073
commit 45e57c765c

View File

@ -1,5 +1,5 @@
{.link: "boot.o".} {.link: "../boot.o".}
{.passL: "-ffreestanding -target i386 -nostdlib -T kernel/arch/i386/linker.ld".} {.passL: "-ffreestanding -target i386 -nostdlib -T arch/i386/linker.ld".}
{.passC: "-ffreestanding -nostdlib --target=i386-pc-none-elf -march=i386".} {.passC: "-ffreestanding -nostdlib --target=i386-pc-none-elf -march=i386".}
import tty, gdt, serial import tty, gdt, serial