X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Fboot-kitten;fp=kitten%2Fboot-kitten;h=dc5b9f72e25f010c8cc98f70e5d0e0b2ee06e77c;hb=9785cbb377eb0c556180caa43848a18e84f5dd2a;hp=0000000000000000000000000000000000000000;hpb=4298bbf36e8bb689f2817fc7616803c2fd788005;p=palacios-OLD.git 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 +