I have tried to build the noux_bash run file using the sel4 , nova and linux kernel options and so far have not had any success. Nova and sel4 both fail with:
[init -> drivers -> acpi_drv] Error: ROM-session creation failed (ram_quota=6144, cap_quota=3, label="platform_info")
[init -> drivers -> acpi_drv] Error: Could not open ROM session for "platform_info"
Warning: no io_mem support on Linux (args="base=0xe0000, size=0x20000, wc=no, diag=0, label="init -> drivers -> acpi_drv -> ", ram_quota=3827, cap_quota=2")
[init -> drivers -> acpi_drv] Segmentation fault (signum=11), see Linux kernel log for details
This looked similar to a problem I found here:
https://sourceforge.net/p/genode/mailman/message/35973788/but changing the amount of ram in the suggested file did not help. I also tried changing the amount of ram specified for noux in the run file with no change in behavior.