diff kernel/qemutst.sh @ 362:c05ab629976a

Added CPUID for arm
author Windel Bouwman
date Sat, 15 Mar 2014 10:56:34 +0100
parents 5477e499b039
children
line wrap: on
line diff
--- a/kernel/qemutst.sh	Fri Mar 14 16:18:54 2014 +0100
+++ b/kernel/qemutst.sh	Sat Mar 15 10:56:34 2014 +0100
@@ -2,20 +2,7 @@
 
 set -e
 
-echo "quit" | socat stdio stdio
-
-echo "Trying to run test on stellaris qemu machine"
-
 # -S means halt at start:
 qemu-system-arm -M vexpress-a9 -m 128M -kernel kernel_arm.bin \
     -serial stdio -s
 
-#sleep 1
-
-# Send quit to the monitor application
-#echo "quit" | socat stdio UNIX-CONNECT:vm.sock
-
-#echo "Output from terminal:"
-#cat output.txt
-#echo ""
-