qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: "Andreas Färber" <afaerber@suse.de>
Cc: Herbei Dacian <dacian_herbei@yahoo.fr>,
	QEmu Devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] minimal linux distribution for qemu
Date: Fri, 16 Aug 2013 10:59:20 -0500	[thread overview]
Message-ID: <1376668760.2737.44@driftwood> (raw)
In-Reply-To: <520CC13A.50101@suse.de> (from afaerber@suse.de on Thu Aug 15 06:53:30 2013)

On 08/15/2013 06:53:30 AM, Andreas Färber wrote:
> Hi,
> 
> Am 15.08.2013 10:57, schrieb Herbei Dacian:
> >
> > please, can anyone recommend me a distribution that offers a  
> barebone
> > linux kernel.
> > minimum that I need on that image are:
> > _ the kernel
> > _ the compiler and development infrastructure to build it
> 
> Aboriginal Linux.
> 
> Andreas

Aboriginal actually comes with qemu launch scripts for each target.  
./run-emulator.sh is just the qemu command line, ./dev-environment.sh  
is a wrappe around that providing a better development enviornment  
(more memory and disk space). It's all described at  
http://landley.net/aboriginal/about.html

Try this:

   wget http://landley.net/aboriginal/bin/system-image-armv5l.tar.bz2
   tar xvjf system-image-armv5l.tar.bz2
   cd system-image.armv5l
   ./run-emulator.sh

   gcc /usr/src/thread-hello2.c -lpthread
   ./a.out
   exit

Thanks,

Rob

  reply	other threads:[~2013-08-16 15:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-15  8:57 [Qemu-devel] minimal linux distribution for qemu Herbei Dacian
2013-08-15 11:53 ` Andreas Färber
2013-08-16 15:59   ` Rob Landley [this message]
2013-08-16 16:06     ` Herbei Dacian
2013-08-15 12:09 ` Stefan Hajnoczi
2013-08-15 13:22   ` Herbei Dacian
2013-08-15 13:31     ` Peter Maydell
2013-08-15 13:46       ` Herbei Dacian
2013-08-15 13:48         ` Peter Maydell
2013-08-15 14:01           ` Herbei Dacian
2013-08-15 14:05             ` Peter Maydell
2013-08-15 14:18               ` Herbei Dacian
2013-08-15 14:22                 ` Peter Maydell
2013-08-16 16:21                 ` Rob Landley
2013-08-16 16:05             ` Rob Landley
2013-08-16 16:17               ` Herbei Dacian
2013-08-16 17:46                 ` Andreas Färber
2013-08-18  5:00                 ` Rob Landley
2013-08-18 13:57                   ` Herbei Dacian
2013-08-20  8:38                     ` Rob Landley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1376668760.2737.44@driftwood \
    --to=rob@landley.net \
    --cc=afaerber@suse.de \
    --cc=dacian_herbei@yahoo.fr \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).