* [parisc-linux] So you wanna get to a prompt, eh?
@ 1999-10-19 20:24 Christopher Beard
1999-10-21 10:25 ` Magne Østlyngen
0 siblings, 1 reply; 10+ messages in thread
From: Christopher Beard @ 1999-10-19 20:24 UTC (permalink / raw)
To: parisc-linux
I've spent most of the afternoon working on the patches sent in by Thomas
Bogendoerfer, and have extended them to get the kernel working and to a
functional sash prompt.
Instead of waiting on prumpf and others to finish commiting their code
(which I'm told conflicts with these changes), and not wanting to scramble
the CVS, I'm going to post a tarball of my kernel tree at:
ftp://puffin.external.hp.com/pub/parisc/src/parisc-linux-src-19991019.tar.gz
And for those you out there who are interested in helping us test the
kernel, I've also posted a functional kernel image, for you try. You can
find it at:
ftp://puffin.external.hp.com/pub/parisc/binaries/kernels/Image-19991019-workingsash
And not wanted to leave much as an excercise for the reader, I've also
posted the ramdisk that I used, which has been extended to include
/dev/console, etc.
ftp://puffin.external.hp.com/pub/parisc/binaries/ramdisks/ramdisk.bin-19991019-workingsash
See http://www.thepuffingroup.com/parisc/recipe.html for Grant Grundler's
recipe, which includes a section on how to boot you PA-RISC box with one of
our kernel images.
Chris
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-19 20:24 [parisc-linux] So you wanna get to a prompt, eh? Christopher Beard
@ 1999-10-21 10:25 ` Magne Østlyngen
1999-10-21 15:11 ` Alex deVries
1999-10-21 15:13 ` Thomas Bogendoerfer
0 siblings, 2 replies; 10+ messages in thread
From: Magne Østlyngen @ 1999-10-21 10:25 UTC (permalink / raw)
To: parisc-linux
> I've spent most of the afternoon working on the patches sent in by Thomas
> Bogendoerfer, and have extended them to get the kernel working and to a
> functional sash prompt.
> And for those you out there who are interested in helping us test the
> kernel, I've also posted a functional kernel image, for you try. You can
> find it at:
> And not wanted to leave much as an excercise for the reader, I've also
> posted the ramdisk that I used, which has been extended to include
> /dev/console, etc.
Is the ramdisk included in the kernel-image? When I boot the kernel,
I get 'no ramdisk'.
Of course, I don't get further than 'Transferring control to kernel'..
:(
I thought I had a 715, but no, it was a 710 (Bushmaster), and that seems
to make a big difference.
Is anyone working on support for the 700? I could do some work there,
if it was possible to compile the kernel on linux. Is anything being
done on that? (What was the problem?)
The Image-990705 kernel worked. What changed from that to Image-990929?
--
Magne Østlyngen <magne@spacetec.no>
<magne@skybert.org>
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-21 10:25 ` Magne Østlyngen
@ 1999-10-21 15:11 ` Alex deVries
1999-10-21 16:06 ` Christopher Beard
1999-10-22 14:22 ` Magne Østlyngen
1999-10-21 15:13 ` Thomas Bogendoerfer
1 sibling, 2 replies; 10+ messages in thread
From: Alex deVries @ 1999-10-21 15:11 UTC (permalink / raw)
To: Magne Østlyngen; +Cc: parisc-linux
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 1176 bytes --]
On Thu, 21 Oct 1999, Magne [iso-8859-1] Østlyngen wrote:
> Is the ramdisk included in the kernel-image? When I boot the kernel,
> I get 'no ramdisk'.
To build the kernel right now, you have to download a ramdisk from
ftp://puffin.external.hp.com/pub/parisc/binaries/ramdisks or similiar.
> Of course, I don't get further than 'Transferring control to kernel'..
> :(
> I thought I had a 715, but no, it was a 710 (Bushmaster), and that seems
> to make a big difference.
I had that problem with my 715 too, but there was an alignment mistake
that I made that Philipp fixed yesterday. You might want to update your
tree and build it again.
> Is anyone working on support for the 700? I could do some work there,
> if it was possible to compile the kernel on linux. Is anything being
> done on that? (What was the problem?)
The 700 has an ancient IO architecture that we don't have any
documentation on, so it's not high on the list of priorities. However, if
someone has patches to support it, we'd be happy to apply them.
As for cross compiling... we're forced to use HPUX because we don't have a
reasonable and functioning cross linker. More on that later.
- Alex
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-21 15:11 ` Alex deVries
@ 1999-10-21 16:06 ` Christopher Beard
1999-10-21 19:54 ` Helge Deller
1999-10-22 14:22 ` Magne Østlyngen
1 sibling, 1 reply; 10+ messages in thread
From: Christopher Beard @ 1999-10-21 16:06 UTC (permalink / raw)
To: Alex deVries; +Cc: Magne Østlyngen, parisc-linux
> > Is the ramdisk included in the kernel-image? When I boot the kernel,
> > I get 'no ramdisk'.
>
> To build the kernel right now, you have to download a ramdisk from
> ftp://puffin.external.hp.com/pub/parisc/binaries/ramdisks or similiar.
You don't need the ramdisk if you are booting from a binary image, you only
need it if you are attempting to build your own from the source tarball
that was posted. The confusion exists in that the bootloader currently
reports:
Loading PA-RISC/Linux Kernel...
No ramdisks available.
And then continues along with the boot process.
Support for ramdisks was built into the bootloader, which is likely the
prefered method, however, it has never been used. It is safe to ignore this
for now.
Chris
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-21 16:06 ` Christopher Beard
@ 1999-10-21 19:54 ` Helge Deller
0 siblings, 0 replies; 10+ messages in thread
From: Helge Deller @ 1999-10-21 19:54 UTC (permalink / raw)
To: parisc-linux
Am Thu, 21 Oct 1999 schrieb Christopher Beard:
> > > Is the ramdisk included in the kernel-image? When I boot the kernel,
> > > I get 'no ramdisk'.
> >
> > To build the kernel right now, you have to download a ramdisk from
> > ftp://puffin.external.hp.com/pub/parisc/binaries/ramdisks or similiar.
>
> You don't need the ramdisk if you are booting from a binary image, you only
> need it if you are attempting to build your own from the source tarball
> that was posted. The confusion exists in that the bootloader currently
> reports:
>
> Loading PA-RISC/Linux Kernel...
> No ramdisks available.
>
> And then continues along with the boot process.
>
> Support for ramdisks was built into the bootloader, which is likely the
> prefered method, however, it has never been used. It is safe to ignore this
> for now.
Yes, this is correct. I once wrote support for ramdisks loaded by the
bootloader, but this possiblility was never used until now.
If there is interrest for this, then it should be really easy to implement...
More, this method is much faster than the current method to convert
ramdisk.bin to ramdisk.c and then compile & link it statically into the kernel.
Helge Deller
BTW: I will comment out this messages in my next commit. to not get more
confusion on this point !
>
> Chris
>
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-21 15:11 ` Alex deVries
1999-10-21 16:06 ` Christopher Beard
@ 1999-10-22 14:22 ` Magne Østlyngen
1999-10-22 15:19 ` Grant Grundler
1999-10-24 22:52 ` Alex deVries
1 sibling, 2 replies; 10+ messages in thread
From: Magne Østlyngen @ 1999-10-22 14:22 UTC (permalink / raw)
To: parisc-linux
> The 700 has an ancient IO architecture that we don't have any
> documentation on, so it's not high on the list of priorities.
But it is possible to get the docs from HP?
> However, if
> someone has patches to support it, we'd be happy to apply them.
> As for cross compiling... we're forced to use HPUX because we don't have a
> reasonable and functioning cross linker. More on that later.
Is it possible to compile with linux, and do only the linking on the hp?
(It isn't very fast.. :) Can I link with HPUX 9.03? (probably not)
10.30? (It doesn't run 11.x)
--
Magne Østlyngen <magne@spacetec.no>
<magne@skybert.org>
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-22 14:22 ` Magne Østlyngen
@ 1999-10-22 15:19 ` Grant Grundler
1999-10-22 16:09 ` John David Anglin
1999-10-24 22:52 ` Alex deVries
1 sibling, 1 reply; 10+ messages in thread
From: Grant Grundler @ 1999-10-22 15:19 UTC (permalink / raw)
To: Magne Østlyngen; +Cc: parisc-linux
Magne =?iso-8859-1?Q?=D8stlyngen?= wrote:
> > The 700 has an ancient IO architecture that we don't have any
> > documentation on, so it's not high on the list of priorities.
>
> But it is possible to get the docs from HP?
Yes. If HP can find them and verify it doesn't contain someone else's
Intellectual Property (which isn't published already).
HP sees releasing old docs as a low priority since it doesn't
generate revenue. IMHO, the only way this is going to happen is
if some HP person does this in their spare time and then gets the
right signatures/approval.
I've done some of this but don't care about boxes older than 715's
or servers older than K or D class.
> > However, if
> > someone has patches to support it, we'd be happy to apply them.
> > As for cross compiling... we're forced to use HPUX because we don't have a
> > reasonable and functioning cross linker. More on that later.
>
> Is it possible to compile with linux, and do only the linking on the hp?
This sounds possible but doesn't seem reasonable.
> (It isn't very fast.. :) Can I link with HPUX 9.03? (probably not)
> 10.30? (It doesn't run 11.x)
Use 10.20. It should run on your 710. Don't use 10.30 as it was never
intended for distribution on workstations and certainly doesn't have
the support which WSY has poured into 10.20.
grant
Grant Grundler
Communications Infrastructure Computer Operations
+1.408.447.7253
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-22 15:19 ` Grant Grundler
@ 1999-10-22 16:09 ` John David Anglin
0 siblings, 0 replies; 10+ messages in thread
From: John David Anglin @ 1999-10-22 16:09 UTC (permalink / raw)
To: Grant Grundler; +Cc: magne, parisc-linux
> > (It isn't very fast.. :) Can I link with HPUX 9.03? (probably not)
> > 10.30? (It doesn't run 11.x)
>
> Use 10.20. It should run on your 710. Don't use 10.30 as it was never
> intended for distribution on workstations and certainly doesn't have
> the support which WSY has poured into 10.20.
I won't describe the woes I have had upgrading my 735 to 10.20
but I have had all kinds of problems with disk timeouts and unrecoverable
LPMCs with 10.20 on my 735. These problems are only now getting
worked out of 10.20 (see recent patches to wsio driver, etc).
My 735 has about a dozen scsi devices on threee buses, so it
seriously stresses the IO architecture.
The machine ran for years under 9.01 with experiencing any problems
of this kind.
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-22 14:22 ` Magne Østlyngen
1999-10-22 15:19 ` Grant Grundler
@ 1999-10-24 22:52 ` Alex deVries
1 sibling, 0 replies; 10+ messages in thread
From: Alex deVries @ 1999-10-24 22:52 UTC (permalink / raw)
To: Magne Østlyngen; +Cc: parisc-linux
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 804 bytes --]
On Fri, 22 Oct 1999, Magne [iso-8859-1] Østlyngen wrote:
> > The 700 has an ancient IO architecture that we don't have any
> > documentation on, so it's not high on the list of priorities.
> But it is possible to get the docs from HP?
I can't speak for HP on this, but I will say that the old IO docs will
only be in the queue of requested items from HP once we've gotten some of
the others out. We need to prioritize the docs we need, and the stuff
that's in more modern machines (even the 715) is much higher on the lsit.
> Is it possible to compile with linux, and do only the linking on the hp?
That should work.
> (It isn't very fast.. :) Can I link with HPUX 9.03? (probably not)
> 10.30? (It doesn't run 11.x)
That should work, in theory. I'm not sure anyone's ever tried though.
- Alex
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [parisc-linux] So you wanna get to a prompt, eh?
1999-10-21 10:25 ` Magne Østlyngen
1999-10-21 15:11 ` Alex deVries
@ 1999-10-21 15:13 ` Thomas Bogendoerfer
1 sibling, 0 replies; 10+ messages in thread
From: Thomas Bogendoerfer @ 1999-10-21 15:13 UTC (permalink / raw)
To: Magne Østlyngen; +Cc: parisc-linux
On Thu, Oct 21, 1999 at 12:25:15PM +0200, Magne Østlyngen wrote:
> Of course, I don't get further than 'Transferring control to kernel'..
> :(
> I thought I had a 715, but no, it was a 710 (Bushmaster), and that seems
> to make a big difference.
the cvs version from friday did only work on the A-class for me. My 715/33
panic very early in the boot process. I only did a quick look and I guess
it's caused by the serial console changes. I've no idea whether this is
already fixed.
Thomas.
--
This device has completely bogus header. Compaq scores again :-|
It's a host bridge, but it should be called ghost bridge instead ;^)
[Martin `MJ' Mares on linux-kernel]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~1999-10-24 22:45 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-10-19 20:24 [parisc-linux] So you wanna get to a prompt, eh? Christopher Beard
1999-10-21 10:25 ` Magne Østlyngen
1999-10-21 15:11 ` Alex deVries
1999-10-21 16:06 ` Christopher Beard
1999-10-21 19:54 ` Helge Deller
1999-10-22 14:22 ` Magne Østlyngen
1999-10-22 15:19 ` Grant Grundler
1999-10-22 16:09 ` John David Anglin
1999-10-24 22:52 ` Alex deVries
1999-10-21 15:13 ` Thomas Bogendoerfer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox