vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Umm Gnubie, go read the kernel howto: http://www.linux.org/docs/ldp/howto/Kernel-HOWTO/ I promise it's not hard, just follow the instructions... If you screw up put in the slackware cd boot it up and boot of bare.i and try again. -mmm "widgetcomputers" <widgetcomputers1@comcast.net> wrote in message news:QKL%a.166796$o%2.68046@sccrnsc02... > This might be an easy question to answer for some one about how to you make > and new kernel in the Slackware 9.0 I need a step by step instruction to > help me config my new kernel in SLACK > > Thanks > > |
| |||
| On 2003-08-17, widgetcomputers <widgetcomputers1@comcast.net> wrote: > I need a step by step instruction to help me config my new kernel in > SLACK <URL:http://wombat.san-francisco.ca.us/faqomatic/cache/83.html> Compiling a kernel on a Slackware system is a pretty generic process, so pretty much any kernel compile guide will do. Before you start, it would be a good idea to copy to /boot/config to /path/to/kernel/sources/.config as that will start you off with the stock slackware configuration, which means you're less likely to leave something vital out of your newly compiled kernel. -- Mark Hill <mark_usenet@yahoo.co.uk> Slackware - "Dying" since 1996 |
| |||
| Bryan <bclinux@nospamntlworld.com> trolled: > On Sun, 17 Aug 2003 13:50:40 GMT > "widgetcomputers" <widgetcomputers1@comcast.net> Wrote: > >> This might be an easy question to answer for some one >> about how to you make and new kernel in the Slackware >> 9.0 I need a step by step instruction to help me >> config my new kernel in SLACK >> >> Thanks >> >> > A 2 sec google serch bought this... > > http://www.linux.org/docs/ldp/howto/Kernel-HOWTO/ And you recommend it? Because 90% of what is returned by a "2 sec google search" is garbage. cordially, as always, rm |
| |||
| On Sun, 17 Aug 2003, widgetcomputers wrote: > This might be an easy question to answer for some one about how to you make > and new kernel in the Slackware 9.0 I need a step by step instruction to > help me config my new kernel in SLACK > Thanks look at how Pat does it. RTFM scripts found in /kernels/ and if you're really pedantic and plan on working from a kernel.org tarball: RTFM everything in /source/k/ s'okay? -- just another Hated Regular William Hunt, Portland Oregon USA |
| |||
| widgetcomputers wrote: > This might be an easy question to answer for some one about how to you > make > and new kernel in the Slackware 9.0 I need a step by step instruction to > help me config my new kernel in SLACK > > Thanks Google is your friend. A guide to compiling kernel with no RTFM: http://www.linuxhelpnetwork.net/tuto...ile-kernel.php |
| |||
| On Sun, 17 Aug 2003, it was written: > widgetcomputers wrote: >> This might be an easy question to answer for some one about >> how to you make >> and new kernel in the Slackware 9.0 I need a step by step >> instruction to help me config my new kernel in SLACK >> Thanks > > Google is your friend. yes, yes, exactly: STFW. > A guide to compiling kernel with no RTFM: > > http://www.linuxhelpnetwork.net/tuto...ile-kernel.php ??? and so just how is that -not- RTFM ? can one somehow absorb the information therein -without- reading it? -- <sigh> William Hunt, Portland Oregon USA |
| |||
| In article <QKL%a.166796$o%2.68046@sccrnsc02>, widgetcomputers <widgetcomputers1@comcast.net> wrote: >This might be an easy question to answer for some one about how to you make >and new kernel in the Slackware 9.0 I need a step by step instruction to >help me config my new kernel in SLACK The other links people posted will show you the steps. make xconfig will give you the gui config tool. For each entry there is help which usually offers advice like "If unsure, say 'N'." That makes the decision making process pretty easy. Have your manuals for your computer standing by, too. Also, you can often find out more about your hardware by looking in /proc, e.g. cat /proc/bus/pci/devices to find what kind of USB you have, for instance. The only other advice I recommend is to keep the old kernel around. Add a new entry to lilo.conf for "SafeMode" or something that points to the old kernel. Or copy the new kernel's bzImage to a boot floppy and test boot off that. -Beej |
| |||
| i remember how much i hated people who said "RTFM" when i started out. try these. http://www.freewebs.com/specfiles/help/kernel-compiling http://www.freewebs.com/specfiles/help/index.htm "widgetcomputers" <widgetcomputers1@comcast.net> wrote in message news:<QKL%a.166796$o%2.68046@sccrnsc02>... > This might be an easy question to answer for some one about how to you make > and new kernel in the Slackware 9.0 I need a step by step instruction to > help me config my new kernel in SLACK > > Thanks |
| ||||
| William Hunt wrote: > > ??? and so just how is that -not- RTFM ? I did not make that up. First result searching google for "kernel compile no rtfm". Try it. > can one somehow absorb the information therein -without- reading it? I agree. |