genode/repos/os
Norman Feske 1f1302e185 terminal: use VFS-based font handling
This patch replaces the terminal's formerly built-in fonts with the new
VFS-based font handling.

To avoid the copying of the terminal's font configuration across run
scripts, this patch adds the new terminal/pkg runtime package, which
includes everything needed for instantiating a terminal: the actual
terminal component, the library dependencies (vfs_ttf, which in turn
depends on the libc), a font (bitstream-vera), and a reasonable default
configuration.

Fixes #2758
2018-05-03 15:31:17 +02:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include terminal: use VFS-based font handling 2018-05-03 15:31:17 +02:00
lib net: ICMP protocol 2018-04-10 11:11:52 +02:00
recipes terminal: remove built-in keyboard layout handling 2018-04-19 13:38:34 +02:00
run ping: exit run script on not supported platforms 2018-04-19 12:39:19 +02:00
src terminal: remove built-in keyboard layout handling 2018-04-19 13:38:34 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.