Skip to content

Kyle-Verhoog/cs452

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benjamin Zhao and Kyle Verhoog's CS452 Kernel Monorepo

NOTE TO TAs:

Our final submission is on branch: master

Our TC2 submission is in a branch: tc2

Our TC1 submission is in a branch: milestone1

Our kernel 3 submission is in a branch: kernel3

The kernel 3 doc is located at docs/k3.pdf.

Our kernel 2 submission is in a branch: kernel2

The kernel 2 doc is located at docs/k2.pdf.

Our kernel 1 submission is in a branch: kernel1

The kernel 1 doc is located at docs/k1.pdf.

Documentation

The documentation is written in Markdown and generated using pandoc. To generate the documentation run make docs.

Developing

Debugging

To enable debugging messages and KASSERTs run make debug.

Building

To build the kernel run make. To build and copy to the tftp server, run make copy.

Formatting

Run make format to run the code formatter on the code of the project. Note that is destructive!

Testing

Unit Tests (for data structures)

To run the unit tests (x86) run make test.

Task tests (for kernel testing)

There are tests to test task creation and syscalls and more. To run these tests run make ktest.

About

operating system written to control models trains for uwaterloo cs452

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages