From 918cac3cca4682db2c64f540b439ae3754597434 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 10 Aug 2022 16:25:37 +0200 Subject: [PATCH] blinktree: Defined affinity space and added POSIX library for posix_memalign(). --- repos/mml/run/blinktree.run | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/repos/mml/run/blinktree.run b/repos/mml/run/blinktree.run index a73e1faaaf..24f929c092 100644 --- a/repos/mml/run/blinktree.run +++ b/repos/mml/run/blinktree.run @@ -22,6 +22,7 @@ set config { + @@ -38,8 +39,9 @@ set config { append_platform_drv_config append config { - - + + + @@ -64,10 +66,11 @@ append config { install_config $config set boot_modules { - core init timer vfs.lib.so ld.lib.so libm.lib.so libc.lib.so stdcxx.lib.so blinktree fill_randint_workloada mixed_randint_workloada + core init timer vfs.lib.so ld.lib.so libm.lib.so libc.lib.so stdcxx.lib.so posix.lib.so blinktree fill_randint_workloada mixed_randint_workloada } append_platform_drv_boot_modules build_boot_image $boot_modules -append qemu_args "-nographic -m 64" \ No newline at end of file +append qemu_args "-nographic" +run_genode_until forever