|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
kernel builder
does anybody know a gui-kernel-builder?
I have never compiled a kernel, so i need a tool which is easy to handle with |
|
#2
|
|||
|
|||
|
It's straitforward - open xterm or konsole (if you're in KDE) and type
Code:
cd /usr/src/linux (or whatever else is the path to the sources), then type make xconfig and take care to read the help about every setting, plus the files indicated in the help. It'll take you hours, but you will know a lot more about Linux afterwards. When you're done and have saved & quit, run Code:
make bzImage make modules make modules_install make bzlilo (read your distro's manual before, these commands may vary for you). Alternatively to 'make xconfig', you can look in the KDE Control Center - I remember seeing there another kernel config GUI, but I never tried it.
__________________
PHP manual | MySQL manual | Apache docs | Linux Documentation Project | Free Software Foundation Smart Questions HOWTO | PHP security | PHP FAQ | Posting HOWTO Wikipedia | English dictionary | Google | News | RFCs Thus Spoke Zarathustra | A Skeptic's Guide to Christianity | Project Gutenberg | Skeptic's Annotated Bible ParEcon | Marxists Internet Archive | The Memory Hole | Landover Baptist | DHMO Research Universal Declaration of Human Rights | UN Charter | Geneva Conventions Sinfest | Chopping Block | Filthy Lies | Bob the Angry Flower | How to Shoot Yourself In the Foot |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > kernel builder |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|