From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dsl092-170-083.wdc1.dsl.speakeasy.net ([66.92.170.83] helo=toccata.grg.afb.net) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 166uYh-0003WF-00 for ; Thu, 22 Nov 2001 09:10:31 -0500 Received: from localhost (janina@localhost) by toccata.grg.afb.net (8.11.6/8.11.6) with ESMTP id fAME6Xk04020 for ; Thu, 22 Nov 2001 09:06:33 -0500 X-Authentication-Warning: toccata.grg.afb.net: janina owned process doing -bs Date: Thu, 22 Nov 2001 09:06:33 -0500 (EST) From: Janina Sajka X-X-Sender: To: Subject: Re: Getting Started In-Reply-To: <008f01c17303$6abdbc00$0100a8c0@polaris> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: On Wed, 21 Nov 2001, Thomas Ward wrote: > Once done you can easily type a line like this. > > make dep ; make clean ; make modules ; make bzImage > Then, once compiled you can type, > make modules_install ; make install > Actually, you could simply do: make dep clean bzImage modules modules_install install The install script (the last part of the command) should take care of running lilo for you. Look at the output on screen when it's finished to confirm that everything came out OK by looking for lilo output.