Skip to content
Snippets Groups Projects
Unverified Commit 75221fa1 authored by Ryan Hancock's avatar Ryan Hancock
Browse files

README Update

parent 5e65d17f
No related branches found
No related tags found
No related merge requests found
...@@ -88,10 +88,10 @@ of the kernel. Symbols are the names we have given functions and variables. This ...@@ -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. 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 ## Running Userspace assignments
continue to code and work on the files within the directoy and have the container running and seeing those changes. Further instructions will When inside the container you can run /run_assignment.sh ASSTUSER# where
be given to the scripts used to run and evaluate userspace code. '#' represents the assignment number.
When mounting other directories that are not os161 note that the `build_kernel` and `test_kernel` functionality will not work. When mounting other directories that are not os161 note that the `build_kernel` and `test_kernel` functionality will not work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment