mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 15:33:04 +00:00
dd1b8a106f
Since the wireless LAN driver is actually a 'Libc::Component' due to its incorporation of the 'wpa_spplicant' application, we have to intercept its construction because we have to initialize the Lx_kit environment before any static ctors are executed. Most Linux initcalls are implemented as ctors that will be otherwise implicitly executed before the controll is given to us in 'Libc::Component::construct'. Issue #4927. |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.