Everythings proberbly built in as modulesOriginally posted by Nozzer
My default RH kernel on the laptop is only 900k![]()

Originally posted by Shak
Theres a difference there though, because of the optomisations applied by Gentoo.
Optomisations that are used are things like this:
Code:# Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon optimized (but binaries # will run on any x86 system) #CHOST="i686-pc-linux-gnu" #CFLAGS="-mcpu=i686 -O3 -pipe" #CXXFLAGS="-mcpu=i686 -O3 -pipe" # Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon exclusive (binaries # will use the P6 instruction set and only run on P6+ systems) CHOST="i686-pc-linux-gnu" CFLAGS="-march=i686 -O3 -pipe" CXXFLAGS="-march=i686 -O3 -pipe"
This would account for some of the speed difference.
Shak
I used to use no optimisations at all until I got hold of gentoo, then I flicked through the GCC documentation to find loads more stuff you can do!!!....maybe this accounts for why I'm single.....sitting down and reading the GCC documentation of an evening!! 

Originally posted by Mpemba Effect
Everythings proberbly built in as modules![]()
Module Size Used by Tainted: P
airo_cs 4192 0 (unused)
airo 70528 1 [airo_cs]
ds 8352 2 [airo_cs]
i82365 15072 2
pcmcia_core 48480 0 [airo_cs ds i82365]
autofs 11940 0 (autoclean) (unused)
usb-ohci 20160 0 (unused)
usbcore 71168 1 [usb-ohci]
ext3 64448 2
jbd 47608 2 [ext3]


how?Originally posted by Lucifer
<- utter n00b *hides*
Originally posted by Nozzer
I believe Shak has written a How-To on it, a search for "kernel compile" under this forum should show it up.
http://forums.overclockers.co.uk/showthread.php?s=&threadid=928
There we go.


Originally posted by Lucifer
i kinda realised i have no idea what options to choose at make menuconfig![]()

Originally posted by Lucifer
i'm doing a test run on my desktop maching before i attack the server, i just made educated guesses for most of the options, reading the help bits, lets see if it boots![]()
it booted, but i broke network support
and got a lot of errors during boot