KEK/README.md
folkert van heusden 5c42c074f4 meta
2022-03-19 14:52:57 +01:00

31 lines
558 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 under Apache License v2.0
Folkert van Heusden