Config: Add command line options for disk image and memory size
authorJayneel Gandhi <jayneel@cs.wisc.edu>
Mon, 16 Apr 2012 22:51:26 +0000 (17:51 -0500)
committerJayneel Gandhi <jayneel@cs.wisc.edu>
Mon, 16 Apr 2012 22:51:26 +0000 (17:51 -0500)
commitb5b9d2ad3ead8d0bf06e4546ca7fdd41445b6d2b
treeed04aa8f60c8e07aa9bdfd012ed72b92de2bebed
parenta5187f9d966d967254c71e1fb3545a4745aadc75
Config: Add command line options for disk image and memory size
Added the options to Options.py for FS mode with backward compatibility. It is
good to provide an option to specify the disk image and the memory size from
command line since a lot of disk images are created to support different
benchmark suites as well as per user needs. Change in program also leads to
change in memory requirements. These options provide the interface to provide
both disk image and memory size from the command line and gives more
flexibility.
configs/common/Options.py
configs/example/fs.py
configs/example/ruby_fs.py