OS-Level Programming & Aerokernel Experiment

Type: independent work

Project repository: https://github.com/xyang76/Nautilus

Description: Explored an aerokernel implementation (Nautilus, HPDC '15) as part of a Virtual Machine course research project. Implemented a subset of standard OpenMP directives on the Nautilus kernel, including omp_task, thread/team abstractions, barriers, locks, and dependencies.