LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Re-compiling Kernel - Dumb question, but I have to ask... (https://www.linuxquestions.org/questions/linux-newbie-8/re-compiling-kernel-dumb-question-but-i-have-to-ask-212114/)

rwalkerphl 08-01-2004 08:35 AM

Re-compiling Kernel - Dumb question, but I have to ask...
 
Hi,

This is a stupid question, but I hope by asking, I won't have to again!

I am doing some pre-work to set up Oracle 10g on FC2, and there is an issue with a shared memory error where you can set up sometng calles HUGETLBFS. I have come across what needs to be done on a couple of websites, but the instructions are not detailed enough for a newbie like me:

To enable hugetlbpages, first you need 2.6 kernel, and then you need to recompile it with the following config options enabled:

CONFIG_HUGETLB_PAGE=y
CONFIG_HUGETLBFS=y


Can anyone tell me where I put these settings, and how to re-compile?

Many thanks....

Robin.

comprookie2000 08-01-2004 09:05 AM

http://www.linuxquestions.org/questi...threadid=73436 should get you started,good luck not as hard as it appears,just jump in when ready.
another good guide;http://www.gentoo.org/doc/en/handboo...?part=1&chap=7

toolshed 08-01-2004 02:40 PM

the is in the source /usr/src/linux source/.config

cd into /usr/src/linux source
type :make clean
type: make menucofig

browse the kernel config


All times are GMT -5. The time now is 01:55 PM.