mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
Clarify input size Bash is slow
This commit is contained in:
@@ -1918,7 +1918,7 @@ and then rebuild with:
|
|||||||
./build -a arm -g -i buildroot_config_fragment_parsec parsec-benchmark-reconfigure
|
./build -a arm -g -i buildroot_config_fragment_parsec parsec-benchmark-reconfigure
|
||||||
....
|
....
|
||||||
|
|
||||||
This limitation exists because `parsecmgmt` generates the input files just before running, but we can't run on gem5 as it is too slow!
|
This limitation exists because `parsecmgmt` generates the input files just before running via the Bash scripts, but we can't run `parsecmgmt` on gem5 as it is too slow!
|
||||||
|
|
||||||
One option would be to do that inside the guest with QEMU, but this would required a full rebuild due to <<gem5-and-qemu-with-the-same-kernel-configuration>>.
|
One option would be to do that inside the guest with QEMU, but this would required a full rebuild due to <<gem5-and-qemu-with-the-same-kernel-configuration>>.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user