mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: LF!!!!!
This commit is contained in:
4
run
4
run
@@ -547,7 +547,7 @@ Extra options to append at the end of the emulator command line.
|
||||
if dtb is not None:
|
||||
cmd.extend(['--dtb-filename', dtb, LF])
|
||||
if self.env['baremetal'] is None:
|
||||
cmd.extend(['--param', 'system.panic_on_panic = True', LF ])
|
||||
cmd.extend(['--param', 'system.panic_on_panic = True', LF])
|
||||
else:
|
||||
cmd.extend([
|
||||
'--bare-metal', LF,
|
||||
@@ -563,7 +563,7 @@ Extra options to append at the end of the emulator command line.
|
||||
cpu_type = 'atomic'
|
||||
if self.env['gem5_restore'] is not None:
|
||||
cpt_dir = self.gem5_list_checkpoint_dirs()[-self.env['gem5_restore']]
|
||||
extra_emulator_args.extend(['--restore-from', os.path.join(self.env['m5out_dir'], cpt_dir)])
|
||||
extra_emulator_args.extend(['--restore-from', os.path.join(self.env['m5out_dir'], cpt_dir), LF])
|
||||
cmd.extend([
|
||||
os.path.join(
|
||||
self.env['gem5_source_dir'],
|
||||
|
||||
Reference in New Issue
Block a user