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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [oskit/] [xxdp_rl/] [README_xxdp_rlset.txt] - Blame information for rev 36

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 wfjm
# $Id: README_xxdp_rlset.txt 680 2015-05-14 13:29:46Z mueller $
2 29 wfjm
 
3
Notes on oskit: XXDP V2.2 and V2.5 system on RL02 volumes
4
 
5
  Table of content:
6
 
7
    1.  General remarks
8
    2.  Installation
9
    3.  Usage
10
 
11
1. General remarks ---------------------------------------------------
12
 
13
   See notes, especially on legal terms, in README_license.txt !!
14
 
15
2. Installation ------------------------------------------------------
16
 
17
   - A disk images for XXDP V2.2 and V2.5 are available from bitsavers
18
       http://bitsavers.trailing-edge.com/bits/DEC/pdp11/discimages/rl02
19
         xxdp22.rl02.gz
20
         xxdp25.rl02.gz
21
     Download, unpack and copy the disk images (*.dsk), e.g.
22
 
23
       cd $RETROBASE/tools/oskit/xxdp_rl
24
 
25
       disk_path=http://bitsavers.trailing-edge.com/bits/DEC/pdp11/discimages
26
       wget $disk_path/rl02/xxdp22.rl02.gz
27
       wget $disk_path/rl02/xxdp25.rl02.gz
28
 
29
       gunzip -c xxdp22.rl02.gz > xxdp22.dsk
30
       gunzip -c xxdp25.rl02.gz > xxdp25.dsk
31
 
32
3. Usage -------------------------------------------------------------
33
 
34
   - Start them in simulator
35
       pdp11 xxdp22_rl_boot.scmd
36
       pdp11 xxdp25_rl_boot.scmd
37
 
38
     or on w11a
39
       ti_w11  @xxdp22_rl_boot.tcl
40
       ti_w11  @xxdp25_rl_boot.tcl
41 30 wfjm
     where  is the proper option set for the board.
42 29 wfjm
 
43
   - Hit  in the xterm window to connect to simh or backend server.
44
     The boot dialog in the console xterm window will look like
45
     (required input is in {..}, with {} denoting a carriage return.
46
 
47
     XXDP V2.2 boot dialog:
48
 
49
       CHMDLD0 XXDP+ DL MONITOR
50
       BOOTED VIA UNIT 0
51
       28K UNIBUS SYSTEM
52
 
53
       ENTER DATE (DD-MMM-YY): {10-jan-85}
54
 
55
       RESTART ADDR: 152010
56
       THIS IS XXDP+.  TYPE "H" OR "H/L" FOR HELP.
57
 
58
       .
59
 
60
     XXDP V2.5 boot dialog:
61
 
62
       BOOTING UP XXDP-XM EXTENDED MONITOR
63
 
64
       XXDP-XM EXTENDED MONITOR - XXDP V2.5
65
       REVISION: F0
66
       BOOTED FROM DL0
67
       124KW OF MEMORY
68
       UNIBUS SYSTEM
69
 
70
       RESTART ADDRESS: 152000
71
       TYPE "H" FOR HELP !
72
 
73
       .
74
 
75
     Now you are at the XXDP prompt '.' and can exercise the system:
76
 
77
       . {H}
78
         --> will print help
79
       . {D}
80
         --> will list the files
81
       . {R EKBAD0}
82
         --> will run the 'PDP 11/70 cpu diagnostic part 1'
83
 
84
     There is no 'halt' or 'shutdown' command, just terminate the
85
     simulator or backend server session.

powered by: WebSVN 2.1.0

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