On Sun, Nov 25, 2012 at 08:23:08PM -0500, Walter Dnes wrote:
> /usr/src/makeover
> ***IMPORTANT*** The arch/x86 directory is specific to 32-bit i686
> kernels.  Adjust accordingly if you use a different architecture.
> ########################################################
> #!/bin/bash
> make && \
> make modules_install && \
> cp arch/x86/boot/bzImage /boot/kernel-3.0-experimental && \
> cp System.map /boot/System.map-3.0-experimental && \
> cp .config /boot/config-3.0-experimental && \
> lilo
> ########################################################

Actually it's not only 32-bit i686 kernels:

mingdao@server ~ $ ls -l /usr/src/linux/arch/x86_64/boot/bzImage 
lrwxrwxrwx 1 root root 22 Sep  6 06:32 /usr/src/linux/arch/x86_64/boot/bzImage
-> ../../x86/boot/bzImage

mingdao@server ~ $ uname -m
x86_64
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
supp...@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting

Reply via email to