mirror of
https://github.com/wfjm/w11.git
synced 2026-01-21 18:44:41 +00:00
- ibdr_dl11
- now xbuf.val in bit 15 and 8;
- use rbuf instead xbuf for rdry reporting
- remove maintenance mode
- use ib_rlim_slv; add RLIM_CEV, drop CE_USEC
- ibdr_pc11
- pbuf.pval in bit 15 and 8
- move rbusy reporting from pbuf to rbuf register
- ibdr_maxisys,ibdr_minisys: adapt to new ibdr_dl11 iface
- tb_rlink_tba_pdp11core_ibdr.dat: adapt to new ibdr_dl11 iface
- tcl/rw11/util.tcl: setup_tt: rename dlrlim to dlrrlim
- oskit/*/*_boot.tcl: use dlrrlim instead of dlrlim
- Rw11CntlDL11,Rw11CntlPC11: adapt to new dl11,pc11 iface
- tools/asm-11/lib/defs_{dl,pc}.mac: added definition file
- tools/oskit/hook/hook_ibmon_{pca,tta}.tcl: added imon hook file
26 lines
536 B
Tcl
26 lines
536 B
Tcl
# $Id: rt11-53_rl_boot.tcl 1128 2019-04-07 13:12:47Z mueller $
|
|
#
|
|
# 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
|
|
rutil::dohook "preinithook"
|
|
puts [rlw]
|
|
|
|
# setup tt,lp,pp (single console; enable rx rate limiter on old DEC OS)
|
|
rw11::setup_tt "cpu0" ndl 1 dlrrlim 5
|
|
rw11::setup_lp
|
|
rw11::setup_pp
|
|
|
|
# mount disks
|
|
cpu0rla0 att RT11_V5.3_SYSTEM.dsk
|
|
|
|
# and boot
|
|
rutil::dohook "preboothook"
|
|
cpu0 boot rla0
|