2017-10-21 18:46:59 +01:00
|
|
|
--cc:clang
|
|
|
|
--deadCodeElim:on
|
2017-10-22 00:22:14 +01:00
|
|
|
--gc:none
|
|
|
|
--boundChecks:on
|
2017-10-21 19:23:17 +01:00
|
|
|
--path:"kernel/arch/i386"
|
2017-10-21 18:46:59 +01:00
|
|
|
--cpu:i386
|
|
|
|
--os:standalone
|
2017-10-22 00:22:14 +01:00
|
|
|
--passC:"-ffreestanding -nostdlib --target=i386-pc-none-elf -march=i386 -lc"
|
|
|
|
--passL:"-ffreestanding -target i386 -nostdlib -T ./kernel/arch/i386/linker.ld boot.o -lc"
|
2017-10-21 19:23:17 +01:00
|
|
|
--out:"myos.bin"
|