* [parisc-linux] compiling (and booting) on a 735
@ 1999-09-28 19:30 Simen Thoresen
1999-09-28 19:28 ` Philipp Rumpf
0 siblings, 1 reply; 2+ messages in thread
From: Simen Thoresen @ 1999-09-28 19:30 UTC (permalink / raw)
To: parisc-linux
I've now downloaded the ramdisk.bin image (0903), and have compiled with
that. The compile worked, and I'm now sitting with a probably nonworking
kernel :-)
How do I boot?
I'v killed the filesystem on my 2nd disk, doing cat vmlinux >
/dev/dsk/c0t2d0 . No great loss, as I'v emtied it of useful data, and was
planning to do that anyway. Unfortunately, when I boot from P1, IPL
responds with 'bad LIF magic'. back to hpux, then....
Do I need a tftp-server and try for a netboot?
make menuconfig:
I've downloaded ncurses (v 4.2 from ftp.gnu.org,
/gnu/ncurses/ncurses-4.2.tar.gz ) and installed it.
I then linked /usr/local/include (where ncurses.h resides) to
/usr/include/ncurses
(so that /usr/include/ncurses/ncurses.h exists), and sssslightly modified
linux/scripts/lxdialog/Makefile, as HPUX's find barfed on
-maxdepth 1.
sh-2.03$ diff Makefile.old Makefile
33c33
< @x=`find /lib/ /usr/lib/ /usr/local/lib/ -maxdepth 1 -name
'libncurses.*
'` ;\
---
> @x=`find /lib/ /usr/lib/ /usr/local/lib/ -name 'libncurses.*'` ;\
Running make menuconfig from the kernel directory now works great, and I
can build nonworking kernels with gusto.
-Simen Thoresen - finally hacking something useful.
--
"We do have a summer. Last year, I remember, it was a Wednesday"
-Helga-Marie Johnesen, Norwegian citizen, TIME international.
GNUsig v0.9A R3
Support the GNUsig-project! Mail simen-tt@online.no for details.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [parisc-linux] compiling (and booting) on a 735
1999-09-28 19:30 [parisc-linux] compiling (and booting) on a 735 Simen Thoresen
@ 1999-09-28 19:28 ` Philipp Rumpf
0 siblings, 0 replies; 2+ messages in thread
From: Philipp Rumpf @ 1999-09-28 19:28 UTC (permalink / raw)
To: Simen Thoresen; +Cc: parisc-linux
On Tue, Sep 28, 1999 at 09:30:46PM +0200, Simen Thoresen wrote:
> Do I need a tftp-server and try for a netboot?
That's what I'd do.
> make menuconfig:
> I've downloaded ncurses (v 4.2 from ftp.gnu.org,
> /gnu/ncurses/ncurses-4.2.tar.gz ) and installed it.
>
> I then linked /usr/local/include (where ncurses.h resides) to
> /usr/include/ncurses
> (so that /usr/include/ncurses/ncurses.h exists), and sssslightly modified
> linux/scripts/lxdialog/Makefile, as HPUX's find barfed on
> -maxdepth 1.
use GNU find.
> Running make menuconfig from the kernel directory now works great, and I
very cool.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-09-28 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-09-28 19:30 [parisc-linux] compiling (and booting) on a 735 Simen Thoresen
1999-09-28 19:28 ` Philipp Rumpf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.