1
 2 // OS project project page
 3 // This was done as a part of a faculty course, Operating Systems
 4 // -------------------------------------------------------------------------------------------------------------------------------------------
 5
 6 class OsProject: public Project {
 7
 8    name: OsProject
 9
10    desc: Simple kernel with asynchronous time-sharing capabilities as part of an Operating Systems course,
11          implementing C & C++ APIs for multithreading, semaphores, and memory allocation
12
13    tools: C++, C, operating systems
14
15    github_link: Click here
16
17 }
18
19
20
21
22