git-svn-id: https://spexeah.com:8443/svn/Asuro@672 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2018-05-07 22:03:40 +00:00
parent 913a8c0d67
commit 2cbea55087
20 changed files with 8 additions and 4 deletions

4
run.sh
View File

@ -8,11 +8,11 @@ echo " "
echo "Running Asaro..."
if [ "$1" = "-d" ]
then
qemu-system-i386 -serial pty -s -S -cdrom Asuro.iso&
qemu-system-i386 -hda IMAGE.img -serial pty -s -S -cdrom Asuro.iso&
sleep 1
gdb -ex "target remote localhost:1234"
else
qemu-system-i386 -serial pty -monitor stdio -cdrom Asuro.iso
qemu-system-i386 -hda IMAGE.img -serial pty -monitor stdio -cdrom Asuro.iso
fi
if [ $? -ne 0 ]