Re: [Simh] Standalone boot on vax8600?

2014-07-23 Thread Johnny Billquist
Finally had a few minutes to look at this. Congratulations, Henry. You actually found a bug in simh. Fix attached. Mark, could you please commit this? Also, I noticed a bunch of warnings from some printf in pdp11_dmc.c, which I did not do anything about. I grabbed the code from today, so I

Re: [Simh] Standalone boot on vax8600?

2014-07-12 Thread Henry Bent
Cool, thanks. I figured out what's going on. The standalone programs are running, they just aren't displaying any input or output after the first character is printed. So if I do this: -- sim load -o boot 0 sim run 2 -- and then blindly type ra(0,0)vmunix, it boots! -- Ultrix V2.2 System #2:

Re: [Simh] Standalone boot on vax8600?

2014-07-12 Thread Johnny Billquist
On 2014-07-13 04:19, Henry Bent wrote: Cool, thanks. I figured out what's going on. The standalone programs are running, they just aren't displaying any input or output after the first character is printed. So if I do this: -- sim load -o boot 0 sim run 2 -- and then blindly type

Re: [Simh] Standalone boot on vax8600?

2014-07-12 Thread Henry Bent
Sure, I'll work on getting an Ultrix image in a usable state so that I can upload it. -Henry On 12 July 2014 22:50, Johnny Billquist b...@softjar.se wrote: On 2014-07-13 04:19, Henry Bent wrote: Cool, thanks. I figured out what's going on. The standalone programs are running, they just

Re: [Simh] Standalone boot on vax8600?

2014-07-12 Thread Johnny Billquist
On 2014-07-13 04:52, Henry Bent wrote: Sure, I'll work on getting an Ultrix image in a usable state so that I can upload it. Actually, thinking about it, it should be enough with just the boot file that you are using. Johnny -Henry On 12 July 2014 22:50, Johnny Billquist

Re: [Simh] Standalone boot on vax8600?

2014-07-12 Thread Henry Bent
Here you go: http://occs.cs.oberlin.edu/~hbent/vaxultrix/boot.gz -Henry On 12 July 2014 22:57, Johnny Billquist b...@softjar.se wrote: On 2014-07-13 04:52, Henry Bent wrote: Sure, I'll work on getting an Ultrix image in a usable state so that I can upload it. Actually, thinking about

Re: [Simh] Standalone boot on vax8600?

2014-07-12 Thread Johnny Billquist
On 2014-07-13 05:01, Henry Bent wrote: Here you go: http://occs.cs.oberlin.edu/~hbent/vaxultrix/boot.gz Thanks. I'll see if I have some time to look at it today. Johnny -Henry On 12 July 2014 22:57, Johnny Billquist b...@softjar.se mailto:b...@softjar.se wrote: On

Re: [Simh] Standalone boot on vax8600?

2014-07-10 Thread Cory Smelosky
On Thu, 10 Jul 2014, Henry Bent wrote: Well, that at least did something different. sim boot rq0 /r5:8 Loading boot code from vmb.exe %BOOT-F-Unexpected Exceptio The 8600 simulator always seems to cut off the last character of its messages, I wonder if that's in any way related to the other

Re: [Simh] Standalone boot on vax8600?

2014-07-10 Thread Johnny Billquist
On 2014-07-11 01:08, Mark Pizzolato - Info Comm wrote: On Thursday, July 10, 2014 at 3:13 PM, Cory Smelosky wrote: On Thu, 10 Jul 2014, Henry Bent wrote: Well, that at least did something different. sim boot rq0 /r5:8 Loading boot code from vmb.exe %BOOT-F-Unexpected Exceptio The 8600

Re: [Simh] Standalone boot on vax8600?

2014-07-10 Thread Mark Pizzolato - Info Comm
On Jul 10, 2014 2:02 PM, Johnny Billquist b...@softjar.se wrote: On 2014-07-11 01:08, Mark Pizzolato - Info Comm wrote: On Thursday, July 10, 2014 at 3:13 PM, Cory Smelosky wrote: On Thu, 10 Jul 2014, Henry Bent wrote: Well, that at least did something different. sim boot rq0 /r5:8

Re: [Simh] Standalone boot on vax8600?

2014-07-10 Thread Henry Bent
I got a console RL02 image from Quasijarus - the only one I could find easily - but I'm not sure what I'm supposed to do with it. All I get is this: -- sim boot cs /r5:8 Loading boot code from vmb.exe Please remove the volume from the console device. Insert the first standalone system

Re: [Simh] Standalone boot on vax8600?

2014-07-10 Thread khandy21yo
@trailing-edge.com Subject Re: [Simh] Standalone boot on vax8600? On Thursday, July 10, 2014 at 3:13 PM, Cory Smelosky wrote: On Thu, 10 Jul 2014, Henry Bent wrote: Well, that at least did something different. sim boot rq0 /r5:8 Loading boot code from vmb.exe %BOOT-F-Unexpected

Re: [Simh] Standalone boot on vax8600?

2014-07-10 Thread Johnny Billquist
On 2014-07-11 02:22, Mark Pizzolato - Info Comm wrote: On Jul 10, 2014 2:02 PM, Johnny Billquist b...@softjar.se wrote: On 2014-07-11 01:08, Mark Pizzolato - Info Comm wrote: On Thursday, July 10, 2014 at 3:13 PM, Cory Smelosky wrote: On Thu, 10 Jul 2014, Henry Bent wrote: Well,

Re: [Simh] Standalone boot on vax8600?

2014-07-10 Thread Johnny Billquist
On 2014-07-11 02:41, Henry Bent wrote: I got a console RL02 image from Quasijarus - the only one I could find easily - but I'm not sure what I'm supposed to do with it. All I get is this: -- sim boot cs /r5:8 Loading boot code from vmb.exe Please remove the volume from the console device.

Re: [Simh] Standalone boot on vax8600?

2014-07-08 Thread Johnny Billquist
On 2014-07-08 01:50, Henry Bent wrote: How are standalone programs loaded and run on the 8600? On the 7x0 I can do load -o boot 0 and run 2 and that will run a standalone boot. When I do that in the 8600 sim I get a newline and then the program just loops forever. Alternately, does anyone

Re: [Simh] Standalone boot on vax8600?

2014-07-08 Thread Matt Burke
On 08/07/2014 12:50, Johnny Billquist wrote: On 2014-07-08 01:50, Henry Bent wrote: How are standalone programs loaded and run on the 8600? On the 7x0 I can do load -o boot 0 and run 2 and that will run a standalone boot. When I do that in the 8600 sim I get a newline and then the program

Re: [Simh] Standalone boot on vax8600?

2014-07-08 Thread Johnny Billquist
On 2014-07-09 02:31, Matt Burke wrote: On 08/07/2014 12:50, Johnny Billquist wrote: On 2014-07-08 01:50, Henry Bent wrote: How are standalone programs loaded and run on the 8600? On the 7x0 I can do load -o boot 0 and run 2 and that will run a standalone boot. When I do that in the 8600 sim

[Simh] Standalone boot on vax8600?

2014-07-07 Thread Henry Bent
How are standalone programs loaded and run on the 8600? On the 7x0 I can do load -o boot 0 and run 2 and that will run a standalone boot. When I do that in the 8600 sim I get a newline and then the program just loops forever. Alternately, does anyone know the right way to load bootblocks on an