Am Mon, 26 Nov 2012 16:21:34 -0600
schrieb Bruce Hill <da...@happypenguincomputers.com>:

> 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

Hah, I wonder if that's because the script was written before the x86 and
x86_64 architectures were merged in the kernel :) . I remember Heise reporting
on that a few years back.

-- 
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup

Attachment: signature.asc
Description: PGP signature

Reply via email to