mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
net_test-pc.sculpt: minimal setup for net tests
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
This commit is contained in:
parent
8bad3d08d7
commit
53018515a9
5
repos/gems/sculpt/launcher/pc_nic
Normal file
5
repos/gems/sculpt/launcher/pc_nic
Normal file
@ -0,0 +1,5 @@
|
||||
<launcher pkg="pc_nic">
|
||||
<route>
|
||||
<service name="Platform"> <parent label="nic"/> </service>
|
||||
</route>
|
||||
</launcher>
|
5
repos/gems/sculpt/launcher/ping
Normal file
5
repos/gems/sculpt/launcher/ping
Normal file
@ -0,0 +1,5 @@
|
||||
<launcher pkg="ping">
|
||||
<route>
|
||||
<service name="Nic"> <child name="pc_nic"/> </service>
|
||||
</route>
|
||||
</launcher>
|
9
repos/gems/sculpt/net_test-pc.sculpt
Normal file
9
repos/gems/sculpt/net_test-pc.sculpt
Normal file
@ -0,0 +1,9 @@
|
||||
# configuration decisions
|
||||
drivers: pc
|
||||
ram_fs: depot
|
||||
|
||||
# selection of launcher-menu entries
|
||||
launcher: ping pc_nic
|
||||
|
||||
# supplemental depot content added to the system image
|
||||
import: pkg/drivers_managed-pc src/pc_nic_drv pkg/pc_nic pkg/ping
|
Loading…
Reference in New Issue
Block a user