diff --git a/README.md b/README.md index 1e16d8a63955b857faff055a5b247187c7b3278e..ff134914d067139edee87c2cf2a876116161164c 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,13 @@ $ ./local.sh docker interactive If you use native Linux you can benefit from KVM superpowers using the `--privileged` argument. Thus the container will be started in privileged mode and you have access to KVM. After executing the last command you should get a prompter in the docker. -When running in interactive mode the `src/` directory is mounted to the `/linux/tools/labs/skels/assignments/0-list` directory inside the docker. The previous directory is shared with the VM as well in `skels/assignments/0-list`. -So any change in one would affect the other. -**Be careful not to delete your code!**. -We encourage you to make as many commits as possible on your **private** gitlab repo! + +> **Warning** +> When running in interactive mode the `src/` directory is mounted to the `/linux/tools/labs/skels/assignments/0-list` directory inside the docker. +> The previous directory is shared with the VM as well in `skels/assignments/0-list`. +> So any change in one would affect the other. +> **Be careful not to delete your code!**. +> We encourage you to make as many commits as possible on your **private** gitlab repo! 2. Build your assignment: ``` @@ -65,28 +68,12 @@ sh _checker ``` ## Submiting the assignment -### Option I 1. Create a `*.zip` archive containing all the source files and headers of your solution and a `Kbuild` file that results in the `list.ko` module. 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.  -### Option II -The second option will automatically create the archive from your **private** repo on gitlab. -More precisely from the `src` directory of your repo. -1. From your **private** repo go to `Settings->Access Tokens`. -Generate a token that has `api` and `read_api` scopes and `owner` role. -Copy the token. - - -2. Take the project id of your **private** repo. - - -3. Fill in the form on moodle with the details and click `Submit`. - -  - -4. After that you can go to the assignment page and see the already created archive. -After a few minutes you will be able to see the feedback of the checker. +Find the complete procedure for using `vmchecker-next` [here](https://github.com/systems-cs-pub-ro/vmchecker-next/wiki/Student-Handbook) -Find the complete procedure for using `vmchecker-next` [here](https://github.com/systems-cs-pub-ro/vmchecker-next/wiki/Student-Handbook) \ No newline at end of file +> **Warning** +> Although there is an alternative way to submit your assignment please submit the archive directly. \ No newline at end of file diff --git a/img/form.png b/img/form.png deleted file mode 100644 index df5c45a5d851cdda0db99aba507f33199a07dc1a..0000000000000000000000000000000000000000 Binary files a/img/form.png and /dev/null differ diff --git a/img/project_id.png b/img/project_id.png deleted file mode 100644 index c54811a8288dd6fc1fd3b8a86d79a61b1d690a73..0000000000000000000000000000000000000000 Binary files a/img/project_id.png and /dev/null differ diff --git a/img/token.png b/img/token.png deleted file mode 100644 index 47ee5c96f03ddf7540a43f066f0d802ff6fd36b9..0000000000000000000000000000000000000000 Binary files a/img/token.png and /dev/null differ