KEK/README.md
2022-03-01 13:57:57 +01:00

30 lines
555 B
Markdown

KEK
Kek might (I work occasionally on it so don't hold your breath) become a DEC PDP-11 emulator capable of running UNIX-v7.
Run:
make all
to build.
To run the test-cases:
./kek -m tc
... it should end in "ALL FINE".
To run a disk image:
./kek -R filename.rk -p offset 2> /dev/null
... where offset is a decimal(!) address to start (optional).
To run a tape image:
./kek -T filename.bin -p offset 2> /dev/null
... where offset is a decimal(!) address to start (optional).
Released in 2018 under AGPL v3.0
Folkert van Heusden