mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
@@ -26,7 +26,7 @@ install_config {
|
||||
</config>}
|
||||
|
||||
# create single boot image from the compiled program images
|
||||
build_boot_image "core init test-cpu_scheduler"
|
||||
build_boot_image "core ld.lib.so init test-cpu_scheduler"
|
||||
|
||||
# configure qemu to use 64 MB RAM and avoid GUI mode
|
||||
append qemu_args " -m 64 -nographic"
|
||||
|
||||
@@ -27,7 +27,7 @@ install_config {
|
||||
}
|
||||
|
||||
# create single boot image from the compiled program images
|
||||
build_boot_image "core init test-double_list"
|
||||
build_boot_image "core ld.lib.so init test-double_list"
|
||||
|
||||
# configure qemu to use 64 MB RAM and avoid GUI mode
|
||||
append qemu_args " -m 64 -nographic"
|
||||
|
||||
@@ -60,7 +60,7 @@ install_config {
|
||||
}
|
||||
|
||||
# create single boot image from the compiled program images
|
||||
build_boot_image "core init"
|
||||
build_boot_image "core ld.lib.so init"
|
||||
|
||||
# configure qemu to use 64 MB RAM and avoid GUI mode
|
||||
append qemu_args " -m 64 -nographic"
|
||||
|
||||
Reference in New Issue
Block a user