Go to file
2024-09-12 13:08:12 -04:00
common clang-format 2024-09-10 13:03:02 -04:00
design os161 2.0.3 2024-09-10 13:02:40 -04:00
helper_scripts Add my helper scripts 2024-09-10 13:19:37 -04:00
kern impl SYS__exit 2024-09-12 13:08:12 -04:00
man os161 2.0.3 2024-09-10 13:02:40 -04:00
mk os161 2.0.3 2024-09-10 13:02:40 -04:00
testscripts os161 2.0.3 2024-09-10 13:02:40 -04:00
userland clang-format 2024-09-10 13:03:02 -04:00
.clang-format clang-format 2024-09-10 13:03:02 -04:00
CHANGES os161 2.0.3 2024-09-10 13:02:40 -04:00
configure os161 2.0.3 2024-09-10 13:02:40 -04:00
Makefile os161 2.0.3 2024-09-10 13:02:40 -04:00
README.md add README.md 2024-09-10 13:27:08 -04:00

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 repo
    • build_os.sh: point this script to a os161 source tree and it will copy it and make a new clean build
    • build_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 specific
  • ASST2/add-syscall: adds a sys_hello syscall and a hellotest binary