./gem5.sh: document better

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-29 00:00:00 +00:00
parent cb6ea17771
commit d282759944
2 changed files with 53 additions and 5 deletions

5
run
View File

@@ -121,7 +121,10 @@ See: https://cirosantilli.com/linux-kernel-module-cheat#gdb
self.add_argument(
'--gem5-readfile',
default='',
help='Set the contents of m5 readfile to this string.'
help='''\
Set the contents of m5 readfile to this string.
https://cirosantilli.com/linux-kernel-module-cheat#gem5-restore-new-script
'''
)
self.add_argument(
'--gem5-restore',