mirror of
https://github.com/wfjm/w11.git
synced 2026-04-24 19:40:39 +00:00
- tools - e11: added, holds configuration files - oskit/*: added _boot.ecmd when possible
104 lines
2.4 KiB
Plaintext
104 lines
2.4 KiB
Plaintext
; $Id: setup_w11a_min.scmd 1381 2023-03-12 12:16:45Z mueller $
|
|
; SPDX-License-Identifier: GPL-3.0-or-later
|
|
; Copyright 2009-2023 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
|
;
|
|
; Revision History:
|
|
; Date Rev Version Comment
|
|
; 2922-08-14 1280 1.1.1 set sysid, indicate simulator and SimH
|
|
; 2022-07-14 1256 1.1 use autoconfig, cleanups
|
|
; 2009-09-13 238 1.0 Initial version
|
|
;
|
|
; Setup file for 'minimal' w11a configuration under simh 3.8 and above
|
|
;
|
|
; This setup reflects the minimal w11a system on a S3BOARD
|
|
; --> 1MByte, 2 DL11, LP+PC, RK05
|
|
;
|
|
; Address and vector assignments are done by simh autoconfig (unless marked *)
|
|
; These assignments match the real w11a implementation
|
|
;
|
|
; 11/70 CPU no FPP, 1 MByte memory
|
|
; 1 KW11-L 177546/100/BR6
|
|
; 2 DL11 177560/060/BR4 (cons)
|
|
; 176500/300/BR4 * (2nd)
|
|
; 0 DZ11 -
|
|
; 1 LP11 177514/200/BR4
|
|
; 1 PC11 177550/070/BR4
|
|
; 1 RK11 + 8 RK05 drives 177400/220/BR5
|
|
; 0 RL11 + 0 RL01/02 drives -
|
|
; 0 RH70 + 0 RP06 drives -
|
|
; 0 TM11 + 0 drives -
|
|
; 0 DEUNA -
|
|
;
|
|
; processor options
|
|
;
|
|
set cpu 11/70
|
|
set cpu nofpp
|
|
set cpu 1m
|
|
set cpu oct
|
|
set cpu idle
|
|
;
|
|
; set sysid, leading '1' indicates simulator, next '1' SimH
|
|
;
|
|
dep sysid 110234
|
|
;
|
|
; clock options
|
|
;
|
|
set clk 50hz
|
|
;
|
|
; setup pdp11 console via telnet (default is mixed with simh console)
|
|
;
|
|
set cons telnet=5670
|
|
;
|
|
; terminal interface options
|
|
; the default tti time=0 setting gives 50 chars/sec, slow
|
|
; setting time=50000 (means 1 char every 50000 instructions) is much
|
|
; faster and seems still save for old DEC OS like XXDP, RT-11, RXS11-M
|
|
;
|
|
set cons log=simh_dl0.log
|
|
dep tti time 50000
|
|
set tto 8b
|
|
;
|
|
; 2nd DL11 interface options
|
|
; Note: default for DLO's is UC ! -> set to 8bit
|
|
;
|
|
set dli enabled
|
|
set dli lines=1
|
|
att dli 5671
|
|
set dlo0 log=simh_dl1.log
|
|
set dlo0 8b
|
|
;
|
|
; line printer
|
|
;
|
|
set lpt enabled
|
|
att lpt simh_lpt.dat
|
|
;
|
|
; paper tape read/punch
|
|
;
|
|
set ptr enabled
|
|
set ptp enabled
|
|
att ptp simh_ptp.dat
|
|
;
|
|
; disk drives
|
|
;
|
|
set rk enabled
|
|
;
|
|
; tape drives (none)
|
|
; ethernet interfaces (none)
|
|
;
|
|
; DISABLE all else
|
|
;
|
|
set dz disabled
|
|
set rl disabled
|
|
set rp disabled
|
|
set tm disabled
|
|
set xu disabled
|
|
;
|
|
set cr disabled
|
|
set hk disabled
|
|
set rx disabled
|
|
set rq disabled
|
|
set tq disabled
|
|
;
|
|
;sho conf
|
|
;
|