mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
build { core }
|
|
|
|
create_boot_directory
|
|
|
|
build_boot_image "core"
|
|
|
|
append qemu_args " -nographic -m 64 "
|
|
|
|
run_genode_until forever
|