diff --git a/README.md b/README.md index f5a566dc03fdd15db8b95879932cb05c0db72e3c..90846ec051c264fc2e87ba91f21b0b29b082d387 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.