From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Grant Likely" Subject: Re: linux under emulator Date: Tue, 5 Aug 2008 11:30:45 -0600 Message-ID: References: <78ef7ce10808051028r14aa7973t3aaa3bc92132cbba@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <78ef7ce10808051028r14aa7973t3aaa3bc92132cbba@mail.gmail.com> Content-Disposition: inline Sender: linux-embedded-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Mihaela Grigore Cc: linux-embedded@vger.kernel.org On Tue, Aug 5, 2008 at 11:28 AM, Mihaela Grigore wrote: > If I intend to run a 2.6 linux kernel under a powerpc emulator, what > is needed to make a minimal bootable system? I mean, apart from the > kernel itself and busybox, do I need a bootloader ? If no actual > hardware is used and the kernel can reside directly in ram from the > emulator's point of view (so no relocation is needed), what else is to > be done before the kernel can start running ? Look at the firmware linux documentation. It should tell you everything you need. http://www.landley.net/code/firmware/ g.