Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 261 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 261 Bytes

worker-bee

Implementations of specific parts of the OS Kernel as part of development work on the mCertiKOS Kernel developed by the Yale FLINT Group

PBBQ: Implementation of a bounded-buffer queue to handle threads. Requires simple thread lock implementation.