mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
53018515a9
A small sculpt setup with routed and raw access to the PC NIC-driver as well as a launcher for the ping app. Ref #4966
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
<launcher pkg="pc_nic">
|
|
<route>
|
|
<service name="Platform"> <parent label="nic"/> </service>
|
|
</route>
|
|
</launcher>
|