Use getdusk.sh
Target Dusk v9
Target Dusk v1
This is a Collapse OS port for the RC2014. It features support for:
These are the possible configurations:
mc6850
(default): MC6850 ACIA with SD cardsio
: Zilog SIO with SD cardcf
: MC6850 ACIA with CF module. There is no emulation for the CF module
yet.To build, run make conf=name
in this directory. This will yield a
rc2014_<conf>.rom
file as well as a emul_<conf>.sh
. The ROM file should be
written to a ROM of at least 8KB.
This repository has a RC2014 emulator, you can launch the built ROM through
that emulator with ./emul_<conf>.sh
.
This port is fully self-hosting, that is, the resulting ROM can build the resulting ROM.
For the rest, refer to documentation in doc
.
Initializing mass storage right at power up is tricky in terms of timing, so
the default builds don't do it. This means that before accessing blocks, you
need to manually initialize the target device. For SD cards, it's sdc$
and for
CF cards, it's ata$
.