A group-study of Stanford's PintOS, hoping to cover the entire implementation of the project and possibly some features beyond this given time-constraints.
The project's official web documentation and related files can be found here
Whenever compiling code please use these flags: -std=c17, -Wall, -Wextra, -Werror, -pedantic, -g, -O0, -o.