Re: [Simh] PDP11 oddity with RSTS 9.6

2016-02-03 Thread Gene Irwin
n 
; DETACH TQn
;


;
; DZ11 Terminal Multiplexer (DZ)   4*8 Lines - ??
;
; SET DZ enable
; SET DZ LINES=n(multiple of 8, Max 32)
; SET DZ LOG=line=filename
; SET DZ NOLOG=line
; SET DZ DISCONNECT=linedisconnects the specified line.
; ATTACH {-am} DZ set up listening port. -m = modem
;   controls, -a active disconnects.
;


;
; DHQ11 Terminal Multiplexer (VH)  4*8 Lines - ??
;
; SET VH enable
; SET VHn DHU   use the DHU programming mode
; SET VHn DHV   use the DHV programming mode
; SET VHn NORMALuse normal DMA procedures
; SET VHn FASTDMA   set DMA to initiate immediately
; SET VHn [NO]MODEM disable/enable modem control
; SET VHn [NO]HANGUPdisable/enable disconnect on DTR
; SET VH DISCONNECT=linedisconnects the specified line.
; ATTACH VH   set up listening port
;

echo
echo "boot tu" to boot tape
echo "boot rp" to boot disk

%

the simh 4 show version is:

PDP-11 simulator V4.0-0 Beta git commit id: de72cba0
sim> show version
PDP-11 simulator V4.0-0 Beta Simulator Framework Capabilities:
32b data
32b addresses
Ethernet Packet transports:TAP:NAT:UDP
Idle/Throttling support is available
Virtual Hard Disk (VHD) support
RAW disk and CD/DVD ROM support
Asynchronous I/O support
FrontPanel API Version 1

Host Platform:
Compiler: GCC 4.8.4
Simulator Compiled: Feb 1 2016 at 06:55:18
Memory Access: Little Endian
Memory Pointer Size: 64 bits
Large File (>2GB) support
SDL Video support: SDL Version 2.0.2
PCRE RegEx support for EXPECT commands
OS clock resolution: 1ms Time taken by msleep(1): 2ms
OS: Linux dellin 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22
09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
git commit id: de72cba0
sim>

On Wed, Feb 3, 2016 at 11:52 AM Mark Pizzolato <m...@infocomm.com> wrote:

> Hi Gene,
>
>
>
> It is not clear if you say you’re seeing the same behavior on 3.9 vs 4.0.
>
>
>
> Please confirm.
>
>
>
> Also your configuration file and the output of sim> SHOW VERSION on 4.0
> will be useful.
>
>
>
> The point of these questions is to determine if you’re having a simh issue
> or a rsts issue.
>
>
>
> -  Mark
>
>
>
> *From:* Simh [mailto:simh-boun...@trailing-edge.com] *On Behalf Of *Gene
> Irwin
> *Sent:* Wednesday, February 3, 2016 11:47 AM
> *To:* simh@trailing-edge.com
> *Subject:* [Simh] PDP11 oddity with RSTS 9.6
>
>
>
> Hello guys,
>
> I have tried simh 3.9 and 4.0 and have this odd issue.
>
> I got a copy of a built rsts on rpo6, and the copies of the .tap files
> used to gen this image.  it is v9.6.
>
> If I boot the prebuilt hard drive image the system comes up just fine.
>
> If I boot the tape and go through the sysgen process the hard drive image
> that is built has no lp0: device in the monitor, and the spooler fails
> during boot and keeps the rest of the start.com script from running,
> making the system come up in a single user mode with job max at 2.
>
> I've tried diferent processors (11/70 up to 11/94), LPT is enabled in
> simh, and I'm not sure what to try next.
>
> If I boot the prebuilt image and do show devices _LP0: is present.
>
> If I boot the sysgen'd image and do show devices, there is no _LP0:
>
> anyone got any ideas?
>
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] PDP11 oddity with RSTS 9.6

2016-02-03 Thread Paul Koning

> On Feb 3, 2016, at 3:46 PM, Paul Koning  wrote:
> 
> 
>> On Feb 3, 2016, at 2:46 PM, Gene Irwin  wrote:
>> 
>> Hello guys,
>> 
>> I have tried simh 3.9 and 4.0 and have this odd issue.
>> 
>> I got a copy of a built rsts on rpo6, and the copies of the .tap files used 
>> to gen this image.  it is v9.6.
>> 
>> If I boot the prebuilt hard drive image the system comes up just fine.
>> 
>> If I boot the tape and go through the sysgen process the hard drive image 
>> that is built has no lp0: device in the monitor, and the spooler fails 
>> during boot and keeps the rest of the start.com script from running, making 
>> the system come up in a single user mode with job max at 2.
>> 
>> I've tried diferent processors (11/70 up to 11/94), LPT is enabled in simh, 
>> and I'm not sure what to try next.  
>> 
>> If I boot the prebuilt image and do show devices _LP0: is present.
>> If I boot the sysgen'd image and do show devices, there is no _LP0:
> 
> Did you ask for line printers during sysgen?  Can you show the generated 
> config.mac (produced by running the sysgen program)?

Something else to try.

After boot, at the "start timesharing" prompt, ask for "hardware list".  It 
should show the LP; if not, it meas that the boot autoconfiguration code did 
not see an LP controller.

If it's shown there, start with the "START" command (not just Return for the 
default fast start).  Look for device disabled messages before the prompt from 
the startup script.

paul


___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] PDP11 oddity with RSTS 9.6

2016-02-03 Thread Paul Koning

> On Feb 3, 2016, at 2:46 PM, Gene Irwin  wrote:
> 
> Hello guys,
> 
> I have tried simh 3.9 and 4.0 and have this odd issue.
> 
> I got a copy of a built rsts on rpo6, and the copies of the .tap files used 
> to gen this image.  it is v9.6.
> 
> If I boot the prebuilt hard drive image the system comes up just fine.
> 
> If I boot the tape and go through the sysgen process the hard drive image 
> that is built has no lp0: device in the monitor, and the spooler fails during 
> boot and keeps the rest of the start.com script from running, making the 
> system come up in a single user mode with job max at 2.
> 
> I've tried diferent processors (11/70 up to 11/94), LPT is enabled in simh, 
> and I'm not sure what to try next.  
> 
> If I boot the prebuilt image and do show devices _LP0: is present.
> If I boot the sysgen'd image and do show devices, there is no _LP0:

Did you ask for line printers during sysgen?  Can you show the generated 
config.mac (produced by running the sysgen program)?

paul


___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

[Simh] PDP11 oddity with RSTS 9.6

2016-02-03 Thread Gene Irwin
Hello guys,

I have tried simh 3.9 and 4.0 and have this odd issue.

I got a copy of a built rsts on rpo6, and the copies of the .tap files used
to gen this image.  it is v9.6.

If I boot the prebuilt hard drive image the system comes up just fine.

If I boot the tape and go through the sysgen process the hard drive image
that is built has no lp0: device in the monitor, and the spooler fails
during boot and keeps the rest of the start.com script from running, making
the system come up in a single user mode with job max at 2.

I've tried diferent processors (11/70 up to 11/94), LPT is enabled in simh,
and I'm not sure what to try next.

If I boot the prebuilt image and do show devices _LP0: is present.
If I boot the sysgen'd image and do show devices, there is no _LP0:

anyone got any ideas?
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] PDP11 oddity with RSTS 9.6

2016-02-03 Thread Mark Pizzolato
Hi Gene,

It is not clear if you say you’re seeing the same behavior on 3.9 vs 4.0.

Please confirm.

Also your configuration file and the output of sim> SHOW VERSION on 4.0 will be 
useful.

The point of these questions is to determine if you’re having a simh issue or a 
rsts issue.


-  Mark

From: Simh [mailto:simh-boun...@trailing-edge.com] On Behalf Of Gene Irwin
Sent: Wednesday, February 3, 2016 11:47 AM
To: simh@trailing-edge.com
Subject: [Simh] PDP11 oddity with RSTS 9.6

Hello guys,
I have tried simh 3.9 and 4.0 and have this odd issue.
I got a copy of a built rsts on rpo6, and the copies of the .tap files used to 
gen this image.  it is v9.6.
If I boot the prebuilt hard drive image the system comes up just fine.
If I boot the tape and go through the sysgen process the hard drive image that 
is built has no lp0: device in the monitor, and the spooler fails during boot 
and keeps the rest of the start.com<http://start.com> script from running, 
making the system come up in a single user mode with job max at 2.
I've tried diferent processors (11/70 up to 11/94), LPT is enabled in simh, and 
I'm not sure what to try next.
If I boot the prebuilt image and do show devices _LP0: is present.
If I boot the sysgen'd image and do show devices, there is no _LP0:
anyone got any ideas?
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh