Adds v1.0.1 of files (XML is from upstream Amiberry commit 727ef6d

This commit is contained in:
Chris Smith 2022-04-06 17:56:17 +01:00
commit fd60c076b4
14 changed files with 268548 additions and 0 deletions

2
THEA500/README Normal file
View file

@ -0,0 +1,2 @@
We recommend that you do not store your own files in this directory.
They may be overwritten or removed if you upgrade the WHDLoad Package.

1
THEA500/version.txt Normal file
View file

@ -0,0 +1 @@
Version 1.0.1

BIN
THEA500/whdboot/AmiQuit Normal file

Binary file not shown.

BIN
THEA500/whdboot/WHDLoad Normal file

Binary file not shown.

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37f123b43cf5fb687d12caaf3a684eee468aff884c5ef2ac8ccf05a82c469fbf
size 694508

File diff suppressed because it is too large Load diff

Binary file not shown.

12
mkzip.sh Executable file
View file

@ -0,0 +1,12 @@
if [ $# -eq 0 ]
then
echo "Usage: $(basename $0) <version>"
echo
echo "Example: mkzip.sh 1.3.2"
exit 1
fi
V=$1
F=THEA500-WHDLoad-package-${V}.zip
zip -r ${F} THEA500
sha256sum ${F}