On Friday September 27 2002 01:15 am, Ricardo Castanho de Oliveira 
Freitas wrote:
> Hi,
>
> To fine tune the kernel from i586 to athlon..... is it just take the
> source of the currente kernel (mdk) and select "athlon" (menuconfig)
> and proceed with the regular "make's" ?
>
> For testing only, this is the only modification I would like for the
> moment! Using mdk8.1(Intel) and 8.2(athlon)!
>
> []s Ricardo Castanho

   If all you want is to take Mandrake's 'stock' configuation, but 
compile it for Athlon, then (as root)

o  Install kernel-source rpm 
o  cd /usr/src/linux
o  cp .config k7config
   (note, older kernel-source pkgs might not have the stock .config 
included. In this case you'll need to get the one in /boot, eg     
   cp /boot/config-2.4.xx-xxmdk k7config  )

o  use a txt editor to make these changes to  k7config

  # Processor type and features
    (showing only the lines to change)
      # CONFIG_M586 is not set   
      CONFIG_MK7=y  
 
o  edit Makefile and change  EXTRAVERSION = <this part>, and uncomment 
the line       export  INSTALL_PATH=/boot

o  make mrproper
o  cp k7config .config
o  make oldconfig
o  make dep && make clean && make bzImage && make modues
o  make modules_install && make install.
o  Done, the new kernel is ready (as a choice) when you reboot 

   On the Intel system you'd be better off stickin with i586 
-- 
    Tom Brinkman                  Corpus Christi, Texas

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to