DAs: Package a 143k image now that Cadius is fixed

This commit is contained in:
Joshua Bell
2018-04-23 08:19:46 -07:00
parent a285a7413b
commit ef79c6dd99
2 changed files with 4 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ CADIUS=/tmp/cadius/bin/release/cadius
Then from the `desk.acc/` directory, run: `go/package.sh` Then from the `desk.acc/` directory, run: `go/package.sh`
This will generate: `desk.acc/out/DeskAccessories.2mg` This will generate: `desk.acc/out/DeskAccessories.po`
Mount this disk image in your emulator, or transfer it to a real floppy Mount this disk image in your emulator, or transfer it to a real floppy
with [ADTPro](http://adtpro.com/), then follow the install instructions with [ADTPro](http://adtpro.com/), then follow the install instructions
@@ -103,5 +103,3 @@ Tips:
* Hold Open-Apple and click on each file in the desired order * Hold Open-Apple and click on each file in the desired order
* Select Sort Directory from the Apple menu, and verify the order * Select Sort Directory from the Apple menu, and verify the order
* Restart * Restart

View File

@@ -12,7 +12,7 @@ DAS="calculator show.text.file date puzzle sort.directory \
PACKDIR="out/package" PACKDIR="out/package"
FINFO="$PACKDIR/_FileInformation.txt" FINFO="$PACKDIR/_FileInformation.txt"
IMGFILE="out/DeskAccessories.2mg" IMGFILE="out/DeskAccessories.po"
VOLNAME="DESK.ACC" VOLNAME="DESK.ACC"
mkdir -p "$PACKDIR" mkdir -p "$PACKDIR"
@@ -29,9 +29,7 @@ done
# Create a new disk image. # Create a new disk image.
# TODO: Make images 143KB once issue is fixed: $CADIUS CREATEVOLUME $IMGFILE $VOLNAME 143KB
# https://github.com/mach-kernel/cadius/issues/22
$CADIUS CREATEVOLUME $IMGFILE $VOLNAME 800KB
# Add the files into the disk image. # Add the files into the disk image.