This commit is contained in:
folkert van heusden 2022-04-10 18:57:10 +02:00
parent 4b271da623
commit d7aa353bd7

View file

@ -1,5 +1,5 @@
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.
Kek might (I work occasionally on it so don't hold your breath) become a DEC PDP-11 (11/70) emulator capable of running UNIX-v5.
Run:
make all
@ -7,29 +7,21 @@ to build.
Required:
* libtirpc-dev
* libncursesw5-dev
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
./kek -R filename.rk 2> /dev/null
... where offset is a decimal(!) address to start (optional).
Kek emulates an RK05.
To run a tape image:
./kek -T filename.bin -p offset 2> /dev/null
./kek -T filename.bin 2> /dev/null
... where offset is a decimal(!) address to start (optional).
Released under Apache License v2.0