Fixed the link and passL options in kernel.nim to match change in build root directory.
This commit is contained in:
parent
ba5d239073
commit
45e57c765c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user