11 lines
250 B
Nim
11 lines
250 B
Nim
--cc:clang
|
|
--deadCodeElim:on
|
|
--gc:regions
|
|
--boundChecks:on
|
|
--path:"kernel/arch/i386"
|
|
--cpu:i386
|
|
--os:standalone
|
|
--passC:"-ffreestanding -nostdlib --target=i386-pc-none-elf -march=i386"
|
|
--passL:"-ffreestanding -target i386 -nostdlib"
|
|
--out:"myos.bin"
|