1
0
mirror of https://github.com/wfjm/w11.git synced 2026-03-06 19:42:03 +00:00
Files
wfjm 5990a8fe0a cpu_mmu.mac BUGFIX; minor changes
- tools/make/generic_asm11.mk: fix ldart target rule
- tools/tcode/Makefile: add header line for %.te11 target
- tools/tcode/cpu_mmu.mac
  - C2.6: add e11 handling (w11 and e11 mmr1 difference)
  - D2.1: BUGFIX: use mmr0 page mode for PSW PM if ico=1
  - D2.1: add e11 handling (no PC inc on fetch abort)
2023-03-20 09:35:27 +01:00
..
2016-12-17 16:28:37 +01:00
2023-03-20 09:35:27 +01:00
2023-03-12 13:22:59 +01:00
2023-03-12 13:22:59 +01:00

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

General remarks

See notes on

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
       rt11-40_rk_setup

Usage

  • Start disk imge in SimH simulator (see section SimH in w11a_os_guide)

         pdp11 rt11-40_rk_boot.scmd
    

    or ONLY IF YOU HAVE A VALID LICENSE on w11a (see section Rlink in w11a_os_guide)

         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.