mirror of
https://github.com/wfjm/w11.git
synced 2026-02-18 13:47:24 +00:00
- added support for Nexys4 and Basys3 boards - added RL11 disk support - lots of documentation updated
26 lines
456 B
Tcl
26 lines
456 B
Tcl
# $ Id: $
|
|
#
|
|
# Setup file for RT-11 V5.3 RL02 based system
|
|
#
|
|
# Usage:
|
|
#
|
|
# console_starter -d DL0 &
|
|
# ti_w11 -xxx @rt11-53_rl_boot.tcl ( -xxx depends on sim or fpga connect)
|
|
#
|
|
|
|
# setup w11 cpu
|
|
puts [rlw]
|
|
|
|
# setup tt,lp,pp (single console; enable rx rate limiter on old DEC OS)
|
|
rw11::setup_tt "cpu0" {ndl 1 dlrlim 5}
|
|
rw11::setup_lp
|
|
rw11::setup_pp
|
|
|
|
# mount disks
|
|
cpu0rla0 att RT11_V5.3_SYSTEM.dsk
|
|
|
|
# and boot
|
|
rw11::cpumon
|
|
rw11::cpucons
|
|
cpu0 boot rla0
|