diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-09-16 22:54:01 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-09-16 22:54:01 -0400 |
commit | c7b211e71ffc45906c74821097ba555f80e8f82e (patch) | |
tree | c8649ae1faeea07413b09aca6d9efbc720bdabcb /configs/boot/nfs-client-dbench.rcS | |
parent | d4de2ba0b47cfbba4403bd010f910a60e6e89b9c (diff) | |
download | gem5-c7b211e71ffc45906c74821097ba555f80e8f82e.tar.xz |
various changes to the boot scripts
configs/boot/iscsi-client.rcS:
configs/boot/nfs-client-dbench.rcS:
don't use the /proc/m5 stuff, use the m5 binary
configs/boot/nfs-client-nhfsstone.rcS:
set up checkpoints
change nhfsstone configuration
configs/boot/nfs-client.rcS:
use more memory
configs/boot/nfs-server.rcS:
change the writeback frequency
load a larger simulated disk image.
create more nfsd threads
--HG--
extra : convert_revision : 242dfd261d62782c06847d64b9f6aa06664a1ec9
Diffstat (limited to 'configs/boot/nfs-client-dbench.rcS')
-rw-r--r-- | configs/boot/nfs-client-dbench.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/nfs-client-dbench.rcS b/configs/boot/nfs-client-dbench.rcS index 32fb1d1da..29b5043bf 100644 --- a/configs/boot/nfs-client-dbench.rcS +++ b/configs/boot/nfs-client-dbench.rcS @@ -46,7 +46,7 @@ echo "done." cd /nfs -initparam=`cat /proc/m5/initparam` +initparam=`m5 initparam` if test X$initparam == X0; then /sbin/m5 checkpoint 100000000 2000000000 |