[parisc-linux] ramdisk problem with ELF kernel

Helge Deller Helge.Deller@ruhr-uni-bochum.de
Thu, 16 Mar 2000 00:59:32 +0100


Am Wed, 15 Mar 2000 schrieb Ulrich Strelow:
> Hi all,

Hi Ulrich,

> 
> I switched my build environment from HP-UX 10.20 SOM
> to cross compile on x86 ELF and building and booting a
> kernel works fine. Compiling the kernel now only takes
> 5-10 minutes compared to 1 to 1 1/2 hours(!) on my
> 715/33. Great ! But (there is always a but) ...
> 
> Because there is currently no network driver for the
> 715/33 I need to boot with a ramdisk. 

I just checked the hardware-database, and it seems that the 715/33 has a
standard LASI-LAN-Adaptor (i82596, (old driver: Apricot)).
If you enable lasi-support and the "lasi-ethernet"-driver from the
network-devices, you should be able to boot with root-nfs.....


> In former times there was copying ramdisk.bin to /usr/src/linux and
> "make Image", but how to do this now (when "make
> Image" no longer works)?
> 
> This is what I have tried:
> I found the undocumented "-r" switch in palo to add a
> ramdisk to the lif image. I tried both the original
> ramdisk.bin and the compiled ramdisk.o but in both
> cases the kernel is not able to detect the ramdisk.
> 
> Has anyone a solution to this?
> 
> Ulrich

Helge.