# # Build # set build_components { core init drivers/input drivers/timer drivers/pci test/input } build $build_components create_boot_directory # # Generate config # append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core init timer pci_drv ps2_drv test-input } # platform-specific modules build_boot_image $boot_modules append qemu_args " -m 256 " run_genode_until forever