common | ||
design | ||
helper_scripts | ||
kern | ||
man | ||
mk | ||
testscripts | ||
userland | ||
.clang-format | ||
CHANGES | ||
configure | ||
Makefile | ||
README.md |
OS161 assignments
This is my assignments I submitted for my CSE4001 course.
My additions
- clang-formatted the repo so it looks nice
/helper_scripts
: collection of scripts I used to build and manage the repobuild_os.sh
: point this script to a os161 source tree and it will copy it and make a new clean buildbuild_sys.sh
: builds sys161 (not used)clang-format-helper
: formats a directory and creates a.clang-format
with needed additions
Branches
main
: primary branch for anything non-assignment specificASST2/add-syscall
: adds asys_hello
syscall and ahellotest
binary