Different example disks

This commit is contained in:
Elliot Nunn 2021-02-08 16:02:16 +08:00
parent 53e8e820a6
commit dcab4ffe39
2 changed files with 1 additions and 1 deletions

BIN
A608.dsk Executable file

Binary file not shown.

View File

@ -78,7 +78,7 @@ ChainLoader.bin: ChainLoader.a BootPicker.a
vasm-1/vasmm68k_mot -quiet -Fbin -pic -o $@ $<
testchain: ChainLoader.bin FORCE
zsh -c 'trap "kill %1" SIGINT SIGTERM EXIT; ./ChainBoot.py **/*.dsk /Users/elliotnunn/Downloads/SSW-71-Universal/Hd-100.iso & make testclient'
zsh -c 'trap "kill %1" SIGINT SIGTERM EXIT; ./ChainBoot.py **/*.dsk & make testclient'