Re: Kernel compiling process


Subject: Re: Kernel compiling process
From: Murias O'Ceallagh (linux@dragonsblood.net)
Date: Mon Aug 20 2001 - 15:44:53 MDT


*This message was transferred with a trial version of CommuniGate(tm) Pro*
>on ix86, the basic process to roll a kernel is
>
>- make mrproper
>- make menuconfig
>- make dep
>- make bzImage
>
>I can do the first three on my 7600, but make bzImage doesn't appear to be a
>rule in the 2.4.9 Makefile (downloaded from kernel.org).
>
>What do I need to do on the Powermac to get the kernel actually built?

This is how I do things
make mrproper
make menuconfig
make dep
make vmlinux
make modules
make modules_install
copy things to the /boot
create appropriate symlinks in /boot
then mount the mac partition and cp the kernel to the appropriate folder
in the System Folder
reboot
pray. ;)

Murias



This archive was generated by hypermail 2a24 : Mon Aug 20 2001 - 14:53:28 MDT