doc/getting_started.txt: Mention VESA driver

This commit is contained in:
Norman Feske 2013-08-15 11:05:59 +02:00
parent a652cb5110
commit 3d42cb0693
1 changed files with 10 additions and 0 deletions

View File

@ -72,6 +72,16 @@ you should revisit first when exploring the base platform. Additionally, most
'base-<platform>' directories provide more in-depth information within their
respective 'doc/' subdirectories.
For the VESA driver on x86, the x86emu library is required and can be
downloaded and prepared by invoking the following command from within the
'libports' directory:
! make prepare PKG=x86emu
Also uncomment the following line in 'etc/build.conf'
! REPOSITORIES += $(GENODE_DIR)/libports
Now that the base platform is prepared, the 'create_builddir' tool can be used
to create a build directory for your platform of choice by giving the platform
as argument. To see the list of available platforms, execute 'create_builddir'