diff --git a/hello_tutorial/doc/hello_tutorial.txt b/hello_tutorial/doc/hello_tutorial.txt index a5fbf47d6..ad8acf74c 100644 --- a/hello_tutorial/doc/hello_tutorial.txt +++ b/hello_tutorial/doc/hello_tutorial.txt @@ -248,16 +248,27 @@ create a 'target.mk' file in 'src/hello/server': ! SRC_CC = main.cc ! LIBS = base -To tell the init process to start the new program, we have to add the following -entry to Init's 'config' file, which is located at 'build/bin/config'. +To tell the init process to start the new program, we have to add a '' +entry to init's 'config' file, which is located at 'build/bin/config'. ! +! +! +! +! +! +! +! +! ! -! +! ! ! ! +For information about the configuring the init process, please refer +to [http://genode.org/documentation/developer-resources/init]. + Now rebuild 'hello/server', go to 'build/bin', run './core'.