On Saturday, June 4, 2022 at 7:41 PM, Robert Armstrong wrote:
Mark Pizzolato
Mark(a)infocomm.com wrote:
SET NOAUTOSIZE
I read that. Doesn't seem to work (or I don't know what I'm doing) .
That functionality was added after this discussion started.
The code at the head of the master branch at
https://github.com/simh/simh
OR
https://github.com/open-simh/simh
has the functionality to disable the metadata addition..
bob@falsetto:~$ microvax3900
MicroVAX 3900 simulator V4.0-0 Current git commit id: 4471e052
That version was from a year back.
sim> set noautosize
Non-existent device
sim> set noautosize rq0
Non-existent device
sim> HELP RQ SET
will show the available set commands for the RQ device, BUT the version
you're running isn't guaranteed to disable metadata. The DISKINFO and
ZAP commands "should" work in your though, but the latest
- Mark