From: Jack Lange Date: Wed, 22 Oct 2008 01:13:47 +0000 (-0500) Subject: added boot kitten2 X-Git-Tag: 1.0^2~24 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios-OLD.git;a=commitdiff_plain;h=269e1697dc66453d0d8b31da5bf27e013856b57d added boot kitten2 --- diff --git a/kitten/boot-kitten2 b/kitten/boot-kitten2 new file mode 100755 index 0000000..5135c32 --- /dev/null +++ b/kitten/boot-kitten2 @@ -0,0 +1,8 @@ +#!/bin/sh + +exec /usr/local/qemu/bin/qemu-system-x86_64 \ + -m 1024 \ + -serial file:./serial.out \ + -cdrom ./arch/x86_64/boot/image.iso \ + < /dev/null +