meta
This commit is contained in:
parent
4b271da623
commit
d7aa353bd7
1 changed files with 5 additions and 13 deletions
18
README.md
18
README.md
|
@ -1,5 +1,5 @@
|
||||||
KEK
|
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:
|
Run:
|
||||||
make all
|
make all
|
||||||
|
@ -7,29 +7,21 @@ to build.
|
||||||
|
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
* libtirpc-dev
|
|
||||||
* libncursesw5-dev
|
* libncursesw5-dev
|
||||||
|
|
||||||
|
|
||||||
To run the test-cases:
|
|
||||||
|
|
||||||
./kek -m tc
|
|
||||||
|
|
||||||
... it should end in "ALL FINE".
|
|
||||||
|
|
||||||
|
|
||||||
To run a disk image:
|
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:
|
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
|
Released under Apache License v2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue