1
0
mirror of https://github.com/livingcomputermuseum/cpus-pdp8.git synced 2026-01-12 00:12:44 +00:00

Update README.md

This commit is contained in:
Living Computers: Museum+Labs 2019-11-25 12:33:26 -08:00 committed by GitHub
parent 86c978efc6
commit 8956030516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,17 +16,17 @@ SIMH Setup:
-----------
Under simh, the following script will set up the hardware and bootstrap TSS-8 INIT:
set df disabled
set rf disabled
set rk enabled
set dt disabled
att rk0 tss8_rk_lcm.dsk
set df disabled
set rf disabled
set rk enabled
set dt disabled
att rk0 tss8_rk_lcm.dsk
set cpu 32k
attach ttix 4000
set cpu 32k
attach ttix 4000
load boot.bin
run 200
load boot.bin
run 200
Running on real hardware:
-------------------------