hello_tutorial: use [build_artifacts] in hello.run

Issue #4860
This commit is contained in:
Norman Feske 2023-11-17 17:10:55 +01:00 committed by Christian Helmuth
parent 727d307089
commit 5af3ffd6a8

View File

@ -2,7 +2,7 @@
# Build
#
build { core init hello }
build { core lib/ld init hello }
create_boot_directory
@ -35,7 +35,7 @@ install_config {
# Boot image
#
build_boot_image { core ld.lib.so init hello_client hello_server }
build_boot_image [build_artifacts]
append qemu_args " -nographic "