From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail816.megamailservers.com (mail816.carrierinternetsolutions.com [69.49.106.26]) by speech.braille.uwo.ca (Postfix) with ESMTP id AB41110A9D for ; Fri, 25 Jul 2008 23:29:27 -0400 (EDT) X-POP-User: gaijin.clearwire.net Received: from gnuked.clearwire.net (69-44-252-62.mrc.clearwire-dns.net [69.44.252.62]) by mail816.megamailservers.com (8.13.6.20060614/8.13.1) with ESMTP id m6Q3TKZv021669 for ; Fri, 25 Jul 2008 23:29:25 -0400 Received: from gaijin by gnuked.clearwire.net with local (Exim 4.69) (envelope-from ) id 1KMafB-0001fg-Up for speakup@braille.uwo.ca; Fri, 25 Jul 2008 20:41:46 -0700 Date: Fri, 25 Jul 2008 20:41:45 -0700 To: "Speakup is a screen review system for Linux." Subject: Re: question on speakup-source debian package Message-ID: <20080726034145.GA2336@clearwire.net> References: <20080725223621.GA6738@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080725223621.GA6738@localhost.localdomain> User-Agent: Mutt/1.5.18 (2008-05-17) From: Gaijin X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.10 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2008 03:29:27 -0000 On Fri, Jul 25, 2008 at 03:36:21PM -0700, Gregory Nowak wrote: > Let's say for example, that I am running a 2.6.25.12 custom-built > kernel via kernel-package from the stock kernel.org sources, and that > I want to upgrade to a custom-built 2.6.26 kernel built via > kernel-package, again from stock kernel.org source. As long as you have the correct compiler for it, you should be able to compile any kernel for any platform, irregardless of the kernel currently running. The compiler should be doing the work, converting source to machine code. If the folks at kernel.org couldn't compile a 2.6.26 kernel without a 2.6.26 kernel running, then they'd have to write kernels in Assembler, or worse, a hex editor. Michael