Skip to content

Commit 03f1b08

Browse files
committed
qemu build userland
1 parent f350d28 commit 03f1b08

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4014,6 +4014,23 @@ If you modify the userland programs, rebuild simply with:
40144014
./build-userland
40154015
....
40164016

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+
40174034
==== User mode GDB
40184035

40194036
It's nice when <<gdb,the obvious>> just works, right?

0 commit comments

Comments
 (0)