OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /w11/tags/w11a_V0.61/tools/oskit/rt11-40_rk
    from Rev 25 to Rev 26
    Reverse comparison

Rev 25 → Rev 26

/README_rt11-40_rkset.txt
0,0 → 1,61
# $Id: README_rt11-40_rkset.txt 558 2014-06-01 22:20:51Z mueller $
 
Notes on oskit: RT-11 V4.0 system on RK05 volumes
 
Table of content:
 
1. General remarks
2. Installation
3. Usage
 
1. General remarks ---------------------------------------------------
 
See notes, especially on legal terms, in $RETROBASE/doc/w11a_os_guide.txt
 
Also read README_license.txt which is included in the oskit !!
 
2. Installation ------------------------------------------------------
 
- A disk set is available from
http://www.retro11.de/data/oc_w11/oskits/rsx11m-31_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
 
3. Usage -------------------------------------------------------------
 
- Start them in simulator
pdp11 rt11-40_rk_boot.scmd
or ONLY IF YOU HAVE A VALID LICENSE on w11a
ti_w11 -u @rt11-40_rk_boot.tcl
 
- 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.
/rt11-40_rk_boot.tcl
0,0 → 1,25
# $Id: rt11-40_rk_boot.tcl 517 2013-05-09 21:34:45Z mueller $
#
# Setup file for RT-11 V4.0 RK05 based system
#
# Usage:
#
# telnet_starter -d DL0 &
# ti_w11 -xxx @rt11-40_rk_boot.tcl ( -xxx depends on sim or fpga connect)
#
 
# setup w11 cpu
puts [rlw]
 
# setup tt,lp,pp (single console; enable rx rate limiter on old DEC OS)
rw11::setup_tt "cpu0" {ndl 1 dlrlim 5}
rw11::setup_lp
rw11::setup_pp
 
# mount disks
cpu0rka0 att rtv4_rk.dsk
 
# and boot
rw11::cpumon
rw11::cpucons
cpu0 boot rka0
/rt11-40_rk_boot.scmd
0,0 → 1,13
; $Id: rt11-40_rk_boot.scmd 517 2013-05-09 21:34:45Z mueller $
;
; Setup file for RT-11 V4.0 RK05 based system
;
; Usage:
;
; pdp11 rt11-40_rk_boot.scmd
;
do ../../simh/setup_w11a_min.scmd
;
att rk0 rtv4_rk.dsk
;
boo rk0
/.cvsignore
0,0 → 1,4
*.dat
*.dsk
*.log
*license.txt
/.
. Property changes : Added: svn:ignore ## -0,0 +1,37 ## +*.dep_ghdl +*.dep_isim +*.dep_xst +work-obj93.cf +*.vcd +*.ghw +*.sav +*.tmp +*.exe +ise +xflow.his +*.ngc +*.ncd +*.pcf +*.bit +*.msk +isim +isim.log +isim.wdb +fuse.log +*_[sft]sim.vhd +*_tsim.sdf +*_xst.log +*_tra.log +*_twr.log +*_map.log +*_par.log +*_tsi.log +*_pad.log +*_bgn.log +*_svn.log +*_sum.log +*_[dsft]sim.log +*.dat +*.dsk +*.log +*license.txt

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.