mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
userland: move more userland/arch/ logic into property tree
This commit is contained in:
6
run
6
run
@@ -549,7 +549,11 @@ Extra options to append at the end of the emulator command line.
|
||||
debug_args = []
|
||||
cmd.extend(
|
||||
[
|
||||
os.path.join(self.env['qemu_build_dir'], '{}-linux-user'.format(self.env['arch']), 'qemu-{}'.format(self.env['arch'])), LF,
|
||||
os.path.join(
|
||||
self.env['qemu_build_dir'],
|
||||
'{}-linux-user'.format(self.env['arch']),
|
||||
'qemu-{}'.format(self.env['arch'])
|
||||
), LF,
|
||||
'-L', self.env['userland_library_dir'], LF,
|
||||
'-r', self.env['kernel_version'], LF,
|
||||
'-seed', '0', LF,
|
||||
|
||||
Reference in New Issue
Block a user