You are not logged in.
I've made a simple change using make menuconfig (after downloading vanilla kernel and copying files over to linux-x.x.x.x-arch) to my CPU settings, and I understand I have to recompile the kernel now. Is there a simple way to do this (am I missing something obvious) or do I have to go through all the steps of compiling a custom kernel? Id like to learn the latter but this week am in a rush to get things running. Thanks!
Last edited by no24 (2007-02-07 01:04:11)
Offline
i tried using make bzImage but these errors occured.
make -j2 bzImage
CHK include/linux/version.h
CHK include/linux/utsrelease.h
make[1]: *** No rule to make target `arch/i386/kernel/asm-offsets.c', needed by `arch/i386/kernel/asm-offsets.s'. Stop.
make: *** [prepare0] Error 2
make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!
Offline
You will have to re-compile. You can do it the Arch way, with ABS & pacman, or the 'classic' way with
make bzImage modules
make modules_install
(not 100% on that one - I don't do 'classic' myself )
Offline
i think im missing a lot of the files I thought i'd copied over from the full kernel
Offline
am i supposed to just use the new kernel I downloaded, or do I merge it with the existing /usr/src/linux-2.6.19-ARCH/ contents? sorry for newbing.
Offline
btw at the moment trying to avoid using ABS
Offline