readme: explain how to run benchmarks with readfile straight out

gem5 cache automate benchmarks, and remove results that were scattered all over.

Move console fun under linux kernel section, since not important enough
for getting started.

Set arch x86_64 by default through common on all scripts.
This commit is contained in:
Ciro Santilli
2018-04-03 22:19:18 +01:00
parent 0dd444d8eb
commit f482f24f87
10 changed files with 94 additions and 154 deletions

View File

@@ -2,7 +2,6 @@
set -eu
. common
set -- ${cli_trace_boot:-} "$@"
arch=x86_64
while getopts a: OPT; do
case "$OPT" in
a)