Skip to content

Jeff-Rowell/CPU2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU2

A lightweight kernel in C++ that takes executables as command line arguments and round robins through them for a fixed length of time in a time-sharing fashion. This project allowed me to practice my knowledge of process control blocks, interrupt service vectors, sending signals, SIG traps, and piping information between parent and child processes.

All system calls are asserted, plus static and dynamic analysis was done with scan-build and valgrind, respectively. No warnings are generated, and no memory leakage.

About

A lightweight kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages