mirror of
https://github.com/wfjm/w11.git
synced 2026-05-02 22:33:58 +00:00
- RtraceTools: TraceBuffer: add level 5 (full word dump)
- Rw11Cntl: UnitSetupAll(): now virtual
- Rw11CntlBase: add kNUnit constant
- RtclRw11CntlFactory: add DZ11
- Rw11{Cntl,Unit}DZ11: added
- rw11/util.tcl: add dz11 support
- oskit/*/*_boot.tcl: add dz11 line handling in setup_tt call
31 lines
645 B
Tcl
31 lines
645 B
Tcl
# $Id: 211bsd_rm05_boot.tcl 1151 2019-05-24 16:25:26Z mueller $
|
|
#
|
|
# Setup file for 211bsd RM05 based system
|
|
#
|
|
# Usage:
|
|
#
|
|
# console_starter -d DL0 &
|
|
# console_starter -d DL1 &
|
|
# console_starter -d DZ0 &
|
|
# console_starter -d DZ1 &
|
|
# ti_w11 -xxx @211bsd_rp_boot.tcl ( -xxx depends on sim or fpga connect)
|
|
#
|
|
|
|
# setup w11 cpu
|
|
rutil::dohook "preinithook"
|
|
puts [rlw]
|
|
|
|
# setup tt,lp (211bsd uses parity -> use 7 bit mode)
|
|
rw11::setup_tt "cpu0" dlrxrlim 5 ndz 2 dzrxrlim 5 to7bit 1
|
|
rw11::setup_lp
|
|
|
|
# mount disks
|
|
cpu0rpa0 set type rm05
|
|
cpu0rpa1 set type rm05
|
|
|
|
cpu0rpa0 att 211bsd_rm05.dsk
|
|
|
|
# and boot
|
|
rutil::dohook "preboothook"
|
|
cpu0 boot rpa0
|