config: Add two options for setting the kernel command line.
Review Request #2524 - Created Nov. 22, 2014 and submitted
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10561:b2a85a0c0571 --------------------------- config: Add two options for setting the kernel command line. Both options accept template which will, through python string formatting, have "mem", "disk", and "script" values substituted in from the mdesc. Additional values can be used on a case by case basis by passing them as keyword arguments to the fillInCmdLine function. That makes it possible to have specialized parameters for a particular ISA, for instance. The first option lets you specify the template directly, and the other lets you specify a file which has the template in it.
Issue Summary
1
1
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Should we make this function a part of SysConfig class? | Nilay Vaish | Nov. 30, 2014, 10:38 a.m. | Open |
Posted (Nov. 30, 2014, 10:38 a.m.)
I do not see much value though, but I am fine with patch.
-
configs/common/FSConfig.py (Diff revision 1) -
Should we make this function a part of SysConfig class?
Ship It!
