diff options
author | Kevin Lim <ktlim@umich.edu> | 2005-03-08 21:03:20 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2005-03-08 21:03:20 -0500 |
commit | 2162b433adfa596bc0d6515b8157b24cd2599541 (patch) | |
tree | 96c01743fc94260c77848a92cefcc0e4e8dbc248 /configs/boot/nfs-server.rcS | |
parent | bb41c21d6ae3417cfcbfa1bb5ecc9efbae1950ab (diff) | |
parent | 550e6a5010602049b9be426ba41939ee7167ccd9 (diff) | |
download | gem5-2162b433adfa596bc0d6515b8157b24cd2599541.tar.xz |
Hand-merge static_inst.hh. These execute functions are within an external file in the new CPU case.
cpu/static_inst.hh:
Hand-merge. These execute functions are within an external file in the new CPU case.
--HG--
extra : convert_revision : a34112f471fa31bdd5bb53552ddd704b9571c110
Diffstat (limited to 'configs/boot/nfs-server.rcS')
-rwxr-xr-x | configs/boot/nfs-server.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/nfs-server.rcS b/configs/boot/nfs-server.rcS index 21b7ab83c..0cb489a9d 100755 --- a/configs/boot/nfs-server.rcS +++ b/configs/boot/nfs-server.rcS @@ -38,7 +38,7 @@ echo "done." # mknod /dev/sda1 b 8 1 #fi -/sbin/insmod /modules/scsi_debug.ko dev_size_mb=768 +/sbin/insmod /modules/scsi_debug.ko dev_size_mb=512 echo -n "creating partition and formatting..." #echo "1,767,L" > /tmp/sfdisk.run |