mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-04 21:14:13 +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
|