mirror of
https://github.com/wfjm/w11.git
synced 2026-04-26 04:08:17 +00:00
- tools/bin/ti_w11: use rw11::shell by default; add -ns to suppress it - tools/oskit/*/*_boot.tcl: remove activation of cpucons and cpumon - tools/src/librwxxtpp - RtclRw11Cpu.cpp: use 'ssr' instead of 'mmr' for MMU register names - tools/tcl/rw11: - defs.tcl: fix typo in regmap_add for SDR's - shell.tcl: add '@' command - shell_simh.tcl: added, simh command converter - *: README updates
Notes on oskit: Unix V5 system on RK05 volumes
General remarks
See notes in w11a_os_guide.md on
- I/O emulation setup
- FPGA Board setup
- Rlink and Backend Server setup
- Legal terms
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
Usage
-
Start backend server and boot system (see section Rlink in w11a_os_guide.md)
boot script: uv5_rk_boot.tcl example: ti_w11 <opt> @uv5_rk_boot.tcl where <opt> is the proper option set for the board. -
Hit
<ENTER>in the xterm window to connect to backend server. The boot dialog in the consolextermwindow 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 usrThere is no
haltorshutdowncommand, just terminate the server session with a.qqcommand. The disks aren't cached, so no need to sync either.