git-svn-id: https://spexeah.com:8443/svn/Asuro@598 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
4
run.sh
4
run.sh
@ -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 ]
|
||||
|
Reference in New Issue
Block a user