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/rsx11m-40_rk
    from Rev 25 to Rev 26
    Reverse comparison

Rev 25 → Rev 26

/README_rsx11m-40_rkset.txt
0,0 → 1,83
# $Id: README_rsx11m-40_rkset.txt 558 2014-06-01 22:20:51Z mueller $
 
Notes on oskit: RSX-11M 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-40_rkset.tgz
Download, unpack and copy the disk images (*.dsk), e.g.
 
cd $RETROBASE/tools/oskit/rsx11m-40_rk
wget http://www.retro11.de/data/oc_w11/oskits/rsx11m-40_rkset.tgz
tar -xzf rsx11m-40_rkset.tgz
 
3. Usage -------------------------------------------------------------
 
- Start them in simulator
pdp11 rsx11m-40_rk_boot.scmd
or ONLY IF YOU HAVE A VALID LICENSE on w11a
ti_w11 -u @rsx11m-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:
 
RSX-11M V4.0 BL32 1920.K MAPPED
>RED DK:=SY:
>RED DK:=LB:
>MOU DK:SYSM40RKV0
>@DK:[1,2]STARTUP
 
This os version was released in November 1981, so it's no suprise
that it is not y2k ready. So enter a date before prior to 2000.
 
>* PLEASE ENTER TIME AND DATE (HR:MN DD-MMM-YY) [S]: {<.. see above ..>}
>TIM 18:17 12-may-83
>* ENTER LINE WIDTH OF THIS TERMINAL [D D:132.]: {<CR>}
>SET /BUF=TI:132.
>ACS SY:/BLKS=512.
>CLI /INIT=DCL/TASK=...DCL
>;
>; mount 2nd system disk
>;
>mou dk1:SYSM40RKV1/pub
>;
>; installing tasks from 2nd system disk
>;
>INS DK1:$BRU
>INS DK1:$DMP
>INS DK1:$DSC
>INS DK1:$EDT
>INS DK1:$FLX
>INS DK1:$K11RSX/TASK=...KER
>INS DK1:$LBR
>INS DK1:$MAC
>INS DK1:$RMD
>INS DK1:$SLP
>INS DK1:$SRD
>INS DK1:$TEC
>INS DK1:$TEC/TASK=...MAK
>INS DK1:$TKB
>INS DK1:$VFY
>INS DK1:$VTEC
>@ <EOF>
>
 
Now you are at the MCR prompt and can exercise the system.
 
At end is important to shutdown properly with a 'run $shutup'.
The simululaor (or the rlink backend) can be stopped when the
CPU has halted.
/rsx11m-40_rk_boot.scmd
0,0 → 1,15
; $Id: rsx11m-40_rk_boot.scmd 525 2013-07-06 12:19:39Z mueller $
;
; Setup file for RSX11-M V4.0 RK05 based system
;
; Usage:
;
; pdp11 rsx11m-40_rk_boot.scmd
;
do ../../simh/setup_w11a_max.scmd
;
att rk0 RSX11M_V4.0_SYSTEM0.dsk
att rk1 RSX11M_V4.0_SYSTEM1.dsk
att rk2 RSX11M_USER.dsk
;
boo rk0
/rsx11m-40_rk_boot.tcl
0,0 → 1,28
# $Id: rsx11m-40_rk_boot.tcl 525 2013-07-06 12:19:39Z mueller $
#
# Setup file for RSX11-M V4.0 RK05 based system
#
# Usage:
#
# telnet_starter -d DL0 &
# telnet_starter -d DL1 &
# ti_w11 -xxx @rsx11m-40_rk_boot.tcl ( -xxx depends on sim or fpga connect)
#
 
# setup w11 cpu
puts [rlw]
 
# setup tt,lp,pp (enable rx rate limiter on old DEC OS)
rw11::setup_tt "cpu0" {dlrlim 5}
rw11::setup_lp
rw11::setup_pp
 
# mount disks
cpu0rka0 att RSX11M_V4.0_SYSTEM0.dsk
cpu0rka1 att RSX11M_V4.0_SYSTEM1.dsk
cpu0rka2 att RSX11M_USER.dsk
 
# and boot
rw11::cpumon
rw11::cpucons
cpu0 boot rka0
/.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.