Reconfiguring the kernel

  1. The problem statement, all variables and given/known data:
    Download the newest kernel version. Once your kernel has been re-configured, your lilo or grub should have a choice of 2 different kernels. You should have the choice of picking either one of them.

The first choice should be the kernel that you currently have on the system.
The second choice should be the following:
� The advanced configuration and power interface needs to be disabled.

� Driver support for the hme interface on Ultra systems needs to be enabled.

� Access to the ext2 file system needs to be disabled.

� Support for secure IP connections using AH protocols between two computers needs to be enabled.

� Support for using hard disks that were partitioned on an msdos system needs to be disabled.

� Support for multipurpose usb networking framework needs to be enabled.

� Setup the ext3 file system as a module.

  1. Relevant commands, code, scripts, algorithms:
    make

  2. The attempts at a solution (include all code and scripts):

What i did is :
i download latest kernel from kernel.org
but my os is fedora 14 .. i donno whether this is compatible with the downloaded from kernel.org

when i tried to execute make config or anyother statements nothing worked out

it was showing error as gcc not found
4. Complete Name of School (University), City (State), Country, Name of Professor, and Course Number (Link to Course):

University of Houston , Clear Lake, US

Professor name : Krishani Abeysekera

Course number : CSCI 4634
Krishani Abeysekera - Lecturer and Systems Administrator

---------- Post updated at 04:57 PM ---------- Previous update was at 04:56 PM ----------

can i find the latest fedora kernel any where on the internet to download..

all i need is help regarding where to download the latest fedora kernel source code

TIA

Linux is Linux... The official fedora kernels may have some custom fixes but it's not a different operating system.

You don't have gcc, then; install it using your usual package manager (DON'T download some random thing from the web and try to build/install it.)

@corona688 .. 1st of all thanks for the reply :slight_smile:

Can you please help me in installing gcc in my system ..

i download a gcc package .. and tried this ..

rpm -Uvh gcc-2.96-69.i386.rpm

but still dint work out ..

---------- Post updated at 05:53 PM ---------- Previous update was at 05:53 PM ----------

can you tell me.. where can i find a gcc for fedora 14

Hi.

Try:

$ yum install gcc

Although I never use Fedora, it should come pre-configured to download packages from the appropriate repository, assuming that your Linux is internet-connected. Assuming that works, it would also download and install all dependent packages.

This should help you: Building a custom kernel - FedoraProject

I have fedora on virtual box :frowning:

---------- Post updated at 02:27 AM ---------- Previous update was at 01:45 AM ----------

My linux is not connected to internet..so am searching for a gcc for fedora 14

Well, if you are not on the Internet, how did you install Fedora? From a fedora DVD? If so, GCC and related packages should be on that DVD.

TIA... i ll search on that dvd now