10 lines
194 B
Plaintext
Executable File
10 lines
194 B
Plaintext
Executable File
# Path defititions
|
|
##bin="/home/ftp/hive/spinix"
|
|
bin="../Bin/spinix"
|
|
sd="${bin}/sdcard"
|
|
flash="${bin}/flash"
|
|
|
|
# Build the the boot program
|
|
bstc -b -O cgru src/boot.spin
|
|
mv boot.binary ${flash}/
|