ARM: Decode the unsigned saturating instructions.
[gem5.git] / configs / boot / bonnie.rcS
1 #!/bin/sh
2 #
3 # /etc/init.d/rcS
4 #
5
6 echo -n "Mounting empty disk..."
7 mkdir /tmp-space
8 /bin/mount /dev/hdb1 /tmp-space
9 chmod a+rwx /tmp-space
10 echo "done."
11
12 /bin/bonnie++ -u 99 -s 700 -r 0 -n 0 -f -F -d /tmp-space
13 m5 exit