From: Trammell Hudson Date: Tue, 21 Oct 2008 21:51:52 +0000 (-0500) Subject: Boot a 1 G kitten kernel under qemu X-Git-Tag: 1.0^2~32^2~1 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios-OLD.git;a=commitdiff_plain;h=9785cbb377eb0c556180caa43848a18e84f5dd2a Boot a 1 G kitten kernel under qemu --- diff --git a/kitten/boot-kitten b/kitten/boot-kitten new file mode 100755 index 0000000..dc5b9f7 --- /dev/null +++ b/kitten/boot-kitten @@ -0,0 +1,8 @@ +#!/bin/sh + +exec /usr/local/qemu/bin/qemu-system-x86_64 \ + -m 1024 \ + -nographic \ + -cdrom ./arch/x86_64/boot/image.iso \ + < /dev/null +