DEADSOFTWARE

Initial Bare Metal BlackBox Prototype
[bmbb.git] / Boot486 / make.sh
1 #!/bin/sh
3 set -e
4 as -o boot0.o boot0.S
5 ld --oformat binary -o ../BlackBox.img -Ttext 0x7c00 boot0.o
6 rm -f boot0.o