I've assembled some notes from old manuals and other sources
on the formats used for on-disk file systems through the
Seventh Edition:
http://www.cita.utoronto.ca/~norman/old-unix/old-fs.html
Additional notes, comments on style, and whatnot are welcome.
(It may be sensible to send anything in the last two categories
directly to me, rather than to the whole list.)
In article by Robertdkeys(a)aol.com:
> Warren... is there a non-broken 4.3BSD-Tahoe set somewhere?
> Bob
As in a bootable 4.3BSD-Tahoe kit? As far as I know, no. The Unix Archive
has a broken copy in 4BSD/Distributions/4.3BSD-Tahoe, indicating that
both usr.tar and src.tar are broken.
It might/should be possible to merge files from the CRSG CD set from Kirk
to recreate these tar files.
Anybody out there have an unbroken Tahoe release?
Warren
In article by Max Burnet:
> From: Bob Supnik <bsupnik(a)earthlink.net>
> To: Max Burnet <mburnet(a)bigpond.net.au>
> > I've just finished resurrecting Richard Miller's Wollongong port of UNIX
> V6
> > to the Interdata 7/32 (1976-77) - the first UNIX port in history. I hope
> > to release a kit over the weekend.
> >
> > If you have Warren Toomey's mail address, over at PUPS, will you please
> > forward this on to him as well?
> >
> > All the best to you and yours,
> >
> > /Bob
Congratulations Bob!!
Warren
I am trying to put 2.11 on one of my 11/44's. I picked up the RL02/RK
images from the archive. I put the RL02 images on real RL02's (Yes,
some of us still have and use them!! :-) My intent was to boot this
and then use it to build a system on a bigger disk and then go on from
there.
Here's my configuration:
11/44 CPU
CIS
EIS
FP11
4M memory (actually 3840KB)
MMU
3 RL02 disks
A CDU/720-TM SCSI Controller with 4 MAXTOR 340M disks and a QIC tape
Now the problem.
The system boots fine. And it will mount /dev/rl1a. But it won't mount
/dev/rl2a. I get "/dev/rl2a on /vol2: No such device or address".
I get the same error when I try to do a disklabel. What's more, I also
get this same error when I try to access any of the RA devices. I am
using the GENERIC Kernel which I assume has all the devices in it.
Anybody have any suggestions??
Of course, if I find that the SCSI Controller isn't going to work
I have another controller and a FUJI Eagle I could use too. But I
am certain I will need to get all three RL's working in order to
have enough of a system to do this.
Thanks in advance,
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>
Hi -
> From: Bill Gunshannon <bill(a)cs.scranton.edu>
>
> I am trying to put 2.11 on one of my 11/44's. I picked up the RL02/RK
> images from the archive. I put the RL02 images on real RL02's (Yes,
> some of us still have and use them!! :-) My intent was to boot this
RL drives were reliable (compared to RA81 and RK06/7 drives) if not
exactly spacious ;)
> 3 RL02 disks
> A CDU/720-TM SCSI Controller with 4 MAXTOR 340M disks and a QIC tape
>
> Now the problem.
> The system boots fine. And it will mount /dev/rl1a. But it won't mount
> /dev/rl2a. I get "/dev/rl2a on /vol2: No such device or address".
What rev of the kernel do you have? First line in /VERSION should
have the magic number.
> I get the same error when I try to do a disklabel. What's more, I also
> get this same error when I try to access any of the RA devices. I am
> using the GENERIC Kernel which I assume has all the devices in it.
>
> Anybody have any suggestions??
What I think is happening is that the system is only configured for
2 RL drives - the change from 2 to 4 happened quite late (patch #439
I think).
The RA problem sounds like the MSCP driver either isn't in the
kernel or wasn't probed/attached at boot time. You can see if
MSCP support's present with something like 'nm -g /unix | grep _raintr"
and seeing if you "040364 T _raintr" for the interrupt handler. If
you do get that then check /etc/dtab for a line like:
ra ? 172150 0 5 raintr # uda50, rqdx1/2/3
The '0' for the vector says for the probe/attach logic to assign
a vector and tell the controller what value was used. You could put
anything in there (154 or 150 I think is the assigned value for the
first MSCP controller).
If none of that works then I'm stumped as to why the RA drives can't
be accessed.
Good Luck.
Steven Schultz
Hello from Gregg C Levine
Here's the problem. I have several CDs containing programs, and such
like from Tim Shoppa. Two of them say they contain portions which are
readable only by a CDROM Drive attached to a PDP-11. One of them is
split in half. Half is readable on either of the two computers here,
the other half, is in a format that's native to the PDP-11. The other
is all in that proprietary format. So, has anyone managed to get them
read to their machines? Or failing that to the appropriate simulators,
or even emulators? Any suggestions?
-------------------
Gregg C Levine hansolofalcon(a)worldnet.att.net
------------------------------------------------------------
"The Force will be with you...Always." Obi-Wan Kenobi
"Use the Force, Luke." Obi-Wan Kenobi
(This company dedicates this E-Mail to General Obi-Wan Kenobi )
(This company dedicates this E-Mail to Master Yoda )
Bill,
kernel probably only supports one unit, _OR_ the filesystem doesnt
have all device nodes (/dev/rlXXX).
--f
> -----Original Message-----
> From: Bill Gunshannon [mailto:bill@cs.scranton.edu]
> Sent: Thursday, February 27, 2003 4:08 PM
> To: pups(a)minnie.tuhs.org
> Subject: [pups] 2.11 on an 11/44
>
>
>
> I am trying to put 2.11 on one of my 11/44's. I picked up the RL02/RK
> images from the archive. I put the RL02 images on real RL02's (Yes,
> some of us still have and use them!! :-) My intent was to boot this
> and then use it to build a system on a bigger disk and then go on from
> there.
>
> Here's my configuration:
>
> 11/44 CPU
> CIS
> EIS
> FP11
> 4M memory (actually 3840KB)
> MMU
>
> 3 RL02 disks
> A CDU/720-TM SCSI Controller with 4 MAXTOR 340M disks and a QIC tape
>
> Now the problem.
> The system boots fine. And it will mount /dev/rl1a. But it
> won't mount
> /dev/rl2a. I get "/dev/rl2a on /vol2: No such device or address".
> I get the same error when I try to do a disklabel. What's
> more, I also
> get this same error when I try to access any of the RA devices. I am
> using the GENERIC Kernel which I assume has all the devices in it.
>
> Anybody have any suggestions??
>
> Of course, if I find that the SCSI Controller isn't going to work
> I have another controller and a FUJI Eagle I could use too. But I
> am certain I will need to get all three RL's working in order to
> have enough of a system to do this.
>
> Thanks in advance,
>
> 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>
>
> _______________________________________________
> PUPS mailing list
> PUPS(a)minnie.tuhs.org
> http://minnie.tuhs.org/mailman/listinfo/pups
>
Hello again from Gregg C Levine
I know I asked this question early on, and I remember, and have the
original answer filed someplace.... But that was about a year ago.
Since then I had heard a rumor that the current Copyright Owner of the
"Ancient UNIX" products had in fact re-released the products under the
exact same license that both Minix, and BSD use.
In fact they could called a freely releasable product. Can someone on
this list confirm this? On a different list, for a different emulator,
to which that I belong, we there, are having a discussion regarding
the status of these products. I agreed with a correspondent that the
BSD ones, such as 2.11, and 2.9 were in fact freely available, pending
a response that is.
I am suggesting there, that someone should investigate porting either
V5, or V6, or even V7 to that platform. And someone naturally is
making that complaint. Someone else is also claiming that Amdahl did
just that, and sold it under the name UTS. But as you might guess, it
is not freely available.
-------------------
Gregg C Levine hansolofalcon(a)worldnet.att.net
------------------------------------------------------------
"The Force will be with you...Always." Obi-Wan Kenobi
"Use the Force, Luke." Obi-Wan Kenobi
(This company dedicates this E-Mail to General Obi-Wan Kenobi )
(This company dedicates this E-Mail to Master Yoda )
I have the version of festoon, as enhanced by
Nils-Peter Nelson, and as Norman Wilson said, mainly
and originally done by Ron Hardin. When the
Usenet interchange referred to happened, I asked
Ron whether he wanted to release it, and the
response was
> fine with me
> npn's version is at /home/rhh/coma/festoon/fest.c
> with pics and tbls
> i've lost the original
Incidentally, Hardin worked for Bell Labs, though
at the Columbus location also occupied by
Western Electric, and until fairly recently was
a consultant for our own and nearby groups.
The first Google pages for "hardin sloane"
yields a bunch of references to his joint
work with the well-known mathematician
N. J. A. Sloane.
Binary, but not source, was with research
8th edition, and may have escaped otherwise.
I'll make the source available to scholars if there's interest.
It even compiles on Plan 9 (with ape).
Dennis