X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Fboot-kitten;h=cf5dfe49d9cd4bfb0bf59d98b407d07cd0e7a875;hb=5b6278751429f59297ce74e614d50632daea3748;hp=dc5b9f72e25f010c8cc98f70e5d0e0b2ee06e77c;hpb=03a41b18bdb6ce4bf666f18acdaf302e2360efdc;p=palacios.releases.git diff --git a/kitten/boot-kitten b/kitten/boot-kitten index dc5b9f7..cf5dfe4 100755 --- a/kitten/boot-kitten +++ b/kitten/boot-kitten @@ -1,8 +1,9 @@ #!/bin/sh exec /usr/local/qemu/bin/qemu-system-x86_64 \ + -smp 1 \ -m 1024 \ - -nographic \ + -serial file:./serial.out \ -cdrom ./arch/x86_64/boot/image.iso \ < /dev/null