diff --git a/build b/build index f3827b9..8c1c311 100644 --- a/build +++ b/build @@ -1,4 +1,4 @@ xargo build --release --target armv6k-none-eabihf arm-none-eabi-gcc -mcpu=arm1176jzf-s -fpic -ffreestanding -c src/boot.s -o target/boot.o -arm-none-eabi-gcc -T linker.ld -o target/kernel.elf -ffreestanding -O2 -nostdlib target/boot.o target/arm-none-eabihf/release/libalean.rlib +arm-none-eabi-gcc -T linker.ld -o target/kernel.elf -ffreestanding -O2 -nostdlib target/boot.o target/armv6k-none-eabihf/release/libalean.rlib arm-none-eabi-objcopy target/kernel.elf -O binary target/kernel.img \ No newline at end of file