Inch towards Apple II Funicular usable with linappleii/linapple.
Chris Pressey
6 years ago
0 | # NOTE: this requires toolshelf and assumes gh:catseye/a2tools has been docked | |
0 | # NOTE: this requires https://github.com/linappleii/linapple | |
1 | 1 | |
2 | 2 | PLATFORM=apple2plus-linapple |
3 | INSTALL_IMAGE='blank.dsk' | |
3 | INSTALL_IMAGE='Master.dsk' | |
4 | 4 | SETUP_IMAGE='setup.dsk' |
5 | 5 | SYSTEM_IMAGE='system.dsk' |
6 | 6 | DIST_IMAGE='dist.dsk' |
21 | 21 | Disk Image 1 = $CWD/system.dsk |
22 | 22 | Slot 6 Autoload = 1 |
23 | 23 | EOF |
24 | ||
25 | # this is less than fantastic, but not sure how else to make sure this works | |
26 | LINAPPLE_DIR=`toolshelf.py pwd linapple` | |
27 | cp $LINAPPLE_DIR/splash.bmp . | |
28 | cp $LINAPPLE_DIR/charset40.bmp . | |
29 | # this is even less fantastic because no just no | |
30 | # instead, we should be using a2tools to put our things on a bootable disk image | |
31 | cp $LINAPPLE_DIR/Master.dsk system.dsk | |
32 | 24 | } |