From 32f42d693a703fd18b74554fbade56fd1dac6b99 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 8 Dec 2022 11:23:26 +0100 Subject: [PATCH] mxtasking: Made hello world example working again. --- repos/mml/run/hello_mxtask.run | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/repos/mml/run/hello_mxtask.run b/repos/mml/run/hello_mxtask.run index de73b12439..3bc51d944f 100644 --- a/repos/mml/run/hello_mxtask.run +++ b/repos/mml/run/hello_mxtask.run @@ -20,7 +20,9 @@ set config { + + @@ -38,7 +40,8 @@ append_platform_drv_config append config { - + + @@ -60,6 +63,6 @@ set boot_modules { append_platform_drv_boot_modules build_boot_image $boot_modules -append qemu_args "-nographic -m 64" +append qemu_args "-nographic" run_genode_until forever \ No newline at end of file