Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] Hi
@ 1999-05-12 18:57 Matthew Wilcox
  1999-05-12 19:42 ` Philipp Rumpf
  0 siblings, 1 reply; 10+ messages in thread
From: Matthew Wilcox @ 1999-05-12 18:57 UTC (permalink / raw)
  To: parisc-linux


I'd just like to introduce myself.  I've liberated a 715/33 Apollo from
use as a monitor stand and managed to retrieve all the pieces needed to
get it as far as a boot prom prompt.  It's got 56MB of RAM and a hard disc
of some description.  I've got it attached to the ethernet, though I have
no idea whether this is working right now.  I don't however have anything
to boot right now - apparently this disc was used for swap when this
workstations was running HP-UX in the dim distant past (you should see
the dust).

I have no previous experience of the HP architecture, but I'm a dab hand
at ARM assembler and I'm willing to learn.  Anyway, here I am with a
machine, ready to help.  

-- 
Matthew Wilcox <willy@bofh.ai>
"Windows and MacOS are products, contrived by engineers in the service of
specific companies. Unix, by contrast, is not so much a product as it is a
painstakingly compiled oral history of the hacker subculture." - N Stephenson

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

* Re: [parisc-linux] Hi
  1999-05-12 18:57 Matthew Wilcox
@ 1999-05-12 19:42 ` Philipp Rumpf
  1999-05-12 20:00   ` Grant Grundler
  1999-05-12 20:06   ` Matthew Wilcox
  0 siblings, 2 replies; 10+ messages in thread
From: Philipp Rumpf @ 1999-05-12 19:42 UTC (permalink / raw)
  To: Matthew Wilcox, parisc-linux

> I'd just like to introduce myself.  I've liberated a 715/33 Apollo from
> use as a monitor stand and managed to retrieve all the pieces needed to
> get it as far as a boot prom prompt.  It's got 56MB of RAM and a hard disc
> of some description.  I've got it attached to the ethernet, though I have
> no idea whether this is working right now.  I don't however have anything
> to boot right now - apparently this disc was used for swap when this
> workstations was running HP-UX in the dim distant past (you should see
> the dust).

I think you have the choice to either wait til Linux is bootable or get a
second hard disk and an HP-UX on it. The disks should be narrow SCSI so the
second disk shouldn't really be much of a problem.

> I have no previous experience of the HP architecture, but I'm a dab hand
> at ARM assembler and I'm willing to learn.  Anyway, here I am with a
> machine, ready to help.  

OK, first I propose you look at www.thepuffingroup.com/parisc and get just
about everything linked from the Documentation section. What is most important
to get a kernel working fast is acd.pdf (ARM), the runtime architecture document
and perhaps pdc and iodc descriptions.

I think it should be theoretically possible to put the disk in a supported
machine, cross-build a kernel and bootloader (oh yeah, perhaps you should
fix the problems with that first ;), put it back into the PARISC aso. but
just getting a version of HP-UX and a second disk seems easier to me.

	Philipp Rumpf

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

* Re: [parisc-linux] Hi
  1999-05-12 19:42 ` Philipp Rumpf
@ 1999-05-12 20:00   ` Grant Grundler
  1999-05-12 20:07     ` Matthew Wilcox
  1999-05-12 20:06   ` Matthew Wilcox
  1 sibling, 1 reply; 10+ messages in thread
From: Grant Grundler @ 1999-05-12 20:00 UTC (permalink / raw)
  To: Philipp Rumpf; +Cc: Matthew Wilcox, parisc-linux

Philipp Rumpf wrote:
> > I'd just like to introduce myself.  I've liberated a 715/33 Apollo from
> > use as a monitor stand and managed to retrieve all the pieces needed to
> > get it as far as a boot prom prompt.  It's got 56MB of RAM and a hard disc
> > of some description.  I've got it attached to the ethernet, though I have
> > no idea whether this is working right now.  I don't however have anything
> > to boot right now - apparently this disc was used for swap when this
> > workstations was running HP-UX in the dim distant past (you should see
> > the dust).
> 
> I think you have the choice to either wait til Linux is bootable or get a
> second hard disk and an HP-UX on it. The disks should be narrow SCSI so the
> second disk shouldn't really be much of a problem.

Mathew can also download and try to install the PA-mklinux.
I have this running on a 712/60 now. I suggest this because
I don't know how accessible HP-UX bits are to the general public.
HP-UX is usually distributed on CD-ROM these days.

Since the source is available for mk-linux, that would suppliment
the PA architecture documentation and might provide the kind of
implementation detail someone experienced in assembler could use.

grant

> 
> > I have no previous experience of the HP architecture, but I'm a dab hand
> > at ARM assembler and I'm willing to learn.  Anyway, here I am with a
> > machine, ready to help.  
> 
> OK, first I propose you look at www.thepuffingroup.com/parisc and get just
> about everything linked from the Documentation section. What is most importan
>   t
> to get a kernel working fast is acd.pdf (ARM), the runtime architecture docum
>   ent
> and perhaps pdc and iodc descriptions.
> 
> I think it should be theoretically possible to put the disk in a supported
> machine, cross-build a kernel and bootloader (oh yeah, perhaps you should
> fix the problems with that first ;), put it back into the PARISC aso. but
> just getting a version of HP-UX and a second disk seems easier to me.
> 
> 	Philipp Rumpf
> 
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.
> 

Grant Grundler
Enterprise Systems Technology Lab
+1.408.447.7253

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

* Re: [parisc-linux] Hi
  1999-05-12 19:42 ` Philipp Rumpf
  1999-05-12 20:00   ` Grant Grundler
@ 1999-05-12 20:06   ` Matthew Wilcox
  1 sibling, 0 replies; 10+ messages in thread
From: Matthew Wilcox @ 1999-05-12 20:06 UTC (permalink / raw)
  To: Philipp Rumpf; +Cc: Matthew Wilcox, parisc-linux

On Wed, May 12, 1999 at 07:42:27PM +0000, Philipp Rumpf wrote:
> > I don't however have anything
> > to boot right now - apparently this disc was used for swap when this
> > workstations was running HP-UX in the dim distant past (you should see
> > the dust).

> I think you have the choice to either wait til Linux is bootable or get a
> second hard disk and an HP-UX on it. The disks should be narrow SCSI so the
> second disk shouldn't really be much of a problem.

That might be feasible.  Is there no netbooting software available?
I've used RARP, BOOTP and TFTP to load a sun3 kernel before and the
HP seems to be looking for a network host to respond.

-- 
Matthew Wilcox <willy@bofh.ai>
"Windows and MacOS are products, contrived by engineers in the service of
specific companies. Unix, by contrast, is not so much a product as it is a
painstakingly compiled oral history of the hacker subculture." - N Stephenson

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

* Re: [parisc-linux] Hi
  1999-05-12 20:00   ` Grant Grundler
@ 1999-05-12 20:07     ` Matthew Wilcox
  1999-05-14  7:25       ` Tom Javen
  0 siblings, 1 reply; 10+ messages in thread
From: Matthew Wilcox @ 1999-05-12 20:07 UTC (permalink / raw)
  To: Grant Grundler; +Cc: Philipp Rumpf, Matthew Wilcox, parisc-linux

On Wed, May 12, 1999 at 01:00:04PM -0700, Grant Grundler wrote:
> Mathew can also download and try to install the PA-mklinux.
> I have this running on a 712/60 now. I suggest this because
> I don't know how accessible HP-UX bits are to the general public.
> HP-UX is usually distributed on CD-ROM these days.

Alas, no.  The 715/33 is the one machine that mklinux does not support;
I looked at that about 6 months ago.

-- 
Matthew Wilcox <willy@bofh.ai>
"Windows and MacOS are products, contrived by engineers in the service of
specific companies. Unix, by contrast, is not so much a product as it is a
painstakingly compiled oral history of the hacker subculture." - N Stephenson

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

* Re: [parisc-linux] Hi
  1999-05-12 20:07     ` Matthew Wilcox
@ 1999-05-14  7:25       ` Tom Javen
  1999-05-14 18:49         ` Hugo van der Kooij
  0 siblings, 1 reply; 10+ messages in thread
From: Tom Javen @ 1999-05-14  7:25 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

On Wed, 12 May 1999, Matthew Wilcox wrote:

> On Wed, May 12, 1999 at 01:00:04PM -0700, Grant Grundler wrote:
> > Mathew can also download and try to install the PA-mklinux.
> > I have this running on a 712/60 now. I suggest this because
> > I don't know how accessible HP-UX bits are to the general public.
> > HP-UX is usually distributed on CD-ROM these days.
> 
> Alas, no.  The 715/33 is the one machine that mklinux does not support;
> I looked at that about 6 months ago.
Have you looked at OpenBSD ?


Tom
-- 
=============================+===========================
Tom Javen                    |   Innotrac Diagnostics Oy
email tom.javen@innotrac.fi  |   Finland
gsm   +358-40-5860532        |   phone +358-2-2410025
                             |   fax   +358-2-2410024
=============================+===========================
     

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

* Re: [parisc-linux] Hi
  1999-05-14  7:25       ` Tom Javen
@ 1999-05-14 18:49         ` Hugo van der Kooij
  0 siblings, 0 replies; 10+ messages in thread
From: Hugo van der Kooij @ 1999-05-14 18:49 UTC (permalink / raw)
  To: Tom Javen; +Cc: Matthew Wilcox, parisc-linux

On Fri, 14 May 1999, Tom Javen wrote:

> On Wed, 12 May 1999, Matthew Wilcox wrote:
> 
> > On Wed, May 12, 1999 at 01:00:04PM -0700, Grant Grundler wrote:
> > > Mathew can also download and try to install the PA-mklinux.
> > > I have this running on a 712/60 now. I suggest this because
> > > I don't know how accessible HP-UX bits are to the general public.
> > > HP-UX is usually distributed on CD-ROM these days.
> > 
> > Alas, no.  The 715/33 is the one machine that mklinux does not support;
> > I looked at that about 6 months ago.
> Have you looked at OpenBSD ?

I don't know wether he did. But I was unable to find anything beyond HP-UX
to run on the HP 715/33 hardware. So I am hoping this machine will join
the TUX family before the end of this year. (Not intended to push anyone
but I am rather optimistic now some of the persons with intimate kernel
knowledge are part of the team.)

Hugo.

-- 
Hugo van der Kooij; Oranje Nassaustraat 16; 3155 VJ  Maasland
hvdkooij@caiw.nl		 http://www.caiw.nl/~hvdkooij
-------------------------------------------------------------
Use of any of my email addresses for unsollicited (commercial)
    email is a clear intrusion of my privacy and illegal!

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

* [parisc-linux] Hi
@ 2003-09-18 15:52 alice
  0 siblings, 0 replies; 10+ messages in thread
From: alice @ 2003-09-18 15:52 UTC (permalink / raw)
  To: parisc-linux@parisc-linux.org

[-- Attachment #1: Type: text/html, Size: 685 bytes --]

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

* [parisc-linux] hi
@ 2003-12-03  4:33 Russel Goff
  0 siblings, 0 replies; 10+ messages in thread
From: Russel Goff @ 2003-12-03  4:33 UTC (permalink / raw)
  To: parisc-linux

[-- Attachment #1: Type: text/plain, Size: 2 bytes --]




[-- Attachment #2: Type: text/html, Size: 987 bytes --]

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

* [parisc-linux] Hi
@ 2004-01-20 18:39 alty
  0 siblings, 0 replies; 10+ messages in thread
From: alty @ 2004-01-20 18:39 UTC (permalink / raw)
  To: parisc-linux

[-- Attachment #1: Type: text/plain, Size: 39 bytes --]

 Test =)
dabdotudbgpbdrx
--
Test, yep.

[-- Attachment #2: sexfpbrvw.exe --]
[-- Type: application/x-msdownload, Size: 15872 bytes --]

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

end of thread, other threads:[~2004-01-20 18:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-03  4:33 [parisc-linux] hi Russel Goff
  -- strict thread matches above, loose matches on Subject: below --
2004-01-20 18:39 [parisc-linux] Hi alty
2003-09-18 15:52 alice
1999-05-12 18:57 Matthew Wilcox
1999-05-12 19:42 ` Philipp Rumpf
1999-05-12 20:00   ` Grant Grundler
1999-05-12 20:07     ` Matthew Wilcox
1999-05-14  7:25       ` Tom Javen
1999-05-14 18:49         ` Hugo van der Kooij
1999-05-12 20:06   ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox