# # Build # build { core init drivers/timer test/timed_semaphore } create_boot_directory # # Generate config # install_config { } # # Boot modules # # generic modules set boot_modules { core init timer test-timed_semaphore } build_boot_image $boot_modules append qemu_args " -m 64 -nographic " run_genode_until "end of timed-semaphore test" 10