Hi,
I finally managed to install 2.9BSD on a real 11/34 with two RL01s;
I used KSERVE on RT-11 to transfer a boot disk image created
with E11 to a RL01 disk. I did the same for the /usr partition to be
mounted.
(It was hard to find out that I had to write a little program to convert
the usr.tar file into a tape file for E11 and un-tar it to the disk
image. It didn't work by mounting the tar-file as /dev/rl2 and doing tar
xvf /dev/rrl2; tar would hang immediatly or after the first few files.)
Good news:
I can boot Unix, mount /usr, edit /etc/dtab with vi etc.
Multiuser works too, with my notebook running MS-DOS Kermit in VT100
mode as the console and a real ADM3a attached to a second serial port.
Bad news:
Using the system is a real pain because some (no specific) programs will
cause either a "memory fault - core dumped" or a "bus error - core
dumped". E.g. calling "/lib/cpp" fails, but "/lib/cpp foo" says something
like "foo not found" and terminates without fault.
Very strange too: Sometimes when I start "awk" without parameters (just
for playing around) I get an error like "error on line 6: ..." as if the
shell tried to interpret the binary as a shell script!?
"fsck ..." occasionally fails after stage 5 with a memory fault.
"ps" fails, but "ps axl" works (or vice versa); or both (doesn't) work.
And so on :-(((
But:
There are no errors running RT-11 (it runs just fine) and RSX11/M (as I
could test it). The MAINDEC test programs for CPU and memory give no
errors (perhaps I should let them run much longer?).
There are no errors with these disk images and E11 configured to emulate
the real 11/34.
The configuration:
CPU: PDP11/34a without FPP
memory: 128 kw (one single non-DEC board)
M78?? parity module
Programmer's console
DL11-W for the console terminal
RL11 controller (revised version)
M9812 bootstrap/terminator with DL boot rom
Addresses and vectors are set up correctly.
What is going on? Did anyone have similar problems?
I suspect that either the memory or the MMU has a random behaviour,
but I'm not sure.
Christian
-----------------------------------------
EMail:
Christian.Corti(a)studserv.uni-stuttgart.de
Universität Stuttgart
Fakultät für Informatik
-----------------------------------------
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id FAA38360
for pups-liszt; Mon, 26 Feb 2001 05:10:03 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Robin Birch <robin(a)ruffnready.co.uk> Mon Feb 26 04:04:47 2001
Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id FAA38349
for <pups(a)minnie.cs.adfa.edu.au>; Mon, 26 Feb 2001 05:09:59 +1100 (EST)
(envelope-from robin(a)ruffnready.co.uk)
Received: from falstaf.demon.co.uk ([158.152.152.109])
by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1)
id 14X5Yi-000G8H-0Y; Sun, 25 Feb 2001 18:06:13 +0000
Message-ID: <Uz90cvA$kUm6EwgT(a)ruffnready.co.uk>
Date: Sun, 25 Feb 2001 18:04:47 +0000
To: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Cc: pups(a)minnie.cs.adfa.edu.au
From: Robin Birch <robin(a)ruffnready.co.uk>
Subject: Re: [pups] Stray Interupts
References: <200102232059.f1NKxwH11017(a)moe.2bsd.com>
In-Reply-To: <200102232059.f1NKxwH11017(a)moe.2bsd.com>
MIME-Version: 1.0
X-Mailer: Turnpike Integrated Version 5.00 U <YSkKJATYm0AxAbv6xwlBrCeVCW>
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Dear All,
Having got to the point where I can get ultrix trying to boot on p11 I
can confirm that it complains of stray interrupts on p11 as well. A
thought occurred to me over the weekend that I haven't had time to try
out. Is this the toy clock. It is certainly built into p11, is it
built into Bob Supnik's emulator and if so, does it generate interrupts?
Regards
Robin
In message <200102232059.f1NKxwH11017(a)moe.2bsd.com>, Steven M. Schultz
<sms(a)moe.2bsd.com> writes
>Hi -
>
>> From: Bill Gunshannon <bill(a)cs.scranton.edu>
>> Maybe the Ultrix source would be a help in better understanding some
>> of the internals of the hardware.
>
> That could well be the case. Yes, the simulator is still being
> worked on and maintained.
>
>> My experience with Ultrix-11 up to this point would lead me to believe
>> that it isn't bugs, but I can easily accept that it is overly picky.
>>
>> I tried RSTS. As a matter of fact, I used DSKINT to create my empty
>> RP06 images. No sogn of a problem there.
>
> Ah, ok. That tends to reinforce the thought that Ultrix may be
> too picky about something.
>
>> I would love to us the Begemot emulator. I have the latest version but
>> I have been unable to get any of my disk images to work. Can anyone
>> tell me if you can use the disk images from the other emulators and if
>> so, how?? Do they have to be converted somehow like tapes??
>
> Yes indeed you can use the RP06 images "bits as is". As long as
> the disk image is exactly an RP06 (the only size supported that I
> can see by P11) nothing more need be done. In fact that's how I
> switched over from 'sim_2.x' to 'p11' - I just made a copy of the
> disk image and hand crafted a p11conf file.
>
> Tapes need "conversion" because they have to contain information
> about record lengths and end of file markers. Disk images are
> a simple collection of bytes.
>
> Steven Schultz
> sms(a)moe.2bsd.com
>
>p.s. here's what I use for P11's conf file - perhaps it will be of use. The
> disk image "2.11BSD" is referenced on the line 'dev 0 ./2.11BSD 1999'
>
>--------------------p11conf------------------------
>set clock_rate 60
>
>ctrl rk 017777400 0220 5 4000
>end
>
>ctrl rl 017774400 0160 4 4000
>end
>
>ctrl rp 017776700 0254 5 4000
>dev 0 ./2.11BSD 1999
>dev 1 ./junk 1999
>end
>
>ctrl kl
>dev 017777560 060 064 4 tty_net -7 -t 10000
>dev 017776500 0300 0304 4 tty_net -7 -t 10001
>end
>
>ctrl mr 017777520 ./rp.boot
>end
>
>ctrl lp 017777514 0200 4
>end
>
>ctrl tm 017772520 0224 5
># dev 0 /tmp/foo
>end
>
>ctrl qna 017774440 5 0x08:0x00:0x2b:0x07:0x82:0x6c 0xf8:0x7a qna.rom
>dev epp_tun tun0 0x08:0x00:0x2b:0x07:0x82:0x6c 0x08:0x00:0x2b:0x07:0x82:0x00
>end
>
># The toy clock.
>#
>ctrl toy 017777526
>end
____________________________________________________________________
Robin Birch robin(a)ruffnready.co.uk
M1ASU/2E0ARJ/M5ABD Old computers and radios always welcome
Hi -
> From: Bill Gunshannon <bill(a)cs.scranton.edu>
> Maybe the Ultrix source would be a help in better understanding some
> of the internals of the hardware.
That could well be the case. Yes, the simulator is still being
worked on and maintained.
> My experience with Ultrix-11 up to this point would lead me to believe
> that it isn't bugs, but I can easily accept that it is overly picky.
>
> I tried RSTS. As a matter of fact, I used DSKINT to create my empty
> RP06 images. No sogn of a problem there.
Ah, ok. That tends to reinforce the thought that Ultrix may be
too picky about something.
> I would love to us the Begemot emulator. I have the latest version but
> I have been unable to get any of my disk images to work. Can anyone
> tell me if you can use the disk images from the other emulators and if
> so, how?? Do they have to be converted somehow like tapes??
Yes indeed you can use the RP06 images "bits as is". As long as
the disk image is exactly an RP06 (the only size supported that I
can see by P11) nothing more need be done. In fact that's how I
switched over from 'sim_2.x' to 'p11' - I just made a copy of the
disk image and hand crafted a p11conf file.
Tapes need "conversion" because they have to contain information
about record lengths and end of file markers. Disk images are
a simple collection of bytes.
Steven Schultz
sms(a)moe.2bsd.com
p.s. here's what I use for P11's conf file - perhaps it will be of use. The
disk image "2.11BSD" is referenced on the line 'dev 0 ./2.11BSD 1999'
--------------------p11conf------------------------
set clock_rate 60
ctrl rk 017777400 0220 5 4000
end
ctrl rl 017774400 0160 4 4000
end
ctrl rp 017776700 0254 5 4000
dev 0 ./2.11BSD 1999
dev 1 ./junk 1999
end
ctrl kl
dev 017777560 060 064 4 tty_net -7 -t 10000
dev 017776500 0300 0304 4 tty_net -7 -t 10001
end
ctrl mr 017777520 ./rp.boot
end
ctrl lp 017777514 0200 4
end
ctrl tm 017772520 0224 5
# dev 0 /tmp/foo
end
ctrl qna 017774440 5 0x08:0x00:0x2b:0x07:0x82:0x6c 0xf8:0x7a qna.rom
dev epp_tun tun0 0x08:0x00:0x2b:0x07:0x82:0x6c 0x08:0x00:0x2b:0x07:0x82:0x00
end
# The toy clock.
#
ctrl toy 017777526
end
The Ultrix-11 saga continues but some progress is being made.
Has anyone run into a problem with stray interupts when using RP type
disks with the Supnik emulator?? While I am not sure they cause any
real problem, they are an annoyance and do clutter up the console
terminal. May need to figure out how to come up with a remote TTY
and start doing my work (especially kermiting) from there.
In the meantime, I hope to have a full Ultrix-11 development system
running in the next day or so. That means building all the pieces
needed for a split I&D system.
And now for the obligatory question:
When I tried run Ultrix-11 on my 11/93 I got a message that said:
"Unknown processor. enter CPU type in R0 and continue at your own risk."
Anyone know where I might find these magical numbers?? I figure if I
lie and tell him it's a 73 it should at least run. Yes?? No??
bill
--
Bill Gunshannon | de-moc-ra-cy (di mok' ra see) n. Three wolves
bill(a)cs.scranton.edu | and a sheep voting on what's for dinner.
University of Scranton |
Scranton, Pennsylvania | #include <std.disclaimer.h>
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id KAA10785
for pups-liszt; Fri, 23 Feb 2001 10:11:28 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Warren Toomey <wkt(a)henry.cs.adfa.edu.au> Fri Feb 23 09:15:00 2001
Received: from henry.cs.adfa.edu.au (henry.cs.adfa.edu.au [131.236.21.158])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id KAA10781
for <pups(a)minnie.cs.adfa.edu.au>; Fri, 23 Feb 2001 10:11:26 +1100 (EST)
(envelope-from wkt(a)henry.cs.adfa.edu.au)
Received: (from wkt@localhost)
by henry.cs.adfa.edu.au (8.11.2/8.9.3) id f1MNF0v08869;
Fri, 23 Feb 2001 10:15:00 +1100 (EST)
(envelope-from wkt)
From: Warren Toomey <wkt(a)henry.cs.adfa.edu.au>
Message-Id: <200102222315.f1MNF0v08869(a)henry.cs.adfa.edu.au>
Subject: Re: [pups] Stray Interupts
In-Reply-To: <Pine.LNX.4.10.10102221454580.11275-100000(a)triangle.cs.uofs.edu>
from Bill Gunshannon at "Feb 22, 2001 03:02:36 pm"
To: Bill Gunshannon <bill(a)cs.scranton.edu>
Date: Fri, 23 Feb 2001 10:15:00 +1100 (EST)
CC: PUPS Mailing List <pups(a)minnie.cs.adfa.edu.au>
Reply-To: wkt(a)cs.adfa.edu.au
X-Mailer: ELM [version 2.4ME+ PL68 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
In article by Bill Gunshannon:
>
> Has anyone run into a problem with stray interupts when using RP type
> disks with the Supnik emulator?? While I am not sure they cause any
> real problem, they are an annoyance and do clutter up the console
> terminal. May need to figure out how to come up with a remote TTY
> and start doing my work (especially kermiting) from there.
Are the stray interrupts being reported by the Ultrix kernel or the
simulator itself. If the latter, you can always edit out the offending
printfs.
Cheers,
Warren
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id MAA11456
for pups-liszt; Fri, 23 Feb 2001 12:53:26 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Bill Gunshannon <bill(a)cs.scranton.edu> Fri Feb 23 11:49:48 2001
Received: from mailhost.cs.uofs.edu (mailhost.cs.uofs.edu [134.198.169.1])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id MAA11452
for <pups(a)minnie.cs.adfa.edu.au>; Fri, 23 Feb 2001 12:53:22 +1100 (EST)
(envelope-from bill(a)cs.uofs.edu)
Received: from triangle.cs.uofs.edu (IDENT:root@triangle.cs.uofs.edu [134.198.172.101])
by mailhost.cs.uofs.edu (8.9.3/8.9.2) with ESMTP id UAA30529;
Thu, 22 Feb 2001 20:52:00 -0500 (EST)
Received: from localhost (bill@localhost)
by triangle.cs.uofs.edu (8.9.3/8.8.6) with ESMTP id UAA12082;
Thu, 22 Feb 2001 20:49:50 -0500
X-Authentication-Warning: triangle.cs.uofs.edu: bill owned process doing -bs
Date: Thu, 22 Feb 2001 20:49:48 -0500 (EST)
From: Bill Gunshannon <bill(a)cs.scranton.edu>
To: wkt(a)cs.adfa.edu.au
cc: PUPS Mailing List <pups(a)minnie.cs.adfa.edu.au>
Subject: Re: [pups] Stray Interupts
In-Reply-To: <200102222315.f1MNF0v08869(a)henry.cs.adfa.edu.au>
Message-ID: <Pine.LNX.4.10.10102222043330.12005-100000(a)triangle.cs.uofs.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
On Fri, 23 Feb 2001, Warren Toomey wrote:
> In article by Bill Gunshannon:
> >
> > Has anyone run into a problem with stray interupts when using RP type
> > disks with the Supnik emulator?? While I am not sure they cause any
> > real problem, they are an annoyance and do clutter up the console
> > terminal. May need to figure out how to come up with a remote TTY
> > and start doing my work (especially kermiting) from there.
>
> Are the stray interrupts being reported by the Ultrix kernel or the
> simulator itself. If the latter, you can always edit out the offending
> printfs.
Nope, these are from the Ultrix kernel. The message itself is put
out by the routine logsi() in errlog.c. The big question is, is this
a problem with Ultrix or is this a problem with emulator that just
gets ignored by the other OSes. I would be curious to know if there
is a similar function in 2.11?? If so, it would be interesting to
compare them and see why Ultrix sees all these stray interupts that
no one else sees.
All the best.
bill
--
Bill Gunshannon | de-moc-ra-cy (di mok' ra see) n. Three wolves
bill(a)cs.scranton.edu | and a sheep voting on what's for dinner.
University of Scranton |
Scranton, Pennsylvania | #include <std.disclaimer.h>
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id PAA12375
for pups-liszt; Fri, 23 Feb 2001 15:38:54 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Fri Feb 23 14:27:43 2001
Received: from moe.2bsd.com (MOE.2BSD.COM [206.139.202.200])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id PAA12371
for <pups(a)minnie.cs.adfa.edu.au>; Fri, 23 Feb 2001 15:38:50 +1100 (EST)
(envelope-from sms(a)moe.2bsd.com)
Received: (from sms@localhost)
by moe.2bsd.com (8.10.1/8.10.1) id f1N4RhD19979
for pups(a)minnie.cs.adfa.edu.au; Thu, 22 Feb 2001 20:27:43 -0800 (PST)
Date: Thu, 22 Feb 2001 20:27:43 -0800 (PST)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <200102230427.f1N4RhD19979(a)moe.2bsd.com>
To: pups(a)minnie.cs.adfa.edu.au
Subject: Re: [pups] Stray Interupts
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Hi --
> From: Bill Gunshannon <bill(a)cs.scranton.edu>
> Nope, these are from the Ultrix kernel. The message itself is put
> out by the routine logsi() in errlog.c. The big question is, is this
That the messages are coming from Ultrix and not the simulator is
also is easily determined by grep'ing the simulator sources - no such
message string that I can see.
> a problem with Ultrix or is this a problem with emulator that just
> gets ignored by the other OSes. I would be curious to know if there
> is a similar function in 2.11?? If so, it would be interesting to
There's no direct counterpart to 'logsi' in 2.11BSD. The only 'stray
interrupt' messages 2.11 can produce all come out of networking drivers
(the LH/DH "IMP" driver if_acc for example).
The "big disk" support ('rp') was done though by Bob without access
to a real honest to DEC RP11 controller. I think he looked at various
driver sources and perhaps at 2.11's "xp" driver (I vaguely recall
sending him the xp.c and necessary include files).
> compare them and see why Ultrix sees all these stray interupts that
> no one else sees.
Various things suggest themself to me: It might just be that Ultrix is
overly picky, there's something not 100% accurate in the simulator's
delivering interrupts or Ultrix-11 has a bug.
I haven't heard of RT-11 having a problem - perhaps someone could
try that and see what happens.
The other thing you might try is the Begemot emulator "p11". It
keeps _vastly_ better time than 'sim_2.3d' and has an emulated DEQNA
so the machine can be placed on a network. P11's also quite a bit
more efficient/fast. Configuration can be puzzling but sample
config files are available (from various PUPS folks who run P11).
Steven Schultz
sms(a)Moe.2bsd.com
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id AAA14553
for pups-liszt; Sat, 24 Feb 2001 00:47:23 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Bill Gunshannon <bill(a)cs.scranton.edu> Fri Feb 23 23:43:41 2001
Received: from mailhost.cs.uofs.edu (mailhost.cs.uofs.edu [134.198.169.1])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id AAA14549
for <pups(a)minnie.cs.adfa.edu.au>; Sat, 24 Feb 2001 00:47:17 +1100 (EST)
(envelope-from bill(a)cs.uofs.edu)
Received: from triangle.cs.uofs.edu (IDENT:root@triangle.cs.uofs.edu [134.198.172.101])
by mailhost.cs.uofs.edu (8.9.3/8.9.2) with ESMTP id IAA32076;
Fri, 23 Feb 2001 08:45:54 -0500 (EST)
Received: from localhost (bill@localhost)
by triangle.cs.uofs.edu (8.9.3/8.8.6) with ESMTP id IAA12499;
Fri, 23 Feb 2001 08:43:42 -0500
X-Authentication-Warning: triangle.cs.uofs.edu: bill owned process doing -bs
Date: Fri, 23 Feb 2001 08:43:41 -0500 (EST)
From: Bill Gunshannon <bill(a)cs.scranton.edu>
To: "Steven M. Schultz" <sms(a)moe.2bsd.com>
cc: pups(a)minnie.cs.adfa.edu.au
Subject: Re: [pups] Stray Interupts
In-Reply-To: <200102230427.f1N4RhD19979(a)moe.2bsd.com>
Message-ID: <Pine.LNX.4.10.10102230834350.12446-100000(a)triangle.cs.uofs.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
On Thu, 22 Feb 2001, Steven M. Schultz wrote:
> The "big disk" support ('rp') was done though by Bob without access
> to a real honest to DEC RP11 controller. I think he looked at various
> driver sources and perhaps at 2.11's "xp" driver (I vaguely recall
> sending him the xp.c and necessary include files).
Does Bob (or anybody for that matter) still maintain the emulator??
Maybe the Ultrix source would be a help in better understanding some
of the internals of the hardware.
>
> > compare them and see why Ultrix sees all these stray interupts that
> > no one else sees.
>
> Various things suggest themself to me: It might just be that Ultrix is
> overly picky, there's something not 100% accurate in the simulator's
> delivering interrupts or Ultrix-11 has a bug.
My experience with Ultrix-11 up to this point would lead me to believe
that it isn't bugs, but I can easily accept that it is overly picky.
That's why I thought the sources might be a big help in tuning the
emulator.
>
> I haven't heard of RT-11 having a problem - perhaps someone could
> try that and see what happens.
I tried RSTS. As a matter of fact, I used DSKINT to create my empty
RP06 images. No sogn of a problem there.
>
> The other thing you might try is the Begemot emulator "p11". It
> keeps _vastly_ better time than 'sim_2.3d' and has an emulated DEQNA
I am using 2.5a of the Supnik emulator.
> so the machine can be placed on a network. P11's also quite a bit
> more efficient/fast. Configuration can be puzzling but sample
> config files are available (from various PUPS folks who run P11).
I would love to us the Begemot emulator. I have the latest version but
I have been unable to get any of my disk images to work. Can anyone
tell me if you can use the disk images from the other emulators and if
so, how?? Do they have to be converted somehow like tapes??
bill
--
Bill Gunshannon | de-moc-ra-cy (di mok' ra see) n. Three wolves
bill(a)cs.scranton.edu | and a sheep voting on what's for dinner.
University of Scranton |
Scranton, Pennsylvania | #include <std.disclaimer.h>
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id CAA14986
for pups-liszt; Sat, 24 Feb 2001 02:03:06 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Lars Brinkhoff <lars(a)nocrew.org> Sat Feb 24 00:59:02 2001
Received: from junk.nocrew.org (mail(a)junk.nocrew.org [212.73.17.42])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id CAA14982
for <pups(a)minnie.cs.adfa.edu.au>; Sat, 24 Feb 2001 02:02:57 +1100 (EST)
(envelope-from lars(a)junk.nocrew.org)
Received: from lars by junk.nocrew.org with local (Exim 3.12 #1 (Debian))
id 14WJgU-0004lq-00; Fri, 23 Feb 2001 15:59:02 +0100
To: Bill Gunshannon <bill(a)cs.scranton.edu>
Cc: pups(a)minnie.cs.adfa.edu.au
Subject: Re: [pups] Stray Interupts
References: <Pine.LNX.4.10.10102230834350.12446-100000(a)triangle.cs.uofs.edu>
From: Lars Brinkhoff <lars(a)nocrew.org>
Organization: nocrew
Date: 23 Feb 2001 15:59:02 +0100
In-Reply-To: <Pine.LNX.4.10.10102230834350.12446-100000(a)triangle.cs.uofs.edu>
Message-ID: <85d7c9xx6x.fsf(a)junk.nocrew.org>
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Bill Gunshannon <bill(a)cs.scranton.edu> writes:
> On Thu, 22 Feb 2001, Steven M. Schultz wrote:
> > The "big disk" support ('rp') was done though by Bob without access
> > to a real honest to DEC RP11 controller. I think he looked at various
> > driver sources and perhaps at 2.11's "xp" driver (I vaguely recall
> > sending him the xp.c and necessary include files).
> Does Bob (or anybody for that matter) still maintain the emulator??
Version 2.5a was released on January 1, and Bob recently asked me
to update a pointer to his simulator web page, so I'd say he does.
--
http://lars.nocrew.org/
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id DAA17804
for pups-liszt; Sat, 24 Feb 2001 03:51:03 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Sat Feb 24 02:42:52 2001
Received: from moe.2bsd.com (MOE.2BSD.COM [206.139.202.200])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id DAA17791
for <pups(a)minnie.cs.adfa.edu.au>; Sat, 24 Feb 2001 03:50:59 +1100 (EST)
(envelope-from sms(a)moe.2bsd.com)
Received: (from sms@localhost)
by moe.2bsd.com (8.10.1/8.10.1) id f1NGgqP08664
for pups(a)minnie.cs.adfa.edu.au; Fri, 23 Feb 2001 08:42:52 -0800 (PST)
Date: Fri, 23 Feb 2001 08:42:52 -0800 (PST)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <200102231642.f1NGgqP08664(a)moe.2bsd.com>
To: pups(a)minnie.cs.adfa.edu.au
Subject: Re: [pups] Stray Interupts
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Hi -
> From: Lars Brinkhoff <lars(a)nocrew.org>
>
> Version 2.5a was released on January 1, and Bob recently asked me
> to update a pointer to his simulator web page, so I'd say he does.
That shows how long it has been since I ran that simulator ;-)
I'll pull it in just to have the latest version around to test with.
Steven Schultz
sms(a)moe.2bsd.com
Dear All,
I have a Dilog TS11 controller but no TSV05 or TS11 drive. Has anyone got such
a thing in the UK that they would be willing to part with, sell, swap or
whatever. Ideally I would like one of the Dilog 880 drives with the
free-standing, i.e., not rack mounting, cabinet.
Regards
Robin
> From owner-pups(a)minnie.cs.adfa.edu.au Wed Feb 21 09:46 PST 2001
> Date: Wed, 21 Feb 2001 12:29:48 -0500 (EST)
> From: Bill Gunshannon <bill(a)cs.scranton.edu>
> To: PUPS Mailing List <pups(a)minnie.cs.adfa.edu.au>
> Subject: [pups] creating disk images
>
> I know it is probably simple, but my experience is with the real
> thing and this is the first time I have tried to do anything but
> play with one of the emulators.
>
> How do you create new blank disk images for the Supnik emulator??
> In particular, I am trying to create some RM03's to give me more
> room to work with Ultrix-11. I am trying to make some install
> kits on different media so that more people will be able to get
> it, not only on emulators, but also on real machines, where it
> is much more fun. :-)
I have done it with
dd if=/dev/zero of=newdisk.dsk bs=1k count=10240
to make 10MB RL02 images. Followed by the lightly-documented
step in the Supnik emulator of attaching the disk image and writing
the badblock table. Followed by (for RT11) INIT/NOQ DL1
Corresponding for a Unix system would be mkfs(8) or newfs(8),
whichever you have.
I think it is only the RL disks that need the badblock step.
carl
--
carl lowenstein marine physical lab u.c. san diego
{decvax|ucbvax} !ucsd!mpl!cdl cdl(a)mpl.ucsd.edu
clowenstein(a)ucsd.edu
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id LAA02015
for pups-liszt; Thu, 22 Feb 2001 11:30:33 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Warren Toomey <wkt(a)henry.cs.adfa.edu.au> Thu Feb 22 10:34:08 2001
Received: from henry.cs.adfa.edu.au (henry.cs.adfa.edu.au [131.236.21.158])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id LAA02011
for <pups(a)minnie.cs.adfa.edu.au>; Thu, 22 Feb 2001 11:30:31 +1100 (EST)
(envelope-from wkt(a)henry.cs.adfa.edu.au)
Received: (from wkt@localhost)
by henry.cs.adfa.edu.au (8.11.2/8.9.3) id f1M0YAG05750;
Thu, 22 Feb 2001 11:34:10 +1100 (EST)
(envelope-from wkt)
From: Warren Toomey <wkt(a)henry.cs.adfa.edu.au>
Message-Id: <200102220034.f1M0YAG05750(a)henry.cs.adfa.edu.au>
Subject: [pups] Re: V6 image for 11/23
In-Reply-To: <3A940637.83A0591B(a)tampabay.rr.com> from Ken Wellsch at "Feb 21,
2001 01:17:27 pm"
To: Ken Wellsch <kwellsch(a)tampabay.rr.com>
Date: Thu, 22 Feb 2001 11:34:08 +1100 (EST)
CC: PDP-11 Unix Preservation Society <pups(a)minnie.cs.adfa.edu.au>
Reply-To: wkt(a)cs.adfa.edu.au
X-Mailer: ELM [version 2.4ME+ PL68 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
In article by Ken Wellsch:
> My part was one of deciphering what came off an old 800 BPI
> mag tape a decade ago and caring about preserving this bit of the past.
>
> [Thanks go to those] who handed me the tape from the
> Computer Graphics Lab at U of Waterloo (and the CGL folks for hanging
> onto the tape in their library) to folks like Alan Bowler who kindly
> pulled a raw image of the tape off on our old Honeywell system because
> all our UNIX systems did not support 800 BPI on their tape drives any
> more...
> -- Ken
Ken, if this image isn't already in the archive, can you send it in?
Thanks,
Warren
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id VAA05418
for pups-liszt; Thu, 22 Feb 2001 21:35:08 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
Hi all,
Bill Gunshannon has sent me his Ultrix-3.1 disk images, and they
are now in the UNIX Archive at PDP-11/Boot_Images/Ultrix-3.1. I've knocked
up a short README from his e-mails too.
Cheers,
Warren
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id QAA96042
for pups-liszt; Wed, 21 Feb 2001 16:42:51 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From "Ian King" <iking(a)microsoft.com> Wed Feb 21 15:37:43 2001
Received: from mail2.microsoft.com (mail2.microsoft.com [131.107.3.124])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with SMTP id QAA96038
for <pups(a)minnie.cs.adfa.edu.au>; Wed, 21 Feb 2001 16:42:47 +1100 (EST)
(envelope-from iking(a)microsoft.com)
Received: from 157.54.1.52 by mail2.microsoft.com (InterScan E-Mail VirusWall NT); Tue, 20 Feb 2001 21:38:56 -0800 (Pacific Standard Time)
Received: from red-msg-06.redmond.corp.microsoft.com ([157.54.12.71]) by inet-imc-06.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.1600);
Tue, 20 Feb 2001 21:37:44 -0800
X-MimeOLE: Produced By Microsoft Exchange V6.0.4418.65
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----_=_NextPart_001_01C09BC8.69E15122"
Subject: [pups] VTServer 2.0 - Note from the Field
Date: Tue, 20 Feb 2001 21:37:43 -0800
Message-ID: <8D25F244B8274141B5D313CA4823F39C0235D1C0(a)red-msg-06.redmond.corp.microsoft.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator: <8D25F244B8274141B5D313CA4823F39C0235D1C0(a)red-msg-06.redmond.corp.microsoft.com>
Thread-Topic: [pups] Ultrix bootable disk images in UNIX Archive
Thread-Index: AcCbtWpwtFsirk86QMGCJq7E7o8uUgAENuCI
From: "Ian King" <iking(a)microsoft.com>
To: <wkt(a)cs.adfa.edu.au>,
"PDP-11 Unix Preservation Society" <pups(a)minnie.cs.adfa.edu.au>
X-OriginalArrivalTime: 21 Feb 2001 05:37:44.0501 (UTC) FILETIME=[6A447650:01C09BC8]
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
This is a multi-part message in MIME format.
------_=_NextPart_001_01C09BC8.69E15122
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: base64
VGhlIGdvb2QgbmV3cyBpczogV2FycmVuJ3MgVlRTZXJ2ZXIgMi4wIGlzIGN1cnJlbnRseSBjb3B5
aW5nIGEgVjYgaW1hZ2UNCm9udG8gYW4gUkswNSBkaXNrIG9uIG15IFBEUC0xMS8zNC4gIEkgaGF2
ZSBubyBpZGVhIGlmIHRoZSBpbWFnZSB3aWxsDQphY3R1YWxseSBib290OyBzb21lIG5vdGVzIGlu
IHRoZSBhcmNoaXZlIHNheSB0aGVzZSBpbWFnZXMgd2VyZSBidWlsdCBmb3INCmEgLzQwLCBhbmQg
dGhlIC8zNCBpcyBtaXNzaW5nIGEgY291cGxlIG9mIGtleSBpbnN0cnVjdGlvbnMgYWJvdXQgbWVt
b3J5DQpzcGFjZXMuICBCdXQganVzdCBnZXR0aW5nIHRoZSBiaXRzIG9uIHRoZSBkaXNrIGlzIGEg
YmlnIGZpcnN0IHN0ZXAuICANCiANCkEgY291cGxlIG9mIG5vdGVzIGFib3V0IHRoaXM6DQoNCioJ
TXkgdXBzdHJlYW0gVW5peCBob3N0ICh3aXRoIHRoZSBpbWFnZSBmaWxlKSBpcyBhIExpbnV4IG1h
Y2hpbmUuDQpJIG9yaWdpbmFsbHkgaGFkIHRoZSAxLjIga2VybmVsIG9uIGl0LCBidXQgdGhhdCBr
ZXJuZWwgZG9lc24ndCBzdXBwb3J0DQpzb21lIG9mIHRoZSBQT1NJWCBtYWNyb3MgdGhhdCBXYXJy
ZW4gdXNlczsgSSB1cGdyYWRlZCB0byAyLjIgYW5kDQpldmVyeXRoaW5nIHdvcmtzIGZpbmUuICAo
VGhlIG1hY2hpbmUgaXMgYW4gb2xkIDQ4NiBsYXB0b3AgdGhhdCB3YXMgNE1COw0KSSBoYWQgdG8g
dXBncmFkZSB0aGUgbWVtb3J5IG9uIHRoYXQgZm9yIDIuMiB0byBib290ISkgIA0KKglXaXRoIGEg
cmVhbCBQRFAtMTEsIEkgZm91bmQgaXQgbmVjZXNzYXJ5IHRvIHVzZSB0aGUgc3R0eSBjb21tYW5k
DQpmb3Igbm8gaGFyZHdhcmUgaGFuZHNoYWtpbmcuICBPbiBMaW51eCAyLjIgYW5kIHVzaW5nIENP
TTEsIGl0J3M6DQoNCgkJc3R0eSA5NjAwIGNzOCBjbG9jYWwgLWNydHNjdHMgPCAvZGV2L3R0eVMw
IA0KDQoqCUkgdGhpbmsgLnZ0cmMgbWF5IGhhdmUgY2hhbmdlZCBmcm9tIHRoZSBlYXJsaWVyIHZl
cnNpb247IEkgdHJpZWQNCnRvIGp1c3QgaGFjayBhIGNvcHkgb2YgdGhlIG9sZCBvbmUgYW5kIGZv
dW5kIHRoZSBmb3JtYXQgaGFkIGNoYW5nZWQuDQpUaGUgZmlyc3QgbGluZSBpcyB0aGUgc2hlbGwg
Y29tbWFuZCB0byBzZXQgdGhlIGRldmljZSBwYXJhbWV0ZXJzIChhcyBzZXQNCmZvcnRoIGFib3Zl
KSwgdGhlIHNlY29uZCBsaW5lIGlzIHRoZSBkZXZpY2UgaXRzZWxmIChlLmcuIC9kZXYvdHR5UzAp
LA0KYW5kIHRoZSBmb2xsb3dpbmcgbGluZXMgYXJlIHRoZSAidGFwZSIgcmVjb3Jkcy4gIFdhcnJl
biwgbWF5IEkgc3VnZ2VzdA0KYWRkaW5nIHNvbWUgdGV4dCB0byB0aGUgcmVhZG1lIGFib3V0IHRo
aXM/ICBJIGhhZCB0byBmaWd1cmUgaXQgb3V0Li4uLg0KKglCVFcsIC52dHJjIGluY2x1ZGVzIChp
biBmYWN0LCByZXF1aXJlcykgdGhlIHN0dHkgbGluZSwgd2hpY2gNCmNvbmZpZ3VyZXMgdGhlIHNl
cmlhbCBwb3J0LiAgWW91ciBpbnN0cnVjdGlvbnMgc2F5IHRoYXQgeW91IG11c3QNCmNvbmZpZ3Vy
ZSB0aGUgcG9ydCBiZWZvcmUgcnVubmluZyB2dHNlcnZlciAtLSBub3QgdHJ1ZS4gIA0KKglJdCdz
IG5vdCBleHRyZW1lbHkgY2xlYXIgZnJvbSB0aGUgcmVhZG1lLCBidXQgc3RhcnQgVlRTZXJ2ZXIN
CmZpcnN0LCB0aGVuIHRoZSBQRFAtMTEgY29kZS4gIEl0IHdhc24ndCB0aGF0IGhhcmQgdG8ga2V5
IGluIHdpdGggdGhlDQpwcm9ncmFtbWVyJ3MgcGFuZWwuICA6LSkgDQoNClBsZWFzZSBkb24ndCBn
ZXQgbWUgd3JvbmcsIEknbSBncmF0ZWZ1bCB0aGF0IHlvdSB3cm90ZSB0aGlzIGFuZCBub3QgbWUu
DQo6LSkgIEJ1dCB5b3UgZGlkIGFzayBmb3IgZmVlZGJhY2ssIGFuZCBJJ20gc2VuZGluZyB0aGlz
IHRvIHRoZSBQVVBTIGxpc3QNCndpdGggdGhlIGhvcGUgaXQgd2lsbCBoZWxwIGFueW9uZSBlbHNl
IHdpdGggYSBzaW1pbGFyIHNpdHVhdGlvbi4gIA0KDQpJdCdzIGJ1c2lseSBjb3B5aW5nIGF3YXk7
IEknbGwgbGV0IHlvdSBrbm93IGlmIEkgY2FuIGJvb3Qgd2hhdCBpdA0KY29waWVzLiAgLS0gSWFu
IA0KDQoNCg0KDQo=
------_=_NextPart_001_01C09BC8.69E15122
Content-Type: application/ms-tnef;
name="winmail.dat"
Content-Transfer-Encoding: base64
eJ8+Ii0FAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAENgAQAAgAAAAIAAgABBYAD
AA4AAADRBwIAFAAVACUAKwACAFUBASCAAwAOAAAA0QcCABQAFQAlACsAAgBVAQEJgAEAIQAAADdC
NTI3RDc2Q0Q1OUJDNDRCRjc4RDc1RDMzRTk2MEUyAFYHAQOQBgCgEwAAOAAAAB8AGgABAAAAEgAA
AEkAUABNAC4ATgBvAHQAZQAAAAAAAwA2AAAAAAAfADcAAQAAAEYAAABWAFQAUwBlAHIAdgBlAHIA
IAAyAC4AMAAgAC0AIABOAG8AdABlACAAZgByAG8AbQAgAHQAaABlACAARgBpAGUAbABkAAAAAABA
ADkAIlHhacibwAEfAD0AAQAAAAIAAAAAAAAAAgFHAAEAAAAyAAAAYz1VUzthPU1DSTtwPW1zZnQ7
bD1SRUQtTVNHLTA2LTAxMDIyMTA1Mzc0M1otODM2NgAAAB8ASQABAAAAZgAAAFsAcAB1AHAAcwBd
ACAAVQBsAHQAcgBpAHgAIABiAG8AbwB0AGEAYgBsAGUAIABkAGkAcwBrACAAaQBtAGEAZwBlAHMA
IABpAG4AIABVAE4ASQBYACAAQQByAGMAaABpAHYAZQAAAAAAQABOAAAAMxOxm8ABHwBaAAEAAAAc
AAAAVwBhAHIAcgBlAG4AIABUAG8AbwBtAGUAeQAAAAIBWwABAAAARAAAAAAAAACBKx+kvqMQGZ1u
AN0BD1QCAAAAAFdhcnJlbiBUb29tZXkAU01UUAB3a3RAaGVucnkuY3MuYWRmYS5lZHUuYXUAAgFc
AAEAAAAeAAAAU01UUDpXS1RASEVOUlkuQ1MuQURGQS5FRFUuQVUAAAAfAF0AAQAAABwAAABXAGEA
cgByAGUAbgAgAFQAbwBvAG0AZQB5AAAAAgFeAAEAAABEAAAAAAAAAIErH6S+oxAZnW4A3QEPVAIA
AAAAV2FycmVuIFRvb21leQBTTVRQAHdrdEBoZW5yeS5jcy5hZGZhLmVkdS5hdQACAV8AAQAAAB4A
AABTTVRQOldLVEBIRU5SWS5DUy5BREZBLkVEVS5BVQAAAB8AZgABAAAACgAAAFMATQBUAFAAAAAA
AB8AZwABAAAAMgAAAHcAawB0AEAAaABlAG4AcgB5AC4AYwBzAC4AYQBkAGYAYQAuAGUAZAB1AC4A
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
Bx+K8VByIdEh36dwp7Kc0JvgqJF3rEAT0J3PcSebQLmBJjBmdadQ/1pnkDEmMDxjrrNgoqiQgf//
gw8+3H8vjDKE8ZNvlH8+6/5CpoFasjfAGpC4UBKQvZL0ZmWuIGIZUS3EkKKtUB8t8DfSkmO+Eatz
VVBT7ysBIG+MBX3HaLfAQJN9wP8kASPht9C20FqwtnGnQNEhd33DzqDasG2hcIwx2rB0/nWm0BVx
k1+Y32NPhW/6//+Kb/0fiz+MT41fqcdw43OAr9qwceIZwTfSYdWQebixrickAewgWpRr0qB3TrD/
LJDPkPWQtuC+QlFxuBHQEf+fD6yyGbEWADM/pU+EDWBx/kmykadPqF+pb6p/q4+sn/OtpZsxcj3w
wKOR7A/tHz/zW7pHv9G+EcOSE6BccRehkLsvAbU09UA8Rk9UTlSjIXrAUDLBq2auc/RRxK8BtTHr
ElLBqf9vAdBAuwoDP8LZuT+6T8hv97xv8JfGMS/GYrz/vg/Tv4XwpDXSYkJPRFnRXlvVP/DSNwJB
wSBNBuF9AdoAHwA1EAEAAACiAAAAPAA4AEQAMgA1AEYAMgA0ADQAQgA4ADIANwA0ADEANAAxAEIA
NQBEADMAMQAzAEMAQQA0ADgAMgAzAEYAMwA5AEMAMAAyADMANQBEADEAQwAwAEAAcgBlAGQALQBt
AHMAZwAtADAANgAuAHIAZQBkAG0AbwBuAGQALgBjAG8AcgBwAC4AbQBpAGMAcgBvAHMAbwBmAHQA
LgBjAG8AbQA+AAAAAAAfAEcQAQAAAB4AAABtAGUAcwBzAGEAZwBlAC8AcgBmAGMAOAAyADIAAAAA
AAsA8hABAAAAHwDzEAEAAABOAAAAVgBUAFMAZQByAHYAZQByACAAMgAuADAAIAAtACAATgBvAHQA
ZQAgAGYAcgBvAG0AIAB0AGgAZQAgAEYAaQBlAGwAZAAuAEUATQBMAAAAAAALAPYQAAAAAEAABzA+
XfBFxpvAAUAACDAWxvZpyJvAAQMA3j/p/QAAAwDxPwkEAAAfAPg/AQAAABIAAABJAGEAbgAgAEsA
aQBuAGcAAAAAAAIB+T8BAAAAUQAAAAAAAADcp0DIwEIQGrS5CAArL+GCAQAAAAAAAAAvTz1NSUNS
T1NPRlQvT1U9Tk9SVEhBTUVSSUNBL0NOPVJFQ0lQSUVOVFMvQ049MjI4ODY4AAAAAB8A+j8BAAAA
KgAAAFMAeQBzAHQAZQBtACAAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgAAAAAAAgH7PwEAAAAe
AAAAAAAAANynQMjAQhAatLkIACsv4YIBAAAAAAAAAC4AAAADAP0/5AQAAAMAGUAAAAAAAwAaQAAA
AAADAB1AAAAAAAMAHkAAAAAAHwAwQAEAAAAOAAAAMgAyADgAOAA2ADgAAAAAAB8AMUABAAAADgAA
ADIAMgA4ADgANgA4AAAAAAAfADJAAQAAADIAAAB3AGsAdABAAGgAZQBuAHIAeQAuAGMAcwAuAGEA
ZABmAGEALgBlAGQAdQAuAGEAdQAAAAAAHwAzQAEAAAAyAAAAdwBrAHQAQABoAGUAbgByAHkALgBj
AHMALgBhAGQAZgBhAC4AZQBkAHUALgBhAHUAAAAAAB8AOEABAAAADgAAADIAMgA4ADgANgA4AAAA
AAAfADlAAQAAAAQAAAAuAAAACwApAAAAAAALACMAAAAAAAMABhBeZeyUAwAHEPQFAAADABAQAAAA
AAMAERAAAAAAHgAIEAEAAABlAAAAVEhFR09PRE5FV1NJUzpXQVJSRU5TVlRTRVJWRVIyMElTQ1VS
UkVOVExZQ09QWUlOR0FWNklNQUdFT05UT0FOUkswNURJU0tPTk1ZUERQLTExLzM0SUhBVkVOT0lE
RUFJRlRIRQAAAAACAX8AAQAAAFEAAAA8OEQyNUYyNDRCODI3NDE0MUI1RDMxM0NBNDgyM0YzOUMw
MjM1RDFDMEByZWQtbXNnLTA2LnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tPgAAAAA3Fw==
------_=_NextPart_001_01C09BC8.69E15122--
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id QAA96166
for pups-liszt; Wed, 21 Feb 2001 16:55:43 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Warren Toomey <wkt(a)henry.cs.adfa.edu.au> Wed Feb 21 15:59:26 2001
Received: from henry.cs.adfa.edu.au (henry.cs.adfa.edu.au [131.236.21.158])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id QAA96162
for <pups(a)minnie.cs.adfa.edu.au>; Wed, 21 Feb 2001 16:55:41 +1100 (EST)
(envelope-from wkt(a)henry.cs.adfa.edu.au)
Received: (from wkt@localhost)
by henry.cs.adfa.edu.au (8.11.2/8.9.3) id f1L5xRY02765;
Wed, 21 Feb 2001 16:59:27 +1100 (EST)
(envelope-from wkt)
From: Warren Toomey <wkt(a)henry.cs.adfa.edu.au>
Message-Id: <200102210559.f1L5xRY02765(a)henry.cs.adfa.edu.au>
Subject: Re: [pups] VTServer 2.0 - Note from the Field
In-Reply-To: <8D25F244B8274141B5D313CA4823F39C0235D1C0(a)red-msg-06.redmond.corp.microsoft.com>
from Ian King at "Feb 20, 2001 09:37:43 pm"
To: Ian King <iking(a)microsoft.com>
Date: Wed, 21 Feb 2001 16:59:26 +1100 (EST)
CC: PDP-11 Unix Preservation Society <pups(a)minnie.cs.adfa.edu.au>
Reply-To: wkt(a)cs.adfa.edu.au
X-Mailer: ELM [version 2.4ME+ PL68 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
In article by Ian King:
[ some strange Microsoft e-mail format, Ian can you send
plain ASCII next time, ta! ]
> A couple of notes about this:
> * With a real PDP-11, I found it necessary to use the stty command
> for no hardware handshaking. On Linux 2.2 and using COM1, it's:
>
> stty 9600 cs8 clocal -crtscts < /dev/ttyS0
>
> * I think .vtrc may have changed from the earlier version; I tried
> to just hack a copy of the old one and found the format had changed.
> The first line is the shell command to set the device parameters (as set
> forth above), the second line is the device itself (e.g. /dev/ttyS0),
> and the following lines are the "tape" records. Warren, may I suggest
> adding some text to the readme about this? I had to figure it out....
Yep, that's documented in
http://minnie.cs.adfa.edu.au/Vtserver/vtserver/vtreadme.txt as follows:
The file .vtrc is the server's configuration file. Lines beginning with
hashes are ignored. The first (non-hashed) gives a shell command to set the
correct speed and parity of the serial line. The second line names the
serial device. Remaining lines name the fictitious tape's records, and
should be tinyboot, copy, and the name of your disk image.
> * It's not extremely clear from the readme, but start VTServer
> first, then the PDP-11 code. It wasn't that hard to key in with the
> programmer's panel. :-)
Thanks, can you suggest changes to the above document which would help
to clarify this?
Also, Fred van Kempen has added commands to send down the bootstrap
code if the PDP-11 has ODT. I'll add this to the server once I get the
code from Fred.
> Please don't get me wrong, I'm grateful that you wrote this and not me.
> :-) But you did ask for feedback, and I'm sending this to the PUPS list
> with the hope it will help anyone else with a similar situation.
Thanks Ian, yes I'm always happy for feedback. You might also try the
two Ultrix RL02 images that Bill Gunshannon also donated to the archive,
as he booted these on an 11/23 ok.
Cheers,
Warren
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id EAA99815
for pups-liszt; Thu, 22 Feb 2001 04:33:22 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Bill Gunshannon <bill(a)cs.scranton.edu> Thu Feb 22 03:29:48 2001
Received: from mailhost.cs.uofs.edu (mailhost.cs.uofs.edu [134.198.169.1])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id EAA99811
for <pups(a)minnie.cs.adfa.edu.au>; Thu, 22 Feb 2001 04:33:17 +1100 (EST)
(envelope-from bill(a)cs.uofs.edu)
Received: from triangle.cs.uofs.edu (IDENT:root@triangle.cs.uofs.edu [134.198.172.101])
by mailhost.cs.uofs.edu (8.9.3/8.9.2) with ESMTP id MAA25143
for <pups(a)minnie.cs.adfa.edu.au>; Wed, 21 Feb 2001 12:31:53 -0500 (EST)
Received: from localhost (bill@localhost)
by triangle.cs.uofs.edu (8.9.3/8.8.6) with ESMTP id MAA10589
for <pups(a)minnie.cs.adfa.edu.au>; Wed, 21 Feb 2001 12:29:49 -0500
X-Authentication-Warning: triangle.cs.uofs.edu: bill owned process doing -bs
Date: Wed, 21 Feb 2001 12:29:48 -0500 (EST)
From: Bill Gunshannon <bill(a)cs.scranton.edu>
To: PUPS Mailing List <pups(a)minnie.cs.adfa.edu.au>
Subject: [pups] creating disk images
Message-ID: <Pine.LNX.4.10.10102211224240.10168-100000(a)triangle.cs.uofs.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
I know it is probably simple, but my experience is with the real
thing and this is the first time I have tried to do anything but
play with one of the emulators.
How do you create new blank disk images for the Supnik emulator??
In particular, I am trying to create some RM03's to give me more
room to work with Ultrix-11. I am trying to make some install
kits on different media so that more people will be able to get
it, not only on emulators, but also on real machines, where it
is much more fun. :-)
I have tried using the empty files the emulator creates. I have
tried dd'ing /dev/zero into a file to the size of the disk. I
have tried using format from xxdp. Nothing seems to work. Is there
a specific procedure to follow??
Any help greatly appreciated.
bill
--
Bill Gunshannon | de-moc-ra-cy (di mok' ra see) n. Three wolves
bill(a)cs.scranton.edu | and a sheep voting on what's for dinner.
University of Scranton |
Scranton, Pennsylvania | #include <std.disclaimer.h>
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id FAA99937
for pups-liszt; Thu, 22 Feb 2001 05:03:17 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From "Ian King" <iking(a)microsoft.com> Thu Feb 22 03:58:58 2001
Received: from mail4.microsoft.com (mail4.microsoft.com [131.107.3.122])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with SMTP id FAA99933
for <pups(a)minnie.cs.adfa.edu.au>; Thu, 22 Feb 2001 05:03:13 +1100 (EST)
(envelope-from iking(a)microsoft.com)
Received: from 157.54.1.52 by mail4.microsoft.com (InterScan E-Mail VirusWall NT); Wed, 21 Feb 2001 09:59:20 -0800 (Pacific Standard Time)
Received: from red-msg-06.redmond.corp.microsoft.com ([157.54.12.71]) by inet-imc-06.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.1600);
Wed, 21 Feb 2001 09:58:58 -0800
X-MimeOLE: Produced By Microsoft Exchange V6.0.4418.65
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Subject: RE: [pups] VTServer 2.0 - Note from the Field
Date: Wed, 21 Feb 2001 09:58:58 -0800
Message-ID: <8D25F244B8274141B5D313CA4823F39C018EEBCC(a)red-msg-06.redmond.corp.microsoft.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [pups] VTServer 2.0 - Note from the Field
Thread-Index: AcCbyoAC501SlnMLQC+diXLE8CEbYgAZSNxQ
From: "Ian King" <iking(a)microsoft.com>
To: <wkt(a)cs.adfa.edu.au>
Cc: "PDP-11 Unix Preservation Society" <pups(a)minnie.cs.adfa.edu.au>
X-OriginalArrivalTime: 21 Feb 2001 17:58:58.0753 (UTC) FILETIME=[F6FCC310:01C09C2F]
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by minnie.cs.adfa.edu.au id FAA99934
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Further good news: it boots! I have a V6 image from Ken Wellsch
(thanks, Ken) booting on my 11/34. Now I have lots to figure out....
-- Ian
PS: Warren, I was mailing from the Web access client, so it was probably
HTML - sorry.
-----Original Message-----
From: Warren Toomey [mailto:wkt@henry.cs.adfa.edu.au]
Sent: Tuesday, February 20, 2001 9:59 PM
To: Ian King
Cc: PDP-11 Unix Preservation Society
Subject: Re: [pups] VTServer 2.0 - Note from the Field
In article by Ian King:
[ some strange Microsoft e-mail format, Ian can you send
plain ASCII next time, ta! ]
> A couple of notes about this:
> * With a real PDP-11, I found it necessary to use the stty command
> for no hardware handshaking. On Linux 2.2 and using COM1, it's:
>
> stty 9600 cs8 clocal -crtscts < /dev/ttyS0
>
> * I think .vtrc may have changed from the earlier version; I tried
> to just hack a copy of the old one and found the format had changed.
> The first line is the shell command to set the device parameters (as
set
> forth above), the second line is the device itself (e.g. /dev/ttyS0),
> and the following lines are the "tape" records. Warren, may I suggest
> adding some text to the readme about this? I had to figure it out....
Yep, that's documented in
http://minnie.cs.adfa.edu.au/Vtserver/vtserver/vtreadme.txt as follows:
The file .vtrc is the server's configuration file. Lines beginning
with
hashes are ignored. The first (non-hashed) gives a shell command to
set the
correct speed and parity of the serial line. The second line names
the
serial device. Remaining lines name the fictitious tape's records,
and
should be tinyboot, copy, and the name of your disk image.
> * It's not extremely clear from the readme, but start VTServer
> first, then the PDP-11 code. It wasn't that hard to key in with the
> programmer's panel. :-)
Thanks, can you suggest changes to the above document which would help
to clarify this?
Also, Fred van Kempen has added commands to send down the bootstrap
code if the PDP-11 has ODT. I'll add this to the server once I get the
code from Fred.
> Please don't get me wrong, I'm grateful that you wrote this and not
me.
> :-) But you did ask for feedback, and I'm sending this to the PUPS
list
> with the hope it will help anyone else with a similar situation.
Thanks Ian, yes I'm always happy for feedback. You might also try the
two Ultrix RL02 images that Bill Gunshannon also donated to the archive,
as he booted these on an 11/23 ok.
Cheers,
Warren
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id FAA00120
for pups-liszt; Thu, 22 Feb 2001 05:21:05 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Warren Toomey [mailto:wkt@henry.cs.adfa.edu.au] Thu Feb 22 04:17:27 2001
Received: from arundel.fortyfour.org (138bus2.tampabay.rr.com [24.94.138.2])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id FAA00113
for <pups(a)minnie.cs.adfa.edu.au>; Thu, 22 Feb 2001 05:21:01 +1100 (EST)
(envelope-from kwellsch(a)tampabay.rr.com)
Received: from tampabay.rr.com (localhost [127.0.0.1])
by arundel.fortyfour.org (8.11.2/8.11.2) with ESMTP id f1LIHRa07936;
Wed, 21 Feb 2001 13:17:27 -0500 (EST)
Message-ID: <3A940637.83A0591B(a)tampabay.rr.com>
Date: Wed, 21 Feb 2001 13:17:27 -0500
From: Ken Wellsch <kwellsch(a)tampabay.rr.com>
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.0.38 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: Ian King <iking(a)microsoft.com>
CC: wkt(a)cs.adfa.edu.au,
PDP-11 Unix Preservation Society <pups(a)minnie.cs.adfa.edu.au>
Subject: Re: [pups] VTServer 2.0 - Note from the Field
References: <8D25F244B8274141B5D313CA4823F39C018EEBCC(a)red-msg-06.redmond.corp.microsoft.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Ian King wrote:
>
> Further good news: it boots! I have a V6 image from Ken Wellsch
> (thanks, Ken) booting on my 11/34. Now I have lots to figure out....
> -- Ian
>
> PS: Warren, I was mailing from the Web access client, so it was probably
> HTML - sorry.
I likely come across as an arrogant SOB - I hardly deserve credit for
the image. My part was one of deciphering what came off an old 800 BPI
mag tape a decade ago and caring about preserving this bit of the past.
Folks you don't know like Ian! Allen who handed me the tape from the
Computer Graphics Lab at U of Waterloo (and the CGL folks for hanging
onto the tape in their library) to folks like Alan Bowler who kindly
pulled a raw image of the tape off on our old Honeywell system because
all our UNIX systems did not support 800 BPI on their tape drives any
more...
Those are just some of the people that preceded that image - not even
mentioning the folks that brought you V6 in the first place...
Then afterward folks like Warren for tirelessly making PUPS happen...
Cheers,
-- Ken
> From owner-pups(a)minnie.cs.adfa.edu.au Sat Feb 17 18:54 PST 2001
> X-Authentication-Warning: triangle.cs.uofs.edu: bill owned process doing -bs
> Date: Sat, 17 Feb 2001 21:43:51 -0500 (EST)
> From: Bill Gunshannon <bill(a)cs.scranton.edu>
> To: pups(a)minnie.cs.adfa.edu.au
> Subject: Re: [pups] What is a 21-21858 chip?
> MIME-Version: 1.0
>
>
> Maybe I'm just misunderstanding what is being discussed here, but
> I think the difference is that without the FP11 all you have are
> 4 simple Floating Point Instructions. FADD, FSUB, FMUL and FDIV.
> The FP11 adds a number of additional Instructions. I have never
> had a machine with the FP11 (Hmmmm, wonder if my new 11/93 has it?)
> so I don't know them off the top of my head, but my Macro-11 book
> is near at hand if anybody wants me to look it up.
You're missing something. The FADD FSUB FMUL FDIV was first used in
the 11/40 FIS (optional) floating-point instruction set. It was later
implemented as an optional chip add-on for the LSI-11 and LSI-11/2.
Single-precision only, and stack oriented.
The 11/45 Floating-point Processor had about 30 instructions and had both
single-precision and double-precision modes, and a bunch of registers.
Typical instruction mnemonics include ADDF SUBF MULF DIVF MODF and
the same with last character changed to D for Double.
The LSI-11/23 optional FP chip followed the 11/45 FPP style. The 11/73
CPU chip implemented the 11/45 FPP in microcode, and the 11/73 FPP
add-on implemented the 11/45 FPP in much faster microcode.
carl
[This is a courtesy copy of a message which was also posted to the
newsgroup(s) shown in the header.]
Looks like there may be a delay in getting Ultrix-11 to the PUPS
archives, my email to warren just bounced!! Hopefully, he will
see this at some point and get back to me. Sorry everybody.
bill
--
Bill Gunshannon | de-moc-ra-cy (di mok' ra see) n. Three wolves
bill(a)cs.scranton.edu | and a sheep voting on what's for dinner.
University of Scranton |
Scranton, Pennsylvania | #include <std.disclaimer.h>
[This is a courtesy copy of a message which was also posted to the
newsgroup(s) shown in the header.]
For what it's worth, the time has finally arrived for others to
get a chance to play with Ultrix-11 again. I have sent two RL02
images off to Warren to find their way intot he archives (if he
so desires!!) They are not without their problems, however. I
built them on a MicroPDP-11/23.
Configuration:
CPU 11/23+
Memory 3072K
2 RL02 disks
1 TS11 tape
Apparently, this means more to the Ultrix than to something likr
RT11. Using the Supnik emulator, I was unable to build a kernel
and even vi core dumps. But then, I am not really sure just what
the Supnik emulator is emulating. Could it perhaps be emulating
a UNIBUS box and the fact that I do not have support for the map
be a problem?? We'll see eventually, I'm sure.
I tried the demo version of E11 but it lacks sufficient memory
for this to do anything. No vi (just says :too big"), no sysgen
(just hangs). If anybody from Dbit is listening, I don't suppose
there's any chance you would be willing to give me copies of the
full DOS and Linux versions for educational use that I could use
to test this out??
I still haven't been able to get into the Begemot site, so I
don't know if it will work with their emulator or not.
Are there any others out there worth trying it with??
But, anyway, there you have it. Warren wil probsabyl have it up
before too long. I am willing to answer any questions I can for
people trying to get it running.
All the best.
bill
--
Bill Gunshannon | de-moc-ra-cy (di mok' ra see) n. Three wolves
bill(a)cs.scranton.edu | and a sheep voting on what's for dinner.
University of Scranton |
Scranton, Pennsylvania | #include <std.disclaimer.h>
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id DAA85108
for pups-liszt; Tue, 20 Feb 2001 03:58:18 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
Hello,
I just wanted to let you know that GNU binutils now supports PDP-11
processors and 2.11BSD binary file formats, at least to some degree.
Thanks to all the people who explained the details of the PDP-11.
More info:
http://pdp11.nocrew.org/
--
http://lars.nocrew.org/
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id DAA84978
for pups-liszt; Tue, 20 Feb 2001 03:39:23 +1100 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)