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
Description
Languages
C
92.4%
Makefile
3.3%
Assembly
2.2%
Shell
1.6%
Python
0.5%