mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05: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
|
./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
|
==== User mode GDB
|
||||||
|
|
||||||
It's nice when <<gdb,the obvious>> just works, right?
|
It's nice when <<gdb,the obvious>> just works, right?
|
||||||
|
|||||||
Reference in New Issue
Block a user