genode/repos/ports
Christian Helmuth 7be915a185 vbox6: disable RDTSC exit
For Windows guests, it's crucial to configure the paravirtualization
provider in .vbox6 like follows. Otherwise, the TSC calibration fails
(issue #4726) and the CPU frequency (in task manager) is bogus.

  <Paravirt provider="HyperV"/>

Fixes #4726
2023-04-17 14:48:24 +02:00
..
doc Replace libc_pipe plugin by VFS pipe plugin 2020-07-30 08:49:24 +02:00
include/vmm seoul: move to genode-world 2022-02-15 10:23:15 +01:00
lib libs: use select_from_ports in eager assignments 2022-11-17 08:00:34 +01:00
mk gnu_build.mk: pass static libraries in '-l:' format 2023-02-27 08:22:45 +01:00
ports verify: increase IOBUF size to 64 KiB 2022-10-12 12:09:36 +02:00
recipes depot: update recipe hashes 2023-03-13 14:32:54 +01:00
run vbox_share: increase resources for tcp_terminal 2023-02-27 08:22:45 +01:00
src vbox6: disable RDTSC exit 2023-04-17 14:48:24 +02:00
README Update README files 2023-03-13 14:32:53 +01:00

This directory contains ports of 3rd-party applications to Genode.

The 'ports' repository follows the patterns of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to _libports/README_.


Dependencies from other repositories
------------------------------------

Applications provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.