some assignments for CS 450 - operating systems
-
Updated
Apr 11, 2021 - Python
some assignments for CS 450 - operating systems
Complete POSIX.1-2008 style signal mechanism for xv6. Features include per-process signal tables, lazy delivery during user/kernel transitions, siginfo_t metadata, and proper fork/exec inheritance. Supports 20+ signals including SIGKILL, SIGCHLD, and SIGALRM. Passes all provided test suites plus custom tests.
Add a description, image, and links to the xv6 topic page so that developers can more easily learn about it.
To associate your repository with the xv6 topic, visit your repo's landing page and select "manage topics."