From 481a26d286113cb79a57f76b79270b23cc97bc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Mon, 11 Jul 2022 12:35:02 +0200 Subject: [PATCH] hello_tutorial: Fixed broken scenario. --- repos/hello_tutorial/run/hello.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/hello_tutorial/run/hello.run b/repos/hello_tutorial/run/hello.run index 13a2b10850..e3fe69da46 100644 --- a/repos/hello_tutorial/run/hello.run +++ b/repos/hello_tutorial/run/hello.run @@ -2,7 +2,7 @@ # Build # -build { core init hello } +build { core init timer hello } create_boot_directory @@ -49,7 +49,7 @@ install_config { # Boot image # -build_boot_image { core ld.lib.so init hello_client hello_server } +build_boot_image { core ld.lib.so init timer hello_client hello_server } append qemu_args " -nographic "