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

This commit is contained in:
kieron
2018-04-29 18:04:40 +00:00
parent c2d3825b8f
commit a12957e069
17 changed files with 24 additions and 22 deletions

4
run.sh
View File

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