mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-01-11 23:53:23 +00:00
30 lines
492 B
Plaintext
30 lines
492 B
Plaintext
set cpu 8k
|
|
set cpu eae
|
|
set cpu history=100
|
|
show cpu
|
|
|
|
; set up SIMH devices:
|
|
|
|
; UNIX character translations (CR to NL, ESC to ALTMODE):
|
|
set tti unix
|
|
|
|
; RB09 fixed head disk:
|
|
set rb ena
|
|
att rb image.fs
|
|
|
|
; enable TELNET in GRAPHICS-2 keyboard/display(!!)
|
|
set g2in ena
|
|
att -U g2in 12345
|
|
|
|
; disable hardware UNIX-7 doesn't know about:
|
|
set lpt disa
|
|
set drm disa
|
|
set dt disa
|
|
|
|
; show device settings:
|
|
show dev
|
|
|
|
; load and run the paper tape bootstrap (loads system from disk)
|
|
load boot.rim 010000
|
|
go
|