From 946e2249a013ff262101fb91249d3c728c99e61d Mon Sep 17 00:00:00 2001 From: Dragos Iulian ARGINT <dragos.argint@stud.acs.upb.ro> Date: Sun, 9 Apr 2023 14:39:56 +0300 Subject: [PATCH] Update documentation Signed-off-by: Dragos Iulian ARGINT <dragos.argint@stud.acs.upb.ro> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae9881e..34c8584 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,12 @@ sh _checker 1. Create a `*.zip` archive containing all the source files and headers of your solution and a `Kbuild` file that results in the `tracer.ko` module. > **Warning** > Please, keep in mind that you are not allowed to change the header inside the `/src` directory (`vmchecker-next` will overwrite this file, along with others). -> Also, make sure the sources are in the root of the archive. +> Also, make sure the sources are in the **root of the archive**. 2. Upload the archive on moodle in the section corresponding to the assignment. 3. After a few minutes, you can see the checker results on the submission page, like in the following image. > **Warning** > Please make sure you get the score as feedback on the moodle page. Otherwise, something wrong happened in the checker and the assignment will not be graded. +  Find the complete procedure for using `vmchecker-next` [here](https://github.com/systems-cs-pub-ro/vmchecker-next/wiki/Student-Handbook) -- GitLab