mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 03:40:15 +00:00
The netperf test configures the target Genode system for with 10.0.2.55/24. Also, nic_drv on base-linux uses the virtual ethernet device 'tap0', which must be configured for the test user and network address 10.0.2.1/24 on the test host like follows. tunctl -t tap0 -u <user running test> ip address add 10.0.2.1/24 dev tap ip link set tap0 up
This directory contains ports of popular 3rd-party applications to Genode. The 'ports' repository follows the line of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to 'libports/README'. Dependencies from other repositories ------------------------------------ Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'. Furthermore, applications may require additional repositories. For example, the Arora web browser depends on the 'qt4' repository.