Adding gem5 source to svn.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1819 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
13
simulators/gem5/configs/boot/bonnie.rcS
Normal file
13
simulators/gem5/configs/boot/bonnie.rcS
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# /etc/init.d/rcS
|
||||
#
|
||||
|
||||
echo -n "Mounting empty disk..."
|
||||
mkdir /tmp-space
|
||||
/bin/mount /dev/hdb1 /tmp-space
|
||||
chmod a+rwx /tmp-space
|
||||
echo "done."
|
||||
|
||||
/bin/bonnie++ -u 99 -s 700 -r 0 -n 0 -f -F -d /tmp-space
|
||||
m5 exit
|
||||
Reference in New Issue
Block a user