Thx Jonathan for ur help
.
I got the kernel(2.4.28) from kernel.org and started
recompiling.
My steps:
cd /usr/src/linux-2.4.28
cp /boot/config-2.4.18-smp .config
edit .config and include CONFIG_HIGHMEM=y &
CONFIG_HIGHMEM4G=y
make-kpkg --revision=debian.2.4 kernel-image
Then it prompts lot of questions like the format as CONFIG_SMP=y (y/n...) (NEW)
What should I do for all these questions?
Copy the kernel config file from /boot/config-`uname -r` to /usr/src/linux-2.4.28/.config then run "make oldconfig". This should only ask questions that need to be asked.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]