mirror of
https://github.com/wfjm/w11.git
synced 2026-04-25 20:01:57 +00:00
- tools - src/librw11/RethBuf: improved Info/Dump methods - src/librw11/RethTools: add IpAddr2String - src/librw11/Rw11CntlDEUN: use RethBuf::HeaderInfoAll - oskit/211bsd_rpeth/211bsd_rpeth_boot.tcl: enable EType filter - oskit/hook/hook_trace_xua.tcl: use tracelevel 3
41 lines
795 B
Tcl
41 lines
795 B
Tcl
# $Id: 211bsd_rpeth_boot.tcl 1378 2023-02-23 10:45:17Z mueller $
|
|
#
|
|
# Setup file for 211bsd RP06 based system with ethernet
|
|
#
|
|
# Usage:
|
|
#
|
|
# ip_create_tap
|
|
#
|
|
# console_starter -d DL0 &
|
|
# console_starter -d DL1 &
|
|
# console_starter -d DZ0 &
|
|
# console_starter -d DZ1 &
|
|
#
|
|
# ti_w11 -xxx @211bsd_rpeth_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" ndl 2 dlrxrlim 5 ndz 4 dzrxrlim 5 to7bit 1
|
|
rw11::setup_lp
|
|
|
|
# mount disks
|
|
cpu0rpa0 set type rp06
|
|
cpu0rpa1 set type rp06
|
|
|
|
cpu0rpa0 att 211bsd_rpeth.dsk
|
|
|
|
# setup network
|
|
cpu0xua set type deuna
|
|
cpu0xua set dpa retro:00
|
|
cpu0xua set etfena 1
|
|
|
|
cpu0xua0 att tap:tap0
|
|
|
|
# and boot
|
|
rutil::dohook "preboothook"
|
|
cpu0 boot rpa0
|