sigil/tests/vmm_x86.dhall

15 lines
345 B
Plaintext

let Sigil = env:DHALL_SIGIL
let Init = Sigil.Init
let Child = Init.Child
in λ(binary : Text) →
Child.flat
Child.Attributes::{
, binary
, exitPropagate = True
, resources = Init.Resources::{ caps = 2048, ram = Sigil.units.MiB 256 }
, routes = [ Sigil.Init.ServiceRoute.parent "VM" ]
}