1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-16 21:11:37 +00:00
Files
wfjm.w11/tools/oskit/rt11-40_rk
wfjm 2ae1055ee5 ibdr_{pc11,dl11}: changes for buffered version compat
- 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
2019-04-07 15:43:27 +02:00
..
2016-12-17 16:28:37 +01:00

Notes on oskit: RT-11 V4.0 system on RK05 volumes

General remarks

See notes in w11a_os_guide.md on

  1. I/O emulation setup
  2. FPGA Board setup
  3. Rlink and Backend Server setup
  4. Legal terms

Also read README_license.txt which is included in the oskit !!

Installation

A disk set is available from http://www.retro11.de/data/oc_w11/oskits/rt11-40_rkset.tgz

Download, unpack and copy the disk images (*.dsk), e.g.

       cd $RETROBASE/tools/oskit/rt11-40_rk
       wget http://www.retro11.de/data/oc_w11/oskits/rt11-40_rkset.tgz
       tar -xzf rt11-40_rkset.tgz

Usage

  • Start disk image in simulator

         pdp11 rt11-40_rk_boot.scmd
    

    or ONLY IF YOU HAVE A VALID LICENSE on w11a

         ti_w11 <opt> @rt11-40_rk_boot.tcl
    

    where <opt> is the proper option set for the board.

  • Hit <ENTER> in the xterm window to connect to simh or backend server. The boot dialog in the console xterm window will look like (required input is in {..}, with {<CR>} denoting a carriage return:

         RT-11SJ  V04.00C 
    
         .D 56=5015
    
         .TYPE V4USER.TXT
         Welcome to RT-11 Version 4. RT-11 V04 provides new hardware support
         and some major enhancements over Version 3B.
    
         Please use the HELP command;  it describes the new options in many
         of the utilities.
    
         If you are using a terminal that requires fill characters,
         modify location 56 with a Deposit command before proceeding with
         system installation. LA36 DECwriter II and VT52 DECscope terminals
         do NOT require such modification.
    
         .D 56=0
    
         .
    

    Now you are at the RT-11 prompt and can exercise the system.

    There is no halt or shutdown command, just terminate the simulator or backend server session.