More eclectic test systems

This commit is contained in:
Elliot Nunn 2021-02-08 08:51:03 +08:00
parent 7891f7abbc
commit 44ddd41cfc
34 changed files with 2197089 additions and 0 deletions

0
baseofmanysystems/Finder Normal file
View File

View File

@ -0,0 +1 @@
FNDRMACS

24697
baseofmanysystems/Finder.rdump Normal file

File diff suppressed because it is too large Load Diff

BIN
baseofmanysystems/MacsBug Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
dbgrmxbg

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
zsysMACS

File diff suppressed because it is too large Load Diff

3
manysystems.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p manysystems.tmp; ls baseofmanysystems | grep ^System | grep -v dump$ | while read -r x; do rsync -a --delete --delete-excluded --include "$x*" --exclude='System *' baseofmanysystems /tmp/; MakeHFS -s 20m -i /tmp/baseofmanysystems -n "$x" manysystems.tmp/"$x".dsk; done