10 lines
201 B
Plaintext
Executable File
10 lines
201 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 -D __HIVE -b -O a src/boot.spin
|
|
mv boot.binary ${flash}/
|