mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
mtops.h is perfect now
This commit is contained in:
3
run
3
run
@@ -592,10 +592,11 @@ Run QEMU with VNC instead of the default SDL. Connect to it with:
|
||||
# Part of me wants to: https://github.com/jonathanslenders/pymux
|
||||
# but it cannot be used as a library properly it seems, and it is
|
||||
# slower than tmux.
|
||||
tmux_args += " --arch {} --linux-build-id '{}' --run-id '{}'".format(
|
||||
tmux_args += " --arch {} --linux-build-id '{}' --run-id '{}' --userland-build-id '{}'".format(
|
||||
self.env['arch'],
|
||||
self.env['linux_build_id'],
|
||||
self.env['run_id'],
|
||||
self.env['userland_build_id'],
|
||||
)
|
||||
if self.env['baremetal']:
|
||||
tmux_args += " --baremetal '{}'".format(self.env['baremetal'])
|
||||
|
||||
Reference in New Issue
Block a user