VNC/ARM: Use VNC server and add support to boot into X11

This commit is contained in:
Ali Saidi
2011-02-11 18:29:36 -06:00
parent d33c1d9592
commit d4df9e763c
12 changed files with 1066 additions and 463 deletions

View File

@@ -69,6 +69,7 @@ if env['FULL_SYSTEM']:
Source('pcidev.cc')
Source('pktfifo.cc')
Source('platform.cc')
Source('ps2.cc')
Source('simple_disk.cc')
Source('sinic.cc')
Source('terminal.cc')