Link to home
Start Free TrialLog in
Avatar of dudikdan
dudikdan

asked on

how to compile (or build) a new kernel ?

I want to know how can I compile a newer kernel on my system(for example on REDHAT and SLACKWARE ).
pls dont tell me to read all the HOWTO and all other instructions that come with linux , I want to know only the practical things that I have to do !!!
also pls tell how to find this new and smart KERNEL
ASKER CERTIFIED SOLUTION
Avatar of serena77
serena77

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dudikdan
dudikdan

ASKER

can you be more specipic on details
dudikdan: Have a look at this site

http://jgo.local.net/LinuxGuide/

(section system subsection compiling a kernel)


Regards

Serena
here can I download the most recent kernel ?
How can I know that which  kernel will run on specipic distribution (I mean if I have eg. REDHAT 5.1 or Slackware  is there specipic kernel for each of them , or all the kernel match all the distribution ? )

THNX DUDIK

can someone else add his profisionall opinion about my question ?

regards  DUDIK
dudik, ALL the linux distributions have the SAME kernel...the linux kernel... To find out the version of the kernel type uname -a
        goto http://kernelnotes.org

how to install a new software on linux , or do some upgrade in easy or general way ???
I not understand what is MAKE and also I not a programmer
so it look to me very difficult
is there a easy way like in WINDOWS or all the users of LINUX have to be only programmers ?!

can someone please try to answer me
thank's
use pre-compiled packages such as rpm

the command to install a new pack is rpm -ivh rpm_package


please have a look at http://jgo.local.net/LinuxGuide/
they explain the basics for linux

Good Luck

Serena