qemu build userland

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2021-01-26 00:00:00 +00:00
parent f350d28a80
commit 03f1b0816d

View File

@@ -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?