genode/repos/ports
Adrian-Ken Rueegsegger 6d28ea1c5c vbox: Add platform-specific setup machine hook
Add call to genode_setup_machine prior to machine registration in
frontend machine setup code. This enables platform-specific adjustments
to the machine instance.

The new function is used on hw_x86_64_muen to clamp the processor count
to 1 as multiple virtual CPUs are not supported on this platform.

Issue #2016
2016-07-06 13:02:56 +02:00
..
doc doc: update README, components.txt etc. 2016-05-26 15:54:17 +02:00
include lib/libc_noux: increase execve buffers 2016-06-28 11:20:11 +02:00
lib vbox: Add platform-specific setup machine hook 2016-07-06 13:02:56 +02:00
mk Noux: workaround for libtool problem 2016-04-11 11:51:44 +02:00
ports vbox: add config option to enforce use of IOAPIC 2016-06-28 11:10:45 +02:00
run vbox: config option for the virtual XHCI controller 2016-06-28 11:10:29 +02:00
src vbox: Add platform-specific setup machine hook 2016-07-06 13:02:56 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

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'.