mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
qemu build userland
This commit is contained in:
17
README.adoc
17
README.adoc
@@ -4014,6 +4014,23 @@ If you modify the userland programs, rebuild simply with:
|
||||
./build-userland
|
||||
....
|
||||
|
||||
To rebuild just QEMU userland if you hack it, use:
|
||||
|
||||
....
|
||||
./build-qemu --mode userland
|
||||
....
|
||||
|
||||
The:
|
||||
|
||||
....
|
||||
--mode userland
|
||||
....
|
||||
|
||||
is needed because QEMU has two separate executables:
|
||||
|
||||
* `qemu-x86_64` for userland
|
||||
* `qemu-system-x86_64` for full system
|
||||
|
||||
==== User mode GDB
|
||||
|
||||
It's nice when <<gdb,the obvious>> just works, right?
|
||||
|
||||
Reference in New Issue
Block a user