Enabled LibC.
This commit is contained in:
parent
6bc74bbecb
commit
4f2c632cf9
8
nim.cfg
8
nim.cfg
@ -1,10 +1,10 @@
|
|||||||
--cc:clang
|
--cc:clang
|
||||||
--clang.linkerexe="clang"
|
|
||||||
--gc:none
|
|
||||||
--deadCodeElim:on
|
--deadCodeElim:on
|
||||||
|
--gc:none
|
||||||
|
--boundChecks:on
|
||||||
--path:"kernel/arch/i386"
|
--path:"kernel/arch/i386"
|
||||||
--cpu:i386
|
--cpu:i386
|
||||||
--os:standalone
|
--os:standalone
|
||||||
--passC:"-ffreestanding -nostdlib --target=i686-pc-none-elf -march=i686"
|
--passC:"-ffreestanding -nostdlib --target=i386-pc-none-elf -march=i386 -lc"
|
||||||
--passL:"-target i386 -nostdlib -T ./kernel/arch/i386/linker.ld boot.o"
|
--passL:"-ffreestanding -target i386 -nostdlib -T ./kernel/arch/i386/linker.ld boot.o -lc"
|
||||||
--out:"myos.bin"
|
--out:"myos.bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user