mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: update to 239054f48439c18b93e1a70ff29dbcb0c4742cff
fs_bigLITTLE: no patches needed anymore, we now have the --root option.
This commit is contained in:
6
run
6
run
@@ -526,7 +526,10 @@ Extra options to append at the end of the emulator command line.
|
||||
'--machine-type', self.env['machine'], LF,
|
||||
])
|
||||
if self.env['baremetal'] is None:
|
||||
cmd.extend(['--command-line', 'earlyprintk=pl011,0x1c090000 lpj=19988480 rw loglevel=8 mem={} root=/dev/sda {}'.format(memory, kernel_cli), LF])
|
||||
cmd.extend([
|
||||
'--command-line',
|
||||
'earlyprintk=pl011,0x1c090000 lpj=19988480 rw loglevel=8 mem={} root=/dev/sda {}'.format(memory, kernel_cli), LF
|
||||
])
|
||||
dtb = None
|
||||
if self.env['dtb'] is not None:
|
||||
dtb = self.env['dtb']
|
||||
@@ -574,6 +577,7 @@ Extra options to append at the end of the emulator command line.
|
||||
'--disk', self.env['disk_image'], LF,
|
||||
'--kernel', self.env['image'], LF,
|
||||
'--little-cpus', str(self.env['cpus'] // 2), LF,
|
||||
'--root', '/dev/vda', LF,
|
||||
])
|
||||
if self.env['dtb']:
|
||||
cmd.extend([
|
||||
|
||||
Reference in New Issue
Block a user