1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-24 19:40:39 +00:00

docu updates; vmfset for Vivado 2020.1 [skip ci]

- doc/CHANGELOG: fix user-contest label case issue (must be lower case)
- tools/oskit/*/README.md: clarify 211bsd patch level
- **/*.vmfset: now matching Vivado 2020.1
This commit is contained in:
wfjm
2022-04-24 11:55:40 +02:00
parent 401807c3b4
commit f25da67b91
35 changed files with 229 additions and 174 deletions

View File

@@ -7,8 +7,15 @@ See notes in [w11a_os_guide.md](../../../doc/w11a_os_guide.md) on
3. Rlink and Backend Server setup
4. SimH simulator setup
5. Legal terms
For history see [CHANGELOG.md](CHANGELOG.md).
### System properties and intended usage
- patch level is #447 plus [fpsim+tcsh patch](https://wfjm.github.io/blogs/211bsd/2017-06-06-kernel-panic-here-doc-tcsh.html)
- for history see [CHANGELOG.md](CHANGELOG.md)
- **absolute minimal** system !! Not for practical use !!
- was useful at a time when w11a had only RK11 type disk support
- `/tmp` stays on '/'
- `/home` is not mounted
- suitable for a 'root' user, other accounts not supported
### Installation
A disk set is available from
@@ -20,13 +27,6 @@ Download, unpack and copy the disk images (*.dsk), e.g.
211bsd_rk_setup
```
### System properties and intended usage
- **absolute minimal** system !! Not for practical use !!
- was useful at a time when w11a had only RK11 type disk support
- `/tmp` stays on '/'
- `/home` is not mounted
- suitable for a 'root' user, other accounts not supported
### Usage
- Start backend server and boot system (see section Rlink in

View File

@@ -7,8 +7,15 @@ See notes in [w11a_os_guide.md](../../../doc/w11a_os_guide.md) on
3. Rlink and Backend Server setup
4. SimH simulator setup
5. Legal terms
For history see [CHANGELOG.md](CHANGELOG.md).
### System properties and intended usage
- patch level is #447 plus [fpsim+tcsh patch](https://wfjm.github.io/blogs/211bsd/2017-06-06-kernel-panic-here-doc-tcsh.html)
- for history see [CHANGELOG.md](CHANGELOG.md)
- **minimal** system !! Maybe useful as recovery system.
- was useful at a time when w11a had only RK11 and RL11 type disk support
- `/tmp` stays on '/'
- `/home` is not mounted
- suitable for a 'root' user, other accounts not supported
### Installation
A disk set is available from
@@ -20,13 +27,6 @@ Download, unpack and copy the disk images (*.dsk), e.g.
211bsd_rl_setup
```
### System properties and intended usage
- **minimal** system !! Maybe useful as recovery system.
- was useful at a time when w11a had only RK11 and RL11 type disk support
- `/tmp` stays on '/'
- `/home` is not mounted
- suitable for a 'root' user, other accounts not supported
### Usage
- Start backend server and boot system (see section Rlink in

View File

@@ -7,8 +7,19 @@ See notes in [w11a_os_guide.md](../../../doc/w11a_os_guide.md) on
3. Rlink and Backend Server setup
4. SimH simulator setup
5. Legal terms
For history see [CHANGELOG.md](CHANGELOG.md).
### System properties and intended usage
- patch level is #447 plus [fpsim+tcsh patch](https://wfjm.github.io/blogs/211bsd/2017-06-06-kernel-panic-here-doc-tcsh.html)
- for history see [CHANGELOG.md](CHANGELOG.md)
- This system is created for multi-user usage without Ethernet. The
`RETRONFPNW` kernel is configured with
```
INET YES # networking available
NETHER 0 # no Ethernet
NSL 1 # Serial Line IP enabled
```
- see [211bsd_rpeth](../211bsd_rpeth/README.md) for a system with `DEUNA` support
- see [211bsd_rpmin](../211bsd_rpmin/README.md) for a minimal memory system.
### Installation
A disk set is available from
@@ -20,17 +31,6 @@ Download, unpack and copy the disk images (*.dsk), e.g.
211bsd_rp_setup
```
### System properties and intended usage
This system is created for multi-user usage without Ethernet. The
`RETRONFPNW` kernel is configured with
```
INET YES # networking available
NETHER 0 # no Ethernet
NSL 1 # Serial Line IP enabled
```
See [211bsd_rpeth](../211bsd_rpeth/README.md) for a system with `DEUNA` support
and [211bsd_rpmin](../211bsd_rpmin/README.md) for a minimal memory system.
### Usage
- Start backend server and boot system (see section Rlink in

View File

@@ -9,16 +9,15 @@ See notes in [w11a_os_guide.md](../../../doc/w11a_os_guide.md) on
5. Legal terms
### System properties and intended usage
This system is build with Ethernet based networking via a DEUNA network
interface. The `RETRONFPETH` kernel is configured with
```
- patch level is #447 plus [fpsim+tcsh patch](https://wfjm.github.io/blogs/211bsd/2017-06-06-kernel-panic-here-doc-tcsh.html)
- for history see [CHANGELOG.md](CHANGELOG.md)
- This system is build with Ethernet based networking via a DEUNA network
interface. The `RETRONFPETH` kernel is configured with
```
NETHER 1 # ethernet support
NDE 1 # DEUNA interface driver
NSL 0 # no slip available
```
### History
For history see [CHANGELOG.md](CHANGELOG.md).
```
### Installation
A disk set is available from

View File

@@ -9,20 +9,18 @@ See notes in [w11a_os_guide.md](../../../doc/w11a_os_guide.md) on
5. Legal terms
### System properties and intended usage
This system is created for usage on systems with limited memory. The
`RETRONFPMIN` kernel is configured with
- patch level is #447 plus [fpsim+tcsh patch](https://wfjm.github.io/blogs/211bsd/2017-06-06-kernel-panic-here-doc-tcsh.html)
- for history see [CHANGELOG.md](CHANGELOG.md)
- This system is created for usage on systems with limited memory. The
`RETRONFPMIN` kernel is configured with
```
NBUF 40 # only 60 blocks disk cache (usual is 160)
MAXUSERS 10 # this reduces number of file, process, ... slots
INET NO # no networking available
```
The system will boot on as little as 512 kB memory. Will work reasonably with
640 kB if only one or two sessions are active. Usage of `tcsh` should be
avoided because it has a large memory footprint.
### History
For history see [CHANGELOG.md](CHANGELOG.md).
- The system will boot on as little as 512 kB memory. Will work reasonably with
640 kB if only one or two sessions are active. Usage of `tcsh` should be
avoided because it has a large memory footprint.
### Installation
A disk set is available from

View File

@@ -23,7 +23,7 @@ Download, unpack and copy the tape images (*.tap), e.g.
- This is a tape distribution kit and tailoed to be installed on massbus
disks of RP or RM type. The 211bsd system doesn't contain a ready to
used boot block for RP07 disks, while RM03 and RP05 disks are too small
use boot block for RP07 disks, while RM03 and RP05 disks are too small
for a full 211bsd system. Therefore RP06 and RM05 disks are the supported
disk types.

View File

@@ -28,6 +28,11 @@ Download, unpack and copy the disk images (*.dsk), e.g.
example: ti_w11 <opt> @u5ed_rk_boot.tcl
where <opt> is the proper option set for the board.
```
or use for verification the SimH simulator (see section SimH in
[w11a_os_guide](../../../doc/w11a_os_guide.md#user-content-simh))
```
pdp11 u5ed_rk_boot.scmd
```
- Hit `<ENTER>` in the xterm window to connect to backend server.
The boot dialog in the console `xterm` window will look like

View File

@@ -46,6 +46,11 @@ Download, unpack and copy the disk images (*.dsk), e.g.
example: ti_w11 <opt> @u7ed_rp_boot.tcl
where <opt> is the proper option set for the board.
```
or use for verification the SimH simulator (see section SimH in
[w11a_os_guide](../../../doc/w11a_os_guide.md#user-content-simh))
```
pdp11 u7ed_rp_boot.scmd
```
- Hit `<ENTER>` in the xterm window to connect to backend server.
The boot dialog in the console `xterm` window will look like