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/unix-v5_rk
    from Rev 25 to Rev 26
    Reverse comparison

Rev 25 → Rev 26

/README_unix_v5_rkset.txt
0,0 → 1,64
# $Id: README_unix_v5_rkset.txt 558 2014-06-01 22:20:51Z mueller $
 
Notes on oskit: Unix V5 system on RK05 volumes
 
Table of content:
 
1. General remarks
2. Installation
3. Usage
 
1. General remarks ---------------------------------------------------
 
See notes on
 
1. I/O emulation setup
2. FPGA Board setup
3. Rlink and Backend Server setup
4. Legal terms
 
in $RETROBASE/doc/w11a_os_guide.txt
 
2. Installation ------------------------------------------------------
 
- A disk set is available from
http://www.retro11.de/data/oc_w11/oskits/unix_v5_rkset.tgz
Download, unpack and copy the disk images (*.dsk), e.g.
 
cd $RETROBASE/tools/oskit/unix-v5_rk
wget http://www.retro11.de/data/oc_w11/oskits/unix_v5_rkset.tgz
tar -xzf unix_v5_rkset.tgz
 
3. Usage -------------------------------------------------------------
 
- Start backend server and boot system (see section 3 in w11a_os_guide.txt)
boot script: uv5_rk_boot.tcl
example: ti_w11 -u @uv5_rk_boot.tcl
 
- Hit <ENTER> in the xterm window to connect to backend server.
The boot dialog in the console xterm window will look like
(required input is in {..}, with {<CR>} denoting a carriage return:
 
@{unix}
login: {root}
 
Now you are at the shell prompt and can exercise the system, e.g.
 
# {ls -al}
total 62
drwxr-xr-x 9 bin 160 Jan 29 16:14 .
drwxr-xr-x 9 bin 160 Jan 29 16:14 ..
drwxr-xr-x 2 bin 944 Nov 26 18:13 bin
drwxr-xr-x 2 bin 80 Nov 26 18:13 dev
drwxr-xr-x 2 bin 240 Mar 21 12:07 etc
drwxr-xr-x 2 bin 224 Nov 26 18:13 lib
drwxr-xr-x 2 bin 32 Nov 26 18:13 mnt
drwxrwxrwx 2 bin 32 Nov 26 18:13 tmp
-rwxrwxrwx 1 bin 25802 Mar 21 12:07 unix
drwxr-xr-x 14 bin 224 Nov 26 18:13 usr
 
There is no 'halt' or 'shutdown' command, just terminate the server
session with a
tirri_exit
command. The disks aren't cached, so no need to sync either.
/uv5_rk_boot.scmd
0,0 → 1,15
; $Id: uv5_rk_boot.scmd 519 2013-05-12 20:44:16Z mueller $
;
; Setup file for Unix V5 RK05 based system
;
; Usage:
;
; pdp11 uv5_rk_boot.scmd
;
do ../../simh/setup_w11a_min.scmd
set tto 7b
set dlo0 7b
;
att rk0 unix_v5_rk.dsk
;
boo rk0
/uv5_rk_boot.tcl
0,0 → 1,23
# $Id: uv5_rk_boot.tcl 517 2013-05-09 21:34:45Z mueller $
#
# Setup file for Unix V5 RK05 based system
#
# Usage:
#
# telnet_starter -d DL0 &
# ti_w11 -xxx @uv5_boot.tcl ( -xxx depends on sim or fpga connect)
 
# setup w11 cpu
puts [rlw]
 
# setup tt,lp (uses only 1 console; uses parity -> use 7 bit mode)
rw11::setup_tt "cpu0" {ndl 1 to7bit 1}
rw11::setup_lp
 
# mount disks
cpu0rka0 att unix_v5_rk.dsk
 
# and boot
rw11::cpumon
rw11::cpucons
cpu0 boot rka0
/.cvsignore
0,0 → 1,5
*.dat
*.dsk
*.log
*license.txt
*license.pdf
/.
. Property changes : Added: svn:ignore ## -0,0 +1,38 ## +*.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 +*license.pdf

powered by: WebSVN 2.1.0

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