mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
remove some more kernel_module- references
make kgdb x86_64 work once again, now pending a decent serial refactor
This commit is contained in:
@@ -823,6 +823,7 @@ def setup(parser):
|
||||
this_module.qemu_hostfwd_generic_port = this_module.qemu_base_port + 1
|
||||
this_module.qemu_hostfwd_ssh_port = this_module.qemu_base_port + 2
|
||||
this_module.qemu_gdb_port = this_module.qemu_base_port + 3
|
||||
this_module.extra_serial_port = this_module.qemu_base_port + 4
|
||||
this_module.gdb_port = this_module.qemu_gdb_port
|
||||
|
||||
# Baremetal.
|
||||
|
||||
Reference in New Issue
Block a user