genode/gems
Norman Feske 18d881cf0f Split terminal implementation into multiple files
The terminal has a lot of bits that may be worth reusing outside the
single implementation. Those bits are now located at 'include/terminal'
in the gems repository.
2012-10-30 12:25:19 +01:00
..
include/terminal Split terminal implementation into multiple files 2012-10-30 12:25:19 +01:00
run Add built-in font sizes (8, 12, 16) to terminal 2012-10-30 12:25:19 +01:00
src Split terminal implementation into multiple files 2012-10-30 12:25:19 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as
'libports', and 'qt4'. To use the 'gems' repository, make sure to
also add those repositories to your build configuraion.