X86: Change how the default disk image gets set up.
Review Request #456 - Created Jan. 29, 2011 and submitted
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| Reviewers | |
| Default | |
| ali, gblack, nate, stever | |
X86: Change how the default disk image gets set up. The disk image to use was always being forced to a particular value. This change changes what disk image is selected as the default based on the architecture being built. In the future, a more sophisticated system might be used that selected a path based on certain rules instead of relying on one off file names.
Posted (Jan. 30, 2011, 9:26 a.m.)
-
configs/common/Benchmarks.py (Diff revision 1) -
What about naming all the images the same (e.g. linux.img) and changing disk(...) to insert a target ISA?
