Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 380 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 380 Bytes

Threading

Preemptive multithreading kernel with time-sharing.

Implemented using system stack for kernel calls. This solves performance problems and synchronization issues. Test classes are included.

Great care was given to system design, therefore source code is easy to read and can be used for learning.

Contact me if you have any questions. This is fun, but not so easy.