It is currently 20 May 2013, 12:08

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: How can I compile kernel with recommended settings
PostPosted: 20 Jan 2010, 03:07 
Offline

Joined: 14 Jan 2010, 08:44
Posts: 8
Please i need to know how i can compile my own kernel with recommended settings as per the installation instructions to avoid problems booting into my new installation because i have been having problems since compiling my own kernel.


Top
 Profile  
 
 Post subject: Re: How can I compile kernel with recommended settings
PostPosted: 20 Jan 2010, 11:12 
Offline
User avatar

Joined: 17 Dec 2005, 14:31
Posts: 310
Location: Italy
from the CRUX PPC Handbook:
Code:
Useful kernel config files are placed into the /usr/src directory. They are the config files used to build the boot kernels.


You can use the provided boot kernel or recompile your one starting from the provided kernel config (/usr/src/linux-2.6.32.3.config is for apple32).
Code:
$ cd /usr/src/linux-2.6.32.3
$ make mrproper
$ cp ../linux-2.6.32.3.config .config
$ patch -p1 < ../cruxppc-logo.diff (optional)
$ make oldconfig
$ make menuconfig
$ make all
$ make modules_install
$ cp arch/powerpc/boot/zImage.pmac /boot/zImage
$ cp System.map /boot/System.map


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron