We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f350d28 commit 03f1b08Copy full SHA for 03f1b08
README.adoc
@@ -4014,6 +4014,23 @@ If you modify the userland programs, rebuild simply with:
4014
./build-userland
4015
....
4016
4017
+To rebuild just QEMU userland if you hack it, use:
4018
+
4019
+....
4020
+./build-qemu --mode userland
4021
4022
4023
+The:
4024
4025
4026
+--mode userland
4027
4028
4029
+is needed because QEMU has two separate executables:
4030
4031
+* `qemu-x86_64` for userland
4032
+* `qemu-system-x86_64` for full system
4033
4034
==== User mode GDB
4035
4036
It's nice when <<gdb,the obvious>> just works, right?
0 commit comments