1
0
Fork 0
mirror of https://github.com/tailix/loadwarka.git synced 2024-11-11 13:50:54 -05:00

Clean before build

This commit is contained in:
Alex Kotov 2022-01-27 05:29:05 +05:00
parent b71f68194b
commit a0e1eb29fa
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -5,6 +5,8 @@ set -e
BIN='../cross/root/bin' BIN='../cross/root/bin'
CROSS="$BIN/i386-elf-" CROSS="$BIN/i386-elf-"
./clean.sh
${CROSS}gcc -c src/x86_stage1.S -o src/x86_stage1.o ${CROSS}gcc -c src/x86_stage1.S -o src/x86_stage1.o
${CROSS}gcc -c src/x86_stage2.S -o src/x86_stage2.o ${CROSS}gcc -c src/x86_stage2.S -o src/x86_stage2.o
${CROSS}ld -Ttext 200000 --oformat binary -o src/x86_stage1.bin src/x86_stage1.o ${CROSS}ld -Ttext 200000 --oformat binary -o src/x86_stage1.bin src/x86_stage1.o