RLV11/RL02 ->11/73?

From: Megan <mbg_at_world.std.com>
Date: Sat Apr 3 21:45:28 1999

>RT11 will run in more than 256k (mine has 2mb). The RLV11 however limits
>you to 256k, though you could write your one handler... nah.

It doesn't really limit RT-11... what it does do is require that
any I/O transfers must occur entirely in the low 256kb of memory.

This would require you to ensure that all programs which are going
to do I/O to the device have their user buffers in the low 256kb
of memory.

As for writing your own handler... you could instead make modifications
to the DL handler such that it 'trampolines' the data from a user
buffer anywhere in memory to a system buffer (maybe in the handler)
which is assured to be in the low 256kb, and do the transfer from
there...

That is a technique which other OSes have done to take care of the
problem...

                                        Megan Gentry
                                        Former RT-11 Developer

+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '_at_' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
Received on Sat Apr 03 1999 - 21:45:28 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:31:39 BST