The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [pups] how to extract Keith_Bostic_v7 files?
@ 2004-02-18 13:22 Andriy Tkachuk
  2004-02-18 22:21 ` Warren Toomey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andriy Tkachuk @ 2004-02-18 13:22 UTC (permalink / raw)


Hi guys.

$subj ?

I've tried to seach the list, but no success.
It seems, that http://minnie.tuhs.org/cgi-bin/pups.cgi don't work

Thanks,
  Andriy Tkachuk



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pups] how to extract Keith_Bostic_v7 files?
  2004-02-18 13:22 [pups] how to extract Keith_Bostic_v7 files? Andriy Tkachuk
@ 2004-02-18 22:21 ` Warren Toomey
  2004-02-18 22:25 ` Hellwig.Geisse
  2004-02-18 22:26 ` [TUHS] " Maciek Bieszczad
  2 siblings, 0 replies; 5+ messages in thread
From: Warren Toomey @ 2004-02-18 22:21 UTC (permalink / raw)


On Wed, Feb 18, 2004 at 03:22:38PM +0200, Andriy Tkachuk wrote:
> I've tried to seach the list, but no success.
> It seems, that http://minnie.tuhs.org/cgi-bin/pups.cgi don't work

Sorry, the list is now running under mailman. You can go to


The files in Keith_Bostic_v7 are tape records directly from
the original 7th Edition distribution tape. The original details
on how to install such a tape are at:
http://minnie.tuhs.org/PUPS/Setup/v7_setup.html

file 0: block size 512: 16 records		boot loader
file 1: block size 512: 14 records		standalone cat program
file 2: block size 512: 1 records		README file
file 3: block size 512: 22 records		standalone mkfs program
file 4: block size 512: 22 records		standalone restor program
file 5: block size 10240: 202 records		dump of /
file 6: block size 10240: 937 records		dump of /usr

Probably the best way to extract the stuff from file 5 and file 6 would
be to package the whole thing up into a SIMH tar file, and follow the
boot instructions using a SIMH PDP-11 simulator. Or you could use a real
PDP-11.

If you only want the files, then Henry_Spencer_v7 has the same files.

Cheers,
	Warren


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pups] how to extract Keith_Bostic_v7 files?
  2004-02-18 13:22 [pups] how to extract Keith_Bostic_v7 files? Andriy Tkachuk
  2004-02-18 22:21 ` Warren Toomey
@ 2004-02-18 22:25 ` Hellwig.Geisse
  2004-02-18 22:26 ` [TUHS] " Maciek Bieszczad
  2 siblings, 0 replies; 5+ messages in thread
From: Hellwig.Geisse @ 2004-02-18 22:25 UTC (permalink / raw)


Hi Andriy,

On 18-Feb-2004 Andriy Tkachuk wrote:
> Hi guys.
> 
> $subj ?
> 
> I've tried to seach the list, but no success.
> It seems, that http://minnie.tuhs.org/cgi-bin/pups.cgi don't work
> 
> Thanks,
>   Andriy Tkachuk
> 

some time ago I did exactly that, extract the v7 files
in two formats: as a file hierarchy under Linux, and
as a "tape" suitable to use with Bob Supnik's simulator.
Here you can find the results:

http://telexx.mni.fh-giessen.de/PDP11-UNIX/index.html

Feel free to ask if you have any questions.

Hellwig



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] RE: [pups] how to extract Keith_Bostic_v7 files?
  2004-02-18 13:22 [pups] how to extract Keith_Bostic_v7 files? Andriy Tkachuk
  2004-02-18 22:21 ` Warren Toomey
  2004-02-18 22:25 ` Hellwig.Geisse
@ 2004-02-18 22:26 ` Maciek Bieszczad
  2 siblings, 0 replies; 5+ messages in thread
From: Maciek Bieszczad @ 2004-02-18 22:26 UTC (permalink / raw)


Normal GNU zip works fine for me.

# wget [...]/f0.gz

[...]

17:23:31 (73.37 KB/s) - `f0.gz' saved [4733/4733]

# file f0.gz
f0.gz: gzip compressed data, was "f0", from Unix, max compression
# gzip -d f0.gz && file f0
f0: PDP-11 executable

-----Original Message-----
From: pups-bounces@minnie.tuhs.org [mailto:pups-bounces@minnie.tuhs.org]
On Behalf Of Andriy Tkachuk
Sent: Wednesday, February 18, 2004 8:23 AM
To: pups at minnie.tuhs.org
Subject: [pups] how to extract Keith_Bostic_v7 files?

Hi guys.

$subj ?

I've tried to seach the list, but no success.
It seems, that http://minnie.tuhs.org/cgi-bin/pups.cgi don't work

Thanks,
  Andriy Tkachuk

_______________________________________________
PUPS mailing list
PUPS at minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/pups



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pups] how to extract Keith_Bostic_v7 files?
@ 2004-02-18 15:50 Andriy Tkachuk
  0 siblings, 0 replies; 5+ messages in thread
From: Andriy Tkachuk @ 2004-02-18 15:50 UTC (permalink / raw)


 Hi guys.
 
 $subj ?
 
 I've tried to seach the list, but no success.
 It seems, that http://minnie.tuhs.org/cgi-bin/pups.cgi don't work
 
 Thanks,
   Andriy Tkachuk



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-18 22:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-18 13:22 [pups] how to extract Keith_Bostic_v7 files? Andriy Tkachuk
2004-02-18 22:21 ` Warren Toomey
2004-02-18 22:25 ` Hellwig.Geisse
2004-02-18 22:26 ` [TUHS] " Maciek Bieszczad
2004-02-18 15:50 Andriy Tkachuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).