x11, gdbserver

This commit is contained in:
Ciro Santilli
2017-08-29 07:38:44 +01:00
parent 8d668d6ed3
commit b134f39588
3 changed files with 39 additions and 13 deletions

View File

@@ -501,6 +501,16 @@ Just make sure that you never click inside the QEMU window when doing that, othe
You can still send key presses to QEMU however even without the mouse capture, just either click on the title bar, or alt tab to give it focus.
## X11
x86 has X11 support, simply run:
startx
More details: <https://unix.stackexchange.com/questions/70931/how-to-install-x11-on-my-own-linux-buildroot-system/306116#306116>
Not sure how well the graphics stack represents real systems, but if it does it would be a good way to understand how it works.
## Table of contents
1. [Introduction](introduction.md)