From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvnSY-0004An-Id for qemu-devel@nongnu.org; Tue, 02 Dec 2014 08:25:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvnSS-00046s-NB for qemu-devel@nongnu.org; Tue, 02 Dec 2014 08:25:42 -0500 Date: Tue, 2 Dec 2014 14:25:29 +0100 From: Kashyap Chamarthy Message-ID: <20141202132529.GA31820@tesla.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] QEMU Advent Calendar has begun - Day 1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Gerd Hoffmann , qemu-devel , qemu_mail On Mon, Dec 01, 2014 at 04:51:58PM +0000, Stefan Hajnoczi wrote: > Today is the first day of QEMU Advent Calendar 2014, where an > interesting and fun QEMU disk image is published every day. > > http://www.qemu-advent-calendar.org/ > > I won't spam the mailing list every day but I wanted to let you know > that from now until Christmas we will publish a daily image for your > enjoyment. > > The first image was contributed by Gerd Hoffmann and showcases an > amazing Slackware Linux 1.0 distribution with a pre-1.0 Linux kernel > from 1993! Nice! Just a small note: I added the below options to the 'Run' script's QEMU invocation, so I can get a nice shell right away :-) -nographic -nodefconfig -nodefaults $ ./Run + exec qemu-system-x86_64 -enable-kvm -m 16M -drive if=ide,format=qcow2,file=slackware.qcow2 -netdev user,id=slirp -device ne2k_isa,netdev=slirp -serial stdio -nographic -nodefconfig -nodefaults Welcome to Linux 0.99pl12. slack login: root Linux 0.99pl12. (Posix). No mail. slack:/# Thanks for doing this! -- /kashyap