mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
run: use getopt
This commit is contained in:
@@ -8459,7 +8459,7 @@ patch -d gem5/gem5 -p1 < patches/manual/gem5-biglittle.patch
|
||||
then:
|
||||
|
||||
....
|
||||
./run -a A -g -X-b
|
||||
./run -a A -g --gem5-biglittle
|
||||
....
|
||||
|
||||
Advantages over `fs.py`:
|
||||
@@ -9544,8 +9544,6 @@ Otherwise, it becomes very difficult to keep everything working across path refa
|
||||
|`-X` |`EXTRA_OPTS` |Extra options that did not fit into `A-z`!
|
||||
This string is parsed by `getopt` on a separate parse step with different
|
||||
meanings for each flag.
|
||||
|`-X-b` | |Use `fs_bigLITTLE.py` instead of `fs.py` on gem5 simulation.
|
||||
Ignored by QEMU.
|
||||
|`-x` | |Run in graphic mode. Mnemonic: X11.
|
||||
|===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user