mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
1f1302e185
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
43 lines
678 B
Plaintext
43 lines
678 B
Plaintext
_/pkg/drivers_managed-pc
|
|
_/pkg/wifi
|
|
_/pkg/depot_download
|
|
_/pkg/terminal
|
|
_/src/report_rom
|
|
_/src/init
|
|
_/src/ram_fs
|
|
_/src/fs_rom
|
|
_/src/fs_report
|
|
_/src/nitpicker
|
|
_/src/global_keys_handler
|
|
_/src/nit_fb
|
|
_/src/nit_focus
|
|
_/src/nit_fader
|
|
_/src/rtc_drv
|
|
_/src/top
|
|
_/src/trace_subject_reporter
|
|
_/src/cpu_load_display
|
|
_/src/rom_filter
|
|
_/src/terminal_log
|
|
_/src/file_terminal
|
|
_/src/libc
|
|
_/src/posix
|
|
_/src/ncurses
|
|
_/src/noux
|
|
_/src/bash-minimal
|
|
_/src/vim-minimal
|
|
_/src/coreutils-minimal
|
|
_/src/vfs
|
|
_/src/vfs_lxip
|
|
_/src/rump
|
|
_/src/ipxe_nic_drv
|
|
_/src/chroot
|
|
_/src/fetchurl
|
|
_/src/curl
|
|
_/src/libssh
|
|
_/src/zlib
|
|
_/src/log_core
|
|
_/src/depot_deploy
|
|
_/src/part_blk
|
|
_/src/nic_router
|
|
_/src/e2fsprogs-minimal
|