<From djenner(a)halcyon.com Thu Sep 11 16:01:12 1997
<It will be great to have everything on a CD-ROM, but that probably won't
<help a majority of users bootstrap up a system, since most won't have a
<CD-ROM or maybe even no operating system to start with. We are going to
<have to find someone(s) who is (are) willing to make up a standard
<distribution tape (9-track or otherwise) or floppies (is that
<possible?). This could really be the biggest hurdle to getting a system
<running on many machines.
The sysboot certainly can be floppy and the system can be broken down to
multiple floppy volumes for installation. I may also be possible to use a
vax to read the CDrom and cut a tape(9track or tk50) from that as well.
This of course is predicated on the cdrom.
The V6 and V7 binaries however already exist and are available, getting
one of them onto a 11/73 and written out as non-image files would help
greatly.
Allison
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id JAA10563
for pups-liszt; Fri, 12 Sep 1997 09:13:48 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
>From Warren Toomey <wkt(a)henry.cs.adfa.oz.au> Fri Sep 12 09:13:31 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id JAA10558
for <pups(a)minnie.cs.adfa.oz.au>; Fri, 12 Sep 1997 09:13:43 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id JAA08771; Fri, 12 Sep 1997 09:13:31 +1000 (EST)
From: Warren Toomey <wkt(a)henry.cs.adfa.oz.au>
Message-Id: <199709112313.JAA08771(a)henry.cs.adfa.oz.au>
Subject: Re: Old PDP-11 UNIX Paper Docs?
To: pnt103(a)ugrad.cs.york.ac.uk
Date: Fri, 12 Sep 1997 09:13:31 +1000 (EST)
Cc: pups(a)minnie.cs.adfa.oz.au (PDP Unix Preservation)
In-Reply-To: <swordfish.873966148(a)ugrad.cs.york.ac.uk> from "pnt103(a)ugrad.cs.york.ac.uk" at "Sep 11, 97 09:21:25 am"
Reply-To: wkt(a)cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.oz.au
Precedence: bulk
In article by pnt103(a)ugrad.cs.york.ac.uk:
> Warren wrote:
> > I've got some AUUG newsletters ... One of them mentions
> > a `Heriot-Watt stripped down 7th Edition',
>
> If this is the version I have, which not only came from HWU, but is
> running on one of their old machines, it's fairly standard. It was
> build for a 'small machine', meaning one without separate I&D space,
> such as an 11/34 (mine's on an 11/23 with 128KW and RL02s). There
> are some extra drivers to support RX02s and stuff, but I think these
> are just well-known additions from sources such as Boston. There's a
> makefile to configure and build for a small machine.
>
> It's missing some of the larger pieces of software, such as troff (nroff
> is there, and the troff source AFAIR) and Fortran, and the tty driver is
> modified (bigger!), but most other things seem to be 'normal'.
>
> I have the source on 800bpi magtape (pity my drive is only 1600bpi) and
> also most of it on RL02, though the RL02s are a bit disorganised.
>
> Pete
Anybody in the UK able to read Pete's tape? Pete, can you kermit the files
off those RL02s?
Warren
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id JAA10611
for pups-liszt; Fri, 12 Sep 1997 09:31:15 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
>From Warren Toomey <wkt(a)henry.cs.adfa.oz.au> Fri Sep 12 09:31:22 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id JAA10606
for <pups(a)minnie.cs.adfa.oz.au>; Fri, 12 Sep 1997 09:31:12 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id JAA09209 for pups(a)minnie.cs.adfa.oz.au; Fri, 12 Sep 1997 09:31:22 +1000 (EST)
From: Warren Toomey <wkt(a)henry.cs.adfa.oz.au>
Message-Id: <199709112331.JAA09209(a)henry.cs.adfa.oz.au>
Subject: Bootstrap Idea
To: pups(a)minnie.cs.adfa.oz.au (PDP Unix Preservation)
Date: Fri, 12 Sep 1997 09:31:22 +1000 (EST)
Reply-To: wkt(a)cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.oz.au
Precedence: bulk
All,
I had an idea about bootstrapping images into PDP-11s, please shoot
it down! Ok, I don't know much about the -11 hardware, how hard would it
be to bootstrap as follows:
hand-toggle in a small bit of code, which
sucks in a bigger bootstrap over a serial line, which
then can pull in a disk image over the serial line & write to disk
Flaws: need different bootstraps for different disks
need different bootstraps for different serial hardware
how to deal with bad blocks?
very slooow
Other problems: 5th, 6th Edition came as RK05 images. We could probably
build images for different drives.
7th Edition did a mkfs during installation, but I don't know if
bad blocks were ever dealt with.
Anyway, this solution would allow a simple program + disk images to be
put on your nearby PC running Linux/whatever, so no tapes or tape drives
would be required.
I've used this method on another hardware platform to move disk images
in/out. It is slow, but it works.
Warren
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id LAA00163
for pups-liszt; Fri, 12 Sep 1997 11:39:17 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
Warren,
<assuming I [ have RT-11/ RSX / no operating system ] on the PDP-11 already
This is the tough part as PDP-11s run a wide variety of OSs. If you have
RT-11 (most common) you likely ok. But even then it can influence you
choice of devices. IE: RTv4 knows nothing of TK50 and RQDXn controllers
and v5.1 does. This is true for RSTS and RSX too.
The other is how to get it onto the required media. CDrom is largely PC
hardware. If the disk is readable using dos/linux it's fairly easy, though
the right supplied utility can help if not. PCs with the right hardware and
software can create RX50 and RX33 media, TU58 has been done, RX01 with more
effort. SCSI disk are not common on PDP-11s so that is a low yeild path
though they also can be done. The PDP-11 world peripheral wise divides
across what bus you have Q or U and that influences what peripherals you
likely to have.
The how of taking one of those binaries and moving to the PDP-11 has eluded
me for a while. I have been told it is not possible as they are image files
and if you copy an image of an RL02 to an RL02 you better have then same or
fewer bad blocks as the image may land on one making it useless.
I have been going through some of these gyrations with netBSD for the VAX
and they have set of problem that would be common to PDP-11. Check out
their FAQs on this for hints and solutions.
Allison
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id CAA09350
for pups-liszt; Fri, 12 Sep 1997 02:09:25 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
>From "David C. Jenner" <djenner(a)halcyon.com> Fri Sep 12 02:01:12 1997
Received: from mail1.halcyon.com (mail1.halcyon.com [206.63.63.40])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id CAA09345
for <pups(a)minnie.cs.adfa.oz.au>; Fri, 12 Sep 1997 02:09:19 +1000 (EST)
Received: from halcyon.com (blv-lx102-ip30.nwnexus.net [206.63.41.30])
by mail1.halcyon.com (8.8.5/8.8.5) with ESMTP id JAA24800;
Thu, 11 Sep 1997 09:09:00 -0700 (PDT)
Message-ID: <341815C8.39585882(a)halcyon.com>
Date: Thu, 11 Sep 1997 09:01:12 -0700
From: "David C. Jenner" <djenner(a)halcyon.com>
Reply-To: djenner(a)halcyon.com
X-Mailer: Mozilla 4.02 [en] (Win95; I)
MIME-Version: 1.0
To: Warren Toomey <wkt(a)cs.adfa.oz.au>
CC: Allison J Parent <allisonp(a)world.std.com>, pups(a)minnie.cs.adfa.oz.au
Subject: Re: UNIX for PDP-11: moving on to media
References: <199709110449.OAA17004(a)henry.cs.adfa.oz.au>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.oz.au
Precedence: bulk
Warren,
I think you are exactly correct when you say these are the first two
eminent, and imminent questions about PDP-11 Unix. They have frequently
occurred to me as I drool in anticipation over the possibility of
running 2.11BSD on an 11/73!
Maybe you or a 2.11BSD expert (Steve Schultz?) could find the "release
notes" for 2.11BSD and post them, if that's legal now. That would
answer a lot of questions about how to configure a machine or whether a
particular machine could handle it. Maybe the release notes from two or
three different versions could cover a great majority of potential
users; your survey might answer that.
It will be great to have everything on a CD-ROM, but that probably won't
help a majority of users bootstrap up a system, since most won't have a
CD-ROM or maybe even no operating system to start with. We are going to
have to find someone(s) who is (are) willing to make up a standard
distribution tape (9-track or otherwise) or floppies (is that
possible?). This could really be the biggest hurdle to getting a system
running on many machines.
Dave
Warren Toomey wrote:
>
> In article by Allison J Parent:
> >
> > <See the petition hyperlinked on http://minnie.cs.adfa.oz.au/PUPS/
> >
> > I've done the petition.
> >
> > <Hopefully (soon) you will be able to buy one from SCO for about US$100.
> > <You can get the binaries for v6 and v7, see Bob Supnik's PDP-11 emulator
> > <on the same web page.
> >
> > I also know of the binaries for v6 and v7 at several sites for emulator use.
> >
> > What is unclear is how to get those binaries onto a real PDP-11 such as my
> > 11/73 and if the devices I have are even supported.
>
> Sorry for the misunderstanding Allison!
>
> Actually, that's a very good question. As I'm not a hardware person, I'll
> pass this over to the other PUPS mailing list members. If/when SCO start
> selling licenses & we make CD-ROMs or FTP sites available, this question
> is going to come up an awful lot:
>
> Question 1
> ----------
>
> How do I get a Unix distribution onto:
>
> - a tape, because I have a tape drive
>
> - a disk drive, as I don't have a tape drive
>
> assuming I [ have RT-11/ RSX / no operating system ] on the PDP-11 already.
>
> Question 2
> ----------
>
> I have [ this particular CPU and this list of other peripherals ].
> What version(s) of Unix can I run on this PDP-11?
>
> Can anybody help out with answers to Question 1? Bits & pieces of Question 2
> are answered on the PUPS web pages, but they need expanding.
>
> Thanks in advance for any information, and any programs (boot code etc)
> that I can add in to the PUPS archive!!
>
> Warren
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id EAA09835
for pups-liszt; Fri, 12 Sep 1997 04:43:59 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
Mahlzeit
According to Warren Toomey:
> Question 1
> ----------
>
> How do I get a Unix distribution onto:
>
> - a tape, because I have a tape drive
>
> - a disk drive, as I don't have a tape drive
>
> assuming I [ have RT-11/ RSX / no operating system ] on the PDP-11 already.
For my 11/34A with 2 RL01 I made with an emulator a bootable V7-RL01-diskimage.
I downloaded it under RT-11 with KSERVE from John Wilson (dunno where I
ftped it) over a serial line onto the second disk. It took some hours,
but it worked.
Mahlzeit
endergone Zwiebeltuete
--
insanity inside
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id DAA06433
for pups-liszt; Sun, 14 Sep 1997 03:26:28 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
All,
While I'm thinking of it, does anybody have any old Usenix, EUUG,
AUUG etc. newsletters, papers, conference proceedings? Some of these have
details about fitting various UNIX flavours onto various PDP-11s, plus other
useful information. Anyone care to scan stuff in?
I've got some AUUG newsletters dating from 1980 onwards. One of them mentions
a `Heriot-Watt stripped down 7th Edition', which looks like it comes from
Heriot-Watt University in Edinburgh, UK. Does anybody have any knowledge of
this version of 7th Edition?
Warren
<See the petition hyperlinked on http://minnie.cs.adfa.oz.au/PUPS/
I've done the petition.
<Hopefully (soon) you will be able to buy one from SCO for about US$100.
<You can get the binaries for v6 and v7, see Bob Supnik's PDP-11 emulator
<on the same web page.
I also know of the binaries for v6 and v7 at several sites for emulator use.
What is unclear is how to get those binaries onto a real PDP-11 such as my
11/73 and if the devices I have are even supported.
Allison
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id OAA03092
for pups-liszt; Thu, 11 Sep 1997 14:49:56 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
>From Warren Toomey <wkt(a)henry.cs.adfa.oz.au> Thu Sep 11 14:49:53 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id OAA03087
for <pups(a)minnie.cs.adfa.oz.au>; Thu, 11 Sep 1997 14:49:52 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id OAA17004; Thu, 11 Sep 1997 14:49:53 +1000 (EST)
From: Warren Toomey <wkt(a)henry.cs.adfa.oz.au>
Message-Id: <199709110449.OAA17004(a)henry.cs.adfa.oz.au>
Subject: Re: UNIX for PDP-11: moving on to media
To: allisonp(a)world.std.com (Allison J Parent)
Date: Thu, 11 Sep 1997 14:49:53 +1000 (EST)
Cc: pups(a)minnie.cs.adfa.oz.au
In-Reply-To: <199709110441.AA09464(a)world.std.com> from Allison J Parent at "Sep 11, 97 00:41:08 am"
Reply-To: wkt(a)cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.oz.au
Precedence: bulk
In article by Allison J Parent:
>
> <See the petition hyperlinked on http://minnie.cs.adfa.oz.au/PUPS/
>
> I've done the petition.
>
> <Hopefully (soon) you will be able to buy one from SCO for about US$100.
> <You can get the binaries for v6 and v7, see Bob Supnik's PDP-11 emulator
> <on the same web page.
>
> I also know of the binaries for v6 and v7 at several sites for emulator use.
>
> What is unclear is how to get those binaries onto a real PDP-11 such as my
> 11/73 and if the devices I have are even supported.
Sorry for the misunderstanding Allison!
Actually, that's a very good question. As I'm not a hardware person, I'll
pass this over to the other PUPS mailing list members. If/when SCO start
selling licenses & we make CD-ROMs or FTP sites available, this question
is going to come up an awful lot:
Question 1
----------
How do I get a Unix distribution onto:
- a tape, because I have a tape drive
- a disk drive, as I don't have a tape drive
assuming I [ have RT-11/ RSX / no operating system ] on the PDP-11 already.
Question 2
----------
I have [ this particular CPU and this list of other peripherals ].
What version(s) of Unix can I run on this PDP-11?
Can anybody help out with answers to Question 1? Bits & pieces of Question 2
are answered on the PUPS web pages, but they need expanding.
Thanks in advance for any information, and any programs (boot code etc)
that I can add in to the PUPS archive!!
Warren
Hello,
Curiousity, How does one get a license for a PDP-11 version of unix these
days? I've had an 11/73 I've been itching to run unix on.
Allison
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id OAA03054
for pups-liszt; Thu, 11 Sep 1997 14:41:19 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
[Robert has got a copy of System II for PDP-11 on tapes]
> If I had a way to copy the tapes, I would have no problem and i'm not
> even sure what is exactly on the tapes or if they are still good as I've
> never really used them as the Unix III was already loaded on disks when I
> got them PDP-11/34 from Bell Labs.
>
> (The sytem was used here in Bell Labs here in Indianapolis, IN to help
> develope the first speech recognition system and I still have most of
> the software "somehwere" on RL01/02 packs, so I'm kinda attached to the
> tapes.)
>
> And, I have a gentleman here that is going to come pick up all my PDP
> stuff in the next month or so for a computer museum he is putting together.
>
> So, if you can copy the tapes, I might be talked in to releasing the
> tapes to you for copying for a good cause.
Robert, I forgot to cc my reply to the others on the PUPS mailing list.
Would anybody in the US be able to look at Robert's tapes to see if we
can recover System III? John Holden just donated System V to the PUPS
archive, so System III would also be a good addition.
Please email to Robert & the mailing list if you are willing to look at
the tapes.
Thanks in advance,
Warren
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id NAA02864
for pups-liszt; Thu, 11 Sep 1997 13:14:17 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
I've set up a searchable archive of the mail from the PDP-11 Unix
mailing list, at
http://minnie.cs.adfa.oz.au/cgi-bin/pups.cgi
Let me know of any problems with it. Updates to the archive will be done
manually until I iron out some script bugs!
Warren
Warren wrote:
: If you don't have RK05 or RL02s, someone should be able to build
: a suitable disk image for you. I think you'll need to go 6th Edition
: as you have a /23.
7th Edition runs fine on an 11/23 or 11/34, providing you build the
'small machine' version. I've had 7th on my 11/23 with 256K and 2xRL02 for
years.
Pete
>From Kevin Wright <Kevin.Wright(a)VITREX.com> Tue Sep 2 11:25:46 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id LAA20651
for <oldunix(a)minnie.cs.adfa.oz.au>; Tue, 2 Sep 1997 11:51:29 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id LAA06214 for oldunix(a)minnie.cs.adfa.oz.au; Tue, 2 Sep 1997 11:51:59 +1000 (EST)
Received: from ntmain.vitrex.com (nt-main.vitrex.com [206.81.142.97]) by henry.cs.adfa.oz.au (8.7.5/8.7.3) with ESMTP id LAA06092 for <wkt(a)henry.cs.adfa.oz.au>; Tue, 2 Sep 1997 11:36:01 +1000 (EST)
Received: by nt-main.vitrex.com with Internet Mail Service (5.0.1457.3)
id <Q678J82F>; Mon, 1 Sep 1997 19:25:49 -0600
Message-ID: <B0620B9317B0D0119D3C0060976CE96418BB(a)nt-main.vitrex.com>
From: Kevin Wright <Kevin.Wright(a)VITREX.com>
To: "'wkt(a)henry.cs.adfa.oz.au'" <wkt(a)henry.cs.adfa.oz.au>
Subject: PDP-11 hardware liquidation
Date: Mon, 1 Sep 1997 19:25:46 -0600
X-Priority: 3
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.0.1457.3)
Content-Type: text/plain;
charset="iso-8859-1"
Sender: wkt(a)henry.cs.adfa.oz.au
1-SEP-97
As owner of a PDP-11/23+ system, I know how difficult it can be to find
hardware for older PDP-11's.
I'd like to inform you that I've found a terrific source in Utah for
used DEC hardware including PDP-11 related items. This person has a
2400 sq ft warehouse (about 3 semi truck loads) quite literally brimming
with computer hardware which has been collected and stored over the past
10 years. He is currently in the process of liquidating it at very,
very low prices. Tons of miscellaneous computer equipment is available,
much of which was manufactured by DEC. It would be impossible to list
even a fraction of what he has available, but he has told me that his
inventory includes approximately 1000 Q-Bus and Unibus boards, plus
peripheral devices such as disk and tape drives. I've not been to the
warehouse in person yet , but I will be visiting the site in about 2
weeks time from now.
If interested, you should be aware that he is in the process of getting
rid of EVERYTHING! It sounds like it will all be gone in the next 3 to
4 weeks.
Opportunities like this very seldom come along, so please contact me via
email if you are interested in finding out more. I'll be happy to
forward to you, any needed information that I can.
Please feel free to forward this notice to anyone you think might be
interested.
Received: (from major@localhost)
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id QAA24452
for pups-liszt; Wed, 3 Sep 1997 16:22:33 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups(a)minnie.cs.adfa.oz.au using -f
>From Warren Toomey <wkt(a)henry.cs.adfa.oz.au> Wed Sep 3 16:23:06 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id QAA24447
for <pups(a)minnie.cs.adfa.oz.au>; Wed, 3 Sep 1997 16:22:29 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id QAA07853; Wed, 3 Sep 1997 16:23:06 +1000 (EST)
From: Warren Toomey <wkt(a)henry.cs.adfa.oz.au>
Message-Id: <199709030623.QAA07853(a)henry.cs.adfa.oz.au>
Subject: PUPS Mailing List - Now Majordomo
To: pups(a)minnie.cs.adfa.oz.au
Date: Wed, 3 Sep 1997 16:23:06 +1000 (EST)
Cc: wkt(a)henry.cs.adfa.oz.au (Warren Toomey)
Reply-To: wkt(a)cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.oz.au
Precedence: bulk
All,
I've just moved the PUPS (old PDP-11 Unix) mailing list over
to run under MajorDomo. I'm still learning MajorDomo, so there might be
some teething troubles.
The new list is called:
pups(a)minnie.cs.adfa.oz.au
Can you update any aliases that point to this list. I will keep the original
/etc/aliases mailing list oldunix(a)cs.adfa.oz.au around for a while
until I'm sure the new one works fine.
As with MajorDomo, you can send messages to get off the mailing list.
Please let me know of any problems.
Updates: SCO Petition, CD-R writers etc.
----------------------------------------
Ok, we're still chatting with SCO. I got a summary of internal mail which
shows that there are 2 sides in SCO, those who think it's a good idea (PR-wise
at least) and those who can't see the point & who think it's a can of worms.
I feel that the people on our side are winning. I've been trying to explain
the history of some of the UNIX flavours to their legal eagle, who must know
recent history only. I think we can iron things out.
Several people from Europe & the US said that they had access to a CD-R
writer, & could write CDs, if that became the distribution method for
passing on the PUPS archive.
I will probably go buy a new X-Gig disk to give the archive a proper FTP
home. I've come up with a new archive layout & will pass it on to you all
for comments. Anyway, it looks like progress is being made & we should be
able to buy personal UNIX licenses soon :-).
More updates to the list as things happen. Thanks for your suport!!
Warren wkt(a)cs.adfa.oz.au
In article by Mark D. Roth:
> Warren,
>
> I have a PDP-11/03-L at home that I rescued from Bell+Howell Corp and
> know next to nothing about. I'm looking for any info I might be able
> to find on how to get this machine running, as well as any info I
> might find about getting a Unix implementation for it.
I don't think you'll get Unix running on an /03, I just searched thru the
paper archives here and I've seen references to /23's, /34's, 40's on up,
but not for /03's. I'd suspect that the /03 doesn't have the memory management
(nor the memory) to get Unix running.
> I saw reference to a mailing list on the webpage, but no information
> on how to join. What can you tell me?
Mark, I'll add you to the list, and bounce this there as well; someone
with more knowledge of -11 hardware should be able to set us both straight
with regards to 11/03's.
Cheers,
Warren
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Mon Aug 11 13:53:16 1997
Received: from moe.2bsd.com (0(a)MOE.2BSD.COM [206.139.202.200])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id NAA16892
for <oldunix(a)minnie.cs.adfa.oz.au>; Mon, 11 Aug 1997 13:53:33 +1000 (EST)
Received: (from sms@localhost)
by moe.2bsd.com (8.8.5/8.8.5) id UAA21891;
Sun, 10 Aug 1997 20:53:16 -0700 (PDT)
Date: Sun, 10 Aug 1997 20:53:16 -0700 (PDT)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <199708110353.UAA21891(a)moe.2bsd.com>
To: roth(a)uiuc.edu, wkt(a)henry.cs.adfa.oz.au
Subject: Re: PUPS
Cc: oldunix(a)minnie.cs.adfa.oz.au
Warren, Mark -
> In article by Mark D. Roth:
> > I have a PDP-11/03-L at home that I rescued from Bell+Howell Corp and
> > know next to nothing about. I'm looking for any info I might be able
>
> I don't think you'll get Unix running on an /03, I just searched thru the
Quite correct.
> paper archives here and I've seen references to /23's, /34's, 40's on up,
> but not for /03's. I'd suspect that the /03 doesn't have the memory management
> (nor the memory) to get Unix running.
Warren - you're absolutely right. The 11/03 has a maximum memory
(most were not fully populated) of 56kbytes and _no_ memory
management. Any Unix (since the initial one on the PDP-7) requires
at least two memory management states: kernel and user. Much later
versions can take advantage of the 3rd mode (supervisor).
Smallest machine I ever ran Unix on was an 11/23 (the development
was done on a 11/70 because various programs were too large to run
on a non split I/D machine such as the 11/23) and it was, shall we
say, "interesting". Just enough memory (max of 248kb) to run one or
two user processes at a time (we had a rather large kernel and some
homebrew communications drivers) - you could get logged in and then
each time you typed a command the shell would get swapped out to run
your command ;).
> Mark, I'll add you to the list, and bounce this there as well; someone
> with more knowledge of -11 hardware should be able to set us both straight
> with regards to 11/03's.
You got it right - nothing to set straight.
Steven Schultz
>From George Coulouris <George.Coulouris(a)dcs.qmw.ac.uk> Fri Aug 22 01:49:53 1997
Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id BAA15526
for <oldunix(a)minnie.cs.adfa.oz.au>; Fri, 22 Aug 1997 01:51:15 +1000 (EST)
Received: from dialup-port4.dcs.qmw.ac.uk [138.37.88.234];
by hotpoint.dcs.qmw.ac.uk (8.8.6/8.8.5/S-4.0) with ESMTP;
id QAA14257; Thu, 21 Aug 1997 16:50:53 +0100 (BST)
X-Sender: george(a)mailhost.dcs.qmw.ac.uk
Message-Id: <l0311070db0221139bb07(a)[138.37.88.234]>
In-Reply-To: <9708070839.AA04553(a)descartes.numerik.math.uni-siegen.de>
References: <199708062322.JAA03135(a)henry.cs.adfa.oz.au> from "Warren
Toomey" at Aug 7, 97 09:22:07 am
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Thu, 21 Aug 1997 16:49:53 +0100
To: Michael Engel <engel(a)numerik.math.uni-siegen.de>
From: George Coulouris <George.Coulouris(a)dcs.qmw.ac.uk>
Subject: Re: George's PDP Tape in UK
Cc: Tim Bradshaw <tfb(a)aiai.ed.ac.uk>, wkt(a)henry.cs.adfa.oz.au (Warren Toomey),
oldunix(a)minnie.cs.adfa.oz.au
Dear Michael,
Many thanks for your offer. Sorry for the delay in replying. If you are
still willing I would like to take up your offer. If you will mail me your
physical mail address, I'll send you the tape. As far as I can remember the
tape is a UNIX tar archive, that should be readable on the VMS machine and
you could give the files back to me by ftp.
(I'm taking up your offer rather than Tim Bradshaw's because you seem to
have had more recent success with reading old tapes.
Thanks again,
George
At 9:39 am +0100 7/8/97, Michael Engel wrote:
* >
* We have a TU81+ 9 track tape connected to a VMS Alpha here. So, if you send
* me the tape, I will try to read it. Worked perfectly some months ago for a
* 10 yr. old tape from a DECsystem 10 ...
*
At 3:22 pm +0100 7/8/97, Tim Bradshaw wrote:
*
* We have old-tape-reading-technology, so we could give it a try. No
* promises at all though (I have to turn the drive back on &c, and it's
* not altogether clear that it will work, though it did last time I
* tried it), asnd it will take me ages to get around to it, being very
* inefficient...
------------------------------------------------------------------------------
George F. Coulouris | Computer Science Dept
Professor of Computer Systems | QMW, University of London
WWW: http://www.dcs.qmw.ac.uk/~george | Mile End Road
Phone: +44 171 975 5201 (direct line) | London E1 4NS
Fax: +44 181 980 6533 | United Kingdom
Home phone: +44 171 485 5896 |
pager: 01426 183113 |
>From Warren Toomey <wkt(a)henry.cs.adfa.oz.au> Wed Aug 27 10:45:58 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id KAA01510
for <oldunix(a)minnie.cs.adfa.oz.au>; Wed, 27 Aug 1997 10:45:29 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id KAA03801 for oldunix(a)minnie.cs.adfa.oz.au; Wed, 27 Aug 1997 10:45:58 +1000 (EST)
From: Warren Toomey <wkt(a)henry.cs.adfa.oz.au>
Message-Id: <199708270045.KAA03801(a)henry.cs.adfa.oz.au>
Subject: Latest PDP-11 UNIX email from SCO
To: oldunix(a)minnie.cs.adfa.oz.au (PDP Unix Preservation)
Date: Wed, 27 Aug 1997 10:45:58 +1000 (EST)
Reply-To: wkt(a)cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
All,
Here is the latest email from SCO with regards to PDP-11 UNIX
source licenses. I'll add one comment at the bottom.
Please treat this as YOUR EYES ONLY. I haven't got permission from Dion
to forward this on (yet), but I think that more pairs of eyes than just
mine need to have a look at it for any problems.
----- Forwarded message from Dion -----
From: Dion <dionj(a)sco.COM>
X-Mailer: SCO OpenServer Mail Release 5.0
To: wkt(a)cs.adfa.oz.au
Subject: Re: Touching Base!
Date: Tue, 26 Aug 97 12:45:07 PDT
Warren,
Good progress. We have some positive consensus developing.
Here is the proposed license terms (roughly, not fully legalized
yet). Please let me know if you see any problems with this
proposal:
Here are the terms that I think make sense:
---------------------------------------------------------------------------
License terms:
* the license covers the entire distributions (source code, binaries and
documentation) of the following versions of UNIX:
o 1st, 2nd, 3rd, 4th, 5th, 6th and 7th Edition UNIX
o 32V UNIX
o PWB/UNIX
o those portions of all 2BSD releases which are derived from UNIX
source code
* licensees have these rights wrt the binaries and source code of the above
versions of UNIX:
use
store
reproduce
edit
adapt
enchance
improve
otherwise modify
transmit electronically
repackage
* These rights are licensed to noncommercial users. The source may
not be sold nor used to develop commercial versions of UNIX.
* licensees have the right to install UNIX binaries on PDP-11 hardware and
PDP-11 emulating software
* licensees have the right to allow noncommercial use the UNIX binaries on
systems for which the product is licensed.
(Note that the latter is already permitted, given SCO's binary license
agreement for 5th, 6th and 7th Edition UNIX. We would also be happy with the
following conditions imposed in the source code and binary license for
PDP-11 UNIXes)
* license is not transferable.
* source code covered by the license cannot be distributed or disclosed
to people not covered by the license. The licensees are permitted to
collaborate on modifications and mutually share their modifications.
* SCO is not required to provide copies of any source code, binaries or
documentation with the source code and binary license for PDP-11 UNIXes
License Fee: SCO charges a one-time license fee of $100 per licensee,
for a site license for one organization.
We may, at some future time, provide source distributions (if/when
we can find the sources), but this is not committed. We know that
the licensees have, between them, most of the needed sources.
----- End of forwarded message from Dion -----
My comment. The only thing I want to change is:
* licensees have the right to install UNIX binaries on PDP-11 hardware
and PDP-11 emulating software
becomes
* licensees have the right to install UNIX software on PDP-11 hardware
and PDP-11 emulating software
This allows us to install source so as to modify it or to rebuild kernels etc.
I briefly raised the issue of source distribution (SCO or me? FTP or CD-ROM?),
but I suggested that we leave it until the licenses go on sale.
Please email your comments on this to the mailing list
(oldunix(a)minnie.cs.adfa.oz.au)
Thanks,
Warren wkt(a)cs.adfa.oz.au
>From Warren Toomey <wkt(a)henry.cs.adfa.oz.au> Wed Aug 27 15:51:20 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id PAA02507
for <oldunix(a)minnie.cs.adfa.oz.au>; Wed, 27 Aug 1997 15:52:56 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id PAA00316; Wed, 27 Aug 1997 15:51:21 +1000 (EST)
From: Warren Toomey <wkt(a)henry.cs.adfa.oz.au>
Message-Id: <199708270551.PAA00316(a)henry.cs.adfa.oz.au>
Subject: Re: Latest PDP-11 UNIX email from SCO
To: sms(a)moe.2bsd.com (Steven M. Schultz)
Date: Wed, 27 Aug 1997 15:51:20 +1000 (EST)
Cc: oldunix(a)minnie.cs.adfa.oz.au (PDP Unix Preservation)
In-Reply-To: <199708270539.WAA16297(a)moe.2bsd.com> from "Steven M. Schultz" at "Aug 26, 97 10:39:11 pm"
Reply-To: wkt(a)cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
In article by Steven M. Schultz:
> It looks to me that SCO has granted "us" every single thing we were
> asking for.
I've thought of a few more changes:
In the wording from SCO, the status of `documentation' is unclear. The
following should clear this up:
+ use the term software == `source, binaries and documentation' in many
places where this is appropriate.
+ use the term `source' only where they want to restrict to licensees.
+ also, don't disclose `source' to people not covered by the SCO license
or by existing UNIX software licenses from Western Electric and AT&T.
Comments anybody?
Warren
>From Warren Toomey <wkt(a)henry.cs.adfa.oz.au> Fri Aug 29 11:43:09 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id LAA08783
for <oldunix(a)minnie.cs.adfa.oz.au>; Fri, 29 Aug 1997 11:44:23 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id LAA03340; Fri, 29 Aug 1997 11:43:09 +1000 (EST)
From: Warren Toomey <wkt(a)henry.cs.adfa.oz.au>
Message-Id: <199708290143.LAA03340(a)henry.cs.adfa.oz.au>
Subject: Re: Latest PDP-11 UNIX email from SCO
To: mcjones(a)pa.dec.com
Date: Fri, 29 Aug 1997 11:43:09 +1000 (EST)
Cc: oldunix(a)minnie.cs.adfa.oz.au (PDP Unix Preservation)
In-Reply-To: <9708281506.AA29078(a)numbat05-an2.pa.dec.com> from "mcjones(a)pa.dec.com" at "Aug 28, 97 08:06:23 am"
Reply-To: wkt(a)cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
In article by mcjones(a)pa.dec.com:
>
> > Maybe someone else can volunteer, if I organise the contents :-)
>
> There's one here at my workplace. I don't know how to use it myself.
> I could probably get some help in burning one or two, but I don't
> think it would be appropriate to burn dozens or hundreds. How many
> licensees do you anticipate?
There's 300 signatures on the petition. I'd hope that 1/2 of those
will buy licenses, and probably most would like the stuff in easy-to-use
form.
I know that Steven Schultz has access to a writer too (hint hint!).
I will probably buy another hard disk here for the PDP archive, and give
access to license holders.
I'd like to get users to suggest layout changes & what should be exploded
etc. so that we can burn a 650M CD image directly from the archive.
Currently, the archive is sitting at 250M, so there's room to explode
many of the distributions stored there.
We also need to sit down and catalogue this stuff so that it's not
just a collection of random tapes. I'm slowly doing this & have done
the most important stuff, see the Tapes/DETAILS file if you ftp in.
But more work needs to be done.
So hopefully, we can pass the archive (as a Rock Ridge image) to a few
volunteers to burn CD-R copies. Anybody in Europe who would volunteer?
Just an idea!
Warren
>From Warren Toomey <wkt(a)henry.cs.adfa.oz.au> Sun Aug 31 12:41:29 1997
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id MAA15039
for <oldunix(a)minnie.cs.adfa.oz.au>; Sun, 31 Aug 1997 12:42:48 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id MAA04803; Sun, 31 Aug 1997 12:41:29 +1000 (EST)
From: Warren Toomey <wkt(a)henry.cs.adfa.oz.au>
Message-Id: <199708310241.MAA04803(a)henry.cs.adfa.oz.au>
Subject: Re: PDP-11 Unix CD-ROM archive burn
To: Kevin.Wright(a)VITREX.com (Kevin Wright)
Date: Sun, 31 Aug 1997 12:41:29 +1000 (EST)
Cc: oldunix(a)minnie.cs.adfa.oz.au (PDP Unix Preservation)
In-Reply-To: <B0620B9317B0D0119D3C0060976CE96418B8(a)nt-main.vitrex.com> from Kevin Wright at "Aug 29, 97 09:24:27 am"
Reply-To: wkt(a)cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
In article by Kevin Wright:
> I could very possibly volunteer to do one. I have access to my
> companies cdrom burner.
>
> Subject change:
> I own a PDP-11/23+ for which I'm constantly searching the Internet for
> RT-11 and TSX+ documentation and software, as well as any other OS's
> such as Unix. Do you have any such software/documentation in your
> archive of which you would be willing to allow me a copy?
Kevin, until you can buy a license from SCO (soon I hope), all I can
offer are the binaries for 6th & 7th Edition. If you have an RK05 or RL02,
then you can get disk images as part of Bob Supnik's PDP-11 emulator,
at ftp://minnie.cs.adfa.oz.au/pub/PDP-11-sims/Supnik_2.3
(or a similar URL, I'm typing from memory).
If you don't have RK05 or RL02s, someone should be able to build
a suitable disk image for you. I think you'll need to go 6th Edition
as you have a /23.
Warren