guardhost
13-05-2009, 22:04
Hi,
would this be possible with an openvz kernal?
Thanks
would this be possible with an openvz kernal?
Thanks
cd /usr/src wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.10.tar.bz2 tar xf linux-2.6.27.10.tar.bz2 cd linux-2.6.27.10 make mrproper wget ftp://ftp.ovh.net/made-in-ovh/bzImage/2.6-config-xxxx-std-ipv4-32 cp 2.6-config-xxxx-std-ipv4-32 .config make menuconfig
[*] Enable loadable module support --->
make
drivers/acpi/scan.c:1165: warning: 'acpi_is_child_device' defined but not used
WARNING: modpost: Found 2 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
drivers/acpi/scan.c:1165: warning: 'acpi_is_child_device' defined but not used
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x1c4ae): Section mismatch in reference from the function cpu_exit_clear() to the function .cpuinit.text:cpu_uninit()
The function cpu_exit_clear() references
the function __cpuinit cpu_uninit().
This is often because cpu_exit_clear lacks a __cpuinit
annotation or the annotation of cpu_uninit is wrong.
WARNING: vmlinux.o(.cpuinit.data+0x0): Section mismatch in reference from the variable initial_code to the function .init.text:i386_start_kernel()
The variable __cpuinitdata initial_code references
a function __init i386_start_kernel().
If i386_start_kernel is only used by initial_code then
annotate i386_start_kernel with a matching annotation.
Kernel: arch/x86/boot/bzImage is ready
make modules make modules_install
cp arch/i386/boot/bzImage /boot/bzImage-2.6.27.10-kitty-grs-ipv4-32 vi /etc/lilo.conf
prompt
timeout=50
default=linux
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
lba32
append=""
#serial=0,9600n8
image=/boot/bzImage-2.6.27.10-kitty-grs-ipv4-32
label=linux
read-only
root=/dev/sda2
/sbin/lilo