This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-20 14:13:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
46a29532a9
genode
/
repos
/
gems
/
recipes
/
pkg
/
terminal
/
archives
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-04-11 12:14:20 +00:00
_/raw/ttf-bitstream-vera-minimal
_/raw/terminal
_/src/terminal
Convert static VFS library to dynamic library Fix #2759
2018-04-23 08:49:21 +00:00
_/src/vfs
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-04-11 12:14:20 +00:00
_/src/vfs_ttf
_/src/libc
Reference in New Issue
Copy Permalink