mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 12:06:44 +00:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
# enable special handling in tool/run/boot_dir/sel4
|
|
set core_test "sel4"
|
|
|
|
build { test/sel4 }
|
|
|
|
create_boot_directory
|
|
|
|
build_boot_image "test-sel4"
|
|
|
|
append qemu_args " -nographic -m 64 "
|
|
|
|
run_genode_until forever
|