From 75221fa1f90369e9a8ea89d0835709450eaf3f33 Mon Sep 17 00:00:00 2001 From: Ryan Hancock <krhancoc@uwaterloo.ca> Date: Sun, 23 Jan 2022 22:46:49 -0500 Subject: [PATCH] README Update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5a566d..90846ec 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,10 @@ of the kernel. Symbols are the names we have given functions and variables. This Note: If run.sh fails it means there is still a os161-runner container running. Use `docker kill os161` to kill it. -## Running other assignments -You may point the `run.sh` in any directory, the script makes sure that the directory is shared between the container and you. Allowing you to -continue to code and work on the files within the directoy and have the container running and seeing those changes. Further instructions will -be given to the scripts used to run and evaluate userspace code. + +## Running Userspace assignments +When inside the container you can run /run_assignment.sh ASSTUSER# where +'#' represents the assignment number. When mounting other directories that are not os161 note that the `build_kernel` and `test_kernel` functionality will not work. -- GitLab