mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +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
110 B
Plaintext
6 lines
110 B
Plaintext
<launcher pkg="ping">
|
|
<route>
|
|
<service name="Nic"> <child name="pc_nic"/> </service>
|
|
</route>
|
|
</launcher>
|