Re: [Simh] FW: pdp 11 timing

2020-07-20 Thread Brian Knittel
> ... there is plenty of software that assumes that an interrupt does not > happen before a single instruction have been executed after the previous > interrupt, from the same device, for example. On the ibm1130 (a different machine of course) we found a case where a driver expected to execute

Re: [Simh] EXT :Re: Various

2020-02-13 Thread Brian
od day it would run at 1200 baud, on a bad day you had to call the computer department on the main campus and ask for a 300 baud connection instead. Youth of today, etc, etc... Brian. ___ Simh mailing list Simh@trailing-edge.com http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Error in rsx-11mplus every 5 minutes?

2020-01-09 Thread Brian
ing the VFY program.  See the > Volume 3A manual “RSX-11M-PLUS Utilities Manual” for details. > > The full manual set for RSX-11M Plus is on bitsavers at > http://www.bitsavers.org/dec/pdp11/rsx11/RSX11Mplus_V4.x ). > You're missing one element in that UR

Re: [Simh] Transferring the licence file to the VAX emulator - THE FIX

2018-12-17 Thread Brian
On 12/17/18 8:28 AM, Brian wrote: OK, thanks to all who helped. As I found from a website to which I was directed, and as Mark also said, the solution was to copy the file off the CD-ROM and then SET FILE/ATTRIBUTE=(RFM=STM) VMSLICENCES.COM Then run the commands again, and it all worked

Re: [Simh] Transferring the licence file to the VAX emulator

2018-12-17 Thread Brian
On 12/17/18 8:44 AM, Wilm Boerhout wrote: > Brian schreef op 17-12-2018 om 14:28 > > [snip] >> I really don't want to have to enter all the licence data >> interactively, or fix a couple of thousand line endings in the editor! >> There must be SOME way of gettin

[Simh] Transferring the licence file to the VAX emulator

2018-12-17 Thread Brian
of transferring text files via an ISO image? I really don't want to have to enter all the licence data interactively, or fix a couple of thousand line endings in the editor! There must be SOME way of getting the file onto a new setup? Thanks for any assistance, Brian

Re: [Simh] Crowther's Adventure game

2018-02-02 Thread brian
Also, given the FORMAT(/), I’ll also hazard a guess that TYPE did not automatically add a new line on whatever was printed. But that is just a guess. Note that the / in the format statement is not in quotes. It's a format specifier that causes a new output record (new line). On a typewriter, I

Re: [Simh] FW: SimH IBM1130 GUI appears broken

2017-05-04 Thread brian
Since the GUI code itself hasn't changed, it's possible that the simh scp code changed the way it handles the commands injected by the GUI. I may have time this weekend to look at it. thanks for the heads up. brian On Wed, May 3, 2017 at 2:15 PM, Rich Alderson <s...@alderson.users.panix.

Re: [Simh] VT240, VT340 and DS200/300 HW specs info

2017-04-11 Thread Brian Wheeler
All of this talk reminds me -- I've got a DS200 in my basement that I don't need any more.  Does anybody want it?  Free for shipping from 47408. Apologies for the off-topic-ness since this is real hardware :) Brian On 04/11/2017 09:18

Re: [Simh] text from openvms

2016-04-20 Thread brian
he file into and out of gedit on your linux box. It understands both CR/LF and LF endings as input, and has an option to save in either format. Brian. > >Sent from my Galaxy Tab® A Original message From: Bob Supnik ><b...@supnik.org> Date: 03/25/2016 1:59 PM (GMT-07:

Re: [Simh] EXT : Alpha under SIMH

2016-02-22 Thread Brian Wheeler
I hope that Camiel didn't just take the es40 code with him to whatever emulator vendor he's working for, because it was GPL 2 code, and a bunch of the IDE code was mine... Brian On 02/19/2016 01:54 PM, Zane Healy wrote

Re: [Simh] VAX/VMS

2016-02-17 Thread Brian Wheeler
), which is a good thing, but it was AMD that set us on this course. Brian On 02/17/2016 09:20 AM, Clem Cole wrote: For whatever it is worth, this was a discussion about compatibility.  My point was and is, Intel owns

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6 - warning, nostalgia trip!

2016-02-04 Thread brian
rogram and then added in all the debugger libraries. It would not surprise me in the slightest if OMSI discontinued it with later versions of their Pascal - perhaps it was even a separate package when we bought it? Too far back in the mists of time for me to remember that clearly, I'm afraid... Brian. __

Re: [Simh] suspicious code in pdp11_rl.c

2015-03-07 Thread Brian Knittel
When I saw the suspicious code subject, I was half hoping that the code in question would have been something like scan local hard disk, send all files to dark server in Khazakstan. Oh well. ___ Simh mailing list Simh@trailing-edge.com

Re: [Simh] THE SOULTION - Segmentation fault when running the MIcrovax emulator

2012-01-11 Thread brian
placed prominently on the front page of the SIMH website warning that Phil Wherry's writeup is now incorrect in some respects? Brian. On 01/06/2012 06:55 PM, brian wrote: Returning to SIMH for the first time in quite a while, I decided to set things up from scratch again, mainly because I

Re: [Simh] Segmentation fault when running the MIcrovax emulator

2012-01-09 Thread brian
Hi Mark, OK, I'll try David's techniques on your sources, but it make take me 48 hours to do so, I have a full day today and possibly tomorrow. Brian. On 01/08/2012 06:06 PM, Mark Pizzolato - Info Comm wrote: Hi Brian, I've been offline for about a week, so I didn't see your issue until

Re: [Simh] RE : Segmentation fault when running the MIcrovax emulator

2012-01-08 Thread brian
prompt. then type: attach xq ? This will list you the ethernet device names that are available to you to attach with. Thanks, but I'm absolutely certain the net connection is eth0. :) Brian. ___ Simh mailing list Simh@trailing-edge.com http

Re: [Simh] RE : Segmentation fault when running the MIcrovax emulator

2012-01-08 Thread brian
It was suggested to me that having the MAC address set to the address of my Ethernet card could be the problem, and that DEC MAC addresses always started with the same three bytes. I tried this, but no change whatever in the symptoms. Brian

Re: [Simh] RE : Segmentation fault when running the MIcrovax emulator

2012-01-08 Thread brian
where the fault occurs would be helpful now. If I read the makefile supplied with SIMH correctly, a non-Win32 compilation already includes debug info (via the -g switch): CC = gcc -std=c99 -U__STRICT_ANSI__ -g $(OS_CCDEFS) -I . Brian, if you have gdb on your system, you should be able to start

Re: [Simh] Segmentation fault when running the MIcrovax emulator

2012-01-07 Thread brian
I put a show version in vax.ini. This is the output from trying to run the program VAX simulator V3.8-1 NVR: buffering file in memory VAX simulator V3.8-1 [64b data, 64b addresses, Ethernet support] RQ: unit is read only Segmentation fault Brian. On 01/07/2012 01:31 PM, Sergey Oboguev wrote

Re: [Simh] Max memory for 11/70 and up?

2011-10-28 Thread Brian Wheeler
On Fri, 2011-10-28 at 12:27 -0700, Patrick Lathrop wrote: Greeting all, I have just gotten started with simh and the upper end pdp series (11/70 and up). I loaded rsts v 10. I have configured the cpu to 4 meg but both the sysgen and the newly built monitor only see 2 meg. Is this a

Re: [Simh] Infoserver software

2011-10-13 Thread Brian Wheeler
I have. :) Bye, G. I got a response and it includes the LASTport spec, LASTport/disk spec, and the general specs for InfoServer 100 and 150. Anyone have a suitable place where it could be archived? Brian ___ Simh mailing list Simh@trailing

Re: [Simh] Infoserver software

2011-10-13 Thread Brian Wheeler
On Thu, 2011-10-13 at 19:37 +0200, gerr...@mail.com wrote: On Thu, 13 Oct 2011 13:31:01 -0400, you wrote: I got a response and it includes the LASTport spec, LASTport/disk spec, and the general specs for InfoServer 100 and 150. Anyone have a suitable place where it could be archived?

Re: [Simh] Infoserver software

2011-10-13 Thread Brian Wheeler
It looks like its already on bitsavers this whole time, in dec/vax/infoserver. I kept looking in dec/infoserver which is why I never found it... Brian On Thu, 2011-10-13 at 13:47 -0400, Brian Wheeler wrote: On Thu, 2011-10-13 at 19:37 +0200, gerr...@mail.com wrote: On Thu, 13 Oct 2011 13:31

Re: [Simh] Infoserver software

2011-10-07 Thread Brian Wheeler
On Fri, 2011-10-07 at 13:40 -0400, Brian Wheeler wrote: On Fri, 2011-10-07 at 19:03 +0200, gerr...@mail.com wrote: On Fri, 07 Oct 2011 10:27:18 -0400, Brian Wheeler wrote: Is there any documentation on the LAD/LAST protocols anywhere? If there was documentation available it might make

Re: [Simh] Infoserver software

2011-10-07 Thread Brian Wheeler
than running a full vms stack + clustering. Plus, who doesn't enjoy a challenge? Brian At 08:27 AM 10/7/2011, you wrote: Is it possible to run the infoserver software on simh? I've got a pair of real VAXen running as a cluster and I'd like to provide more disk to them via my linux

Re: [Simh] SIMH internals documentation?

2011-05-09 Thread Brian Knittel
The 1130 GUI works for me. I build it under VS 2008. Dave, do you want the .sln file? The GUI code, by the way, is Windows-only. I made only vague attempts to abstract it so that it could be reimplemented in other environments. Brian On 9 May 2011 at 7:34, Dave Wade wrote: I last built

[Simh] 1130 GUI, was SIMH internals documentation?

2011-05-09 Thread Brian Knittel
, be sure that Character Set is set to Not Set for both Debug and Release builds. Brian On 9 May 2011 at 7:34, Dave Wade wrote: I last built it under vs2005 and it worked fine, not tried recently. If I get time I'll have a look tonight. (note I am in the UK) Dave G4UGM On 8 May 2011 23:12

Re: [Simh] VMS 4.6 won't boot from a Massbus disk

2011-01-26 Thread Brian Knittel
in the source code for the simulated device. Far trickier to do. The change would have to make VMS 4 work but not break the other VMS versions or the PDP-11 operating systems, which share the same RP device simulator code. Brian =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _| _| _| Brian Knittel

Re: [Simh] An idea for graphics support in SIMH

2010-07-07 Thread Brian Knittel
the native display devices themselves. Unless someone is talking about making a SIMH 4014? Brian =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _| _| _| Brian Knittel _| _| _| Quarterbyte Systems, Inc. _| _| _| Tel: 1-510-559-7930 _| _| _| http://www.quarterbyte.com