git @ Cat's Eye Technologies Funicular / e555348
Support building a dist in the example VIC-20 Funicular. Chris Pressey 9 years ago
2 changed file(s) with 10 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
2626 * i386 running NetBSD under QEMU
2727 * i386 running FreeDOS under QEMU
2828 * Amiga 500 (etc) running AmigaDOS under E-UAE
29 * Commodore 64 running the C64 KERNAL under VICE
29 * Commodore 64 with a 1541 floppy drive under VICE
30 * VIC-20 with a 1541 floppy drive under VICE
3031
3132 And it might, one day, support:
3233
33 * VIC-20 running the VIC-20 KERNAL under VICE
3434 * Apple //e running AppleDOS under Linapple
3535
3636 Funicular unifies and replaces the discrete, ad-hoc projects NetBSD-Gondola,
107107 Usage
108108 -----
109109
110 To bring up a Funicular, you generally follow this series of steps:
110 To create a Funicular, you generally follow this series of steps:
111111
112112 * Acquire an install image for the Platform (e.g. a NetBSD install ISO.)
113113 * Acquire an appropriate Emulator (e.g. `toolshelf dock @@qemu`.)
1414 EOF
1515 cp distrepos/dungeons-of-ekileugor/bin/* device8/
1616 ]],
17 dist_instructions = [[
18 Use Commodore DOS copy commands to copy files from drive 8 to drive 9.
17 dist_script = [[
18 cd device8
19 for FILENAME in *; do
20 c1541 -attach ../dist.d64 -write "$FILENAME"
21 done
22 cd ..
23 c1541 -attach dist.d64 -dir
1924 ]],
2025 }