Re: Compiling kernal not a good experience ..

2002-10-30 Thread Kevin . Lisciotti
ECTED]> Sent by: [EMAIL PROTECTED] 10/30/2002 02:40 PM Please respond to psyche-list To: [EMAIL PROTECTED] cc: Subject: Re: Compiling kernal not a good experience .. faisal gillani wrote: > Hello > > my first experience with compiling kernal wasn

Re: Compiling kernal not a good experience ..

2002-10-30 Thread Taylor, ForrestX
faisal gillani wrote: Hello my first experience with compiling kernal wasnt that good in fact it was filled with errors first i install the kernal source ,then i moved into the src directory & issue the make xconfig command ,next i went into the filesystem & choose ntfs filesystem then i save &

Re: Compiling kernal not a good experience ..

2002-10-30 Thread Chris Sechiatano
Sounds like you are missing a few steps. These are the basic steps to follow: make clean make xconfig make dep make make bzImage make modules make install make modules_install configure LILO or GRUB. Also take a look at the kernel How-To http://www.tldp.org/HOWTO/Kernel-HOWTO-2.html