X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Fboot-kitten2;fp=kitten%2Fboot-kitten2;h=cf5dfe49d9cd4bfb0bf59d98b407d07cd0e7a875;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=0000000000000000000000000000000000000000;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios.git diff --git a/kitten/boot-kitten2 b/kitten/boot-kitten2 new file mode 100755 index 0000000..cf5dfe4 --- /dev/null +++ b/kitten/boot-kitten2 @@ -0,0 +1,9 @@ +#!/bin/sh + +exec /usr/local/qemu/bin/qemu-system-x86_64 \ + -smp 1 \ + -m 1024 \ + -serial file:./serial.out \ + -cdrom ./arch/x86_64/boot/image.iso \ + < /dev/null +