From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomko Date: Tue, 28 Jun 2005 10:32:12 +0800 Subject: [U-Boot-Users] question : difference between booting 2.4 and 2.6 kernel In-Reply-To: <20050627082035.52AF2CD555@atlas.denx.de> References: <20050627082035.52AF2CD555@atlas.denx.de> Message-ID: <42C0B6AC.7070507@avantwave.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >In message <42BFA550.5010807@avantwave.com> you wrote: > > >>I would like to modify the uboot so that it could boot up 2.4 and 2.6 >>kernel without downloading the u boot again . what i know the difference >> >> > >There is absolutely no need to modify U-Boot for this purpose. It can >boot many different operating systems and different Linux kernel >versions without any code changes. > > > >>is : 2.6 kernel know how to copy itself to memory but 2.4 do not and >>need bootloader to do it. Am i right ? How can i do this inorder to >>make it more convinent ? >> >> > >No, you are wrong. There are absolutely no changes needed. > > > In general, do you mean both kernel should know how to copy itself to memory and the bootloader don't need to handle this ? >Best regards, > >Wolfgang Denk > > >