git @ Cat's Eye Technologies Funicular / 157ff86
Edits to README. Chris Pressey 7 years ago
2 changed file(s) with 10 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
22
33 *Version 0.5. Work-in-progress. Subject to change in backwards-incompatible ways.*
44
5 **Funicular** is a system that semi-automates the creation of development
5 **Funicular** is a system that semi-automates the creation of computing
66 environments on eclectic architectures.
77
88 "Semi-automate" means it automates what it can, and provides repeatable
99 instructions for you to follow for what it can't.
1010
11 "Development environment" means an environment in which you can build
12 (and perhaps even write) software. Thus it is typically populated with
13 programming language interpreters and compilers, debuggers, text editors,
14 and the like.
11 "Computing environment" could mean a "development environment", i.e.
12 a system in which you can build (and perhaps even write) software,
13 populated with interpreters and compilers, debuggers, text editors,
14 and the like. Or it could mean any other environment that could be
15 set up on a computer system.
1516
1617 "Eclectic architectures" is not terribly-well defined, but it includes
1718 retrocomputing and esoteric architectures. Basically, if you've got an
1819 emulator for it, and installation images for it, you might be able to
1920 install and outfit and run a system for it, using Funicular.
2021
21 It's kind of like a Vagrant for the lunatic fringe, eh?
22 TL;DR it's kind of like a Vagrant, but instead of provisioning VMs, it
23 provisions emulators.
2224
2325 It currently supports:
2426
2527 * i386 running NetBSD under QEMU
2628 * i386 running FreeDOS under QEMU
27 * Amiga 500 (etc) running AmigaDOS under E-UAE (* Under Development *)
29 * Amiga 500 (etc) running AmigaDOS under E-UAE
2830 * Commodore 64 with a 1541 floppy drive under VICE
2931 * VIC-20 with a 1541 floppy drive under VICE
30
31 And partially supports:
32
3332 * Apple //e running AppleDOS under Linapple
3433
3534 Funicular unifies and replaces the older, discrete, ad-hoc projects
175175 * If you want to make the disk bootable, type:
176176 install df0:
177177 EOF
178 }
178 }