2
0
Fork 0
genodepkgs/tests/vmm_x86.dhall

14 lines
327 B
Plaintext

let Genode = env:DHALL_GENODE
let Init = Genode.Init
let Child = Init.Child
in Child.flat
Child.Attributes::{
, binary = "test-vmm_x86"
, exitPropagate = True
, resources = Init.Resources::{ caps = 2048, ram = Genode.units.MiB 256 }
, routes = [ Genode.Init.ServiceRoute.parent "VM" ]
}