On Oct 11, 2022, at 8:14 PM, Johnny Billquist
<bqt(a)softjar.se> wrote:
The LUN assignments in TKB is just for setting defaults in the task image. What you need
to do is just remove the reference to 15 in there. However, you obviously then also need
to search through the actual code for anywhere where LUN 15 is used, and change that to
use LUN 0.
But you should really check through the code, and compile it for native RSTS/E. There is
a bunch of code and functions that are specifically designed for RSTS/E use that I think
would be more fun to get. Look at the .CMD files that do the compilations and building of
stuff, and start figuring out how to do it for RSTS/E? Unfortunately no RSTS/E build files
were included. Apparently originally, under RSTS/E it is intended to be an RTS.
I'll have to give that a try. Yes, I see no build files are included, hopefully those
are not too hard to do. It looks like there is some amazing hackery where a whole
collection of runtime systems are used as a way to achieve the effect of memory resident
overlays before those became a RSTS feature.
paul