hello_tutorial: Fixed broken scenario.

This commit is contained in:
Michael Müller
2022-07-11 12:35:02 +02:00
parent db3b242acb
commit 481a26d286

View File

@@ -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 "