diff --git a/repos/hello_tutorial/doc/hello_tutorial.txt b/repos/hello_tutorial/doc/hello_tutorial.txt index 7c7cb2e1f6..e9fb902a33 100644 --- a/repos/hello_tutorial/doc/hello_tutorial.txt +++ b/repos/hello_tutorial/doc/hello_tutorial.txt @@ -193,6 +193,7 @@ the applications as a class called 'Main' with its constructor taking the component's environment as argument. !#include +!#include ! !namespace Hello { struct Main; } ! @@ -407,7 +408,7 @@ script, which can be executed directly from within your build directory. A run script for the hello client-server scenario should be placed at the _run/hello.run_ and look as follows: -!build { core init hello } +!build { core lib/ld init hello } ! !create_boot_directory ! @@ -415,6 +416,9 @@ at the _run/hello.run_ and look as follows: ! ! ! +! +! +! ! ! ! @@ -429,7 +433,7 @@ at the _run/hello.run_ and look as follows: ! !} ! -!build_boot_image { core ld.lib.so init hello_client hello_server } +!build_boot_image [build_artifacts] ! !append qemu_args " -nographic " !