2
0
Fork 0
genodepkgs/tests/sotest_config.dhall

9 lines
217 B
Plaintext

{ boot_items =
[ { exec = "bender"
, load = [ "hypervisor serial novga iommu", "image.elf" ]
, name = "NOVA with Genode"
}
]
, boot_panic_patterns = [ "Error: init", "PAGE-FAULT IN CORE" ]
}