> I'm trying to build the 2.4.18 kernel, and everything goes great
> until I get to the `make bzImage` part and it screams about palo.
> I'm assuming I need the palo source. is this right??
>
> -Marc
>
Yup.
$SRC-TREE--|
|--- /linux
|
|--- /palo
cd linux;
make oldconfig;
make menuconfig; (Fiddle)
make dep;
make palo;
This puts the required lifimage in $SRC-TREE/palo
c.