Skip to content

Implementation of kernel’s subsystem for managing threads. The subsystem also provides the concept of semaphores and events.

Notifications You must be signed in to change notification settings

jovanstevanovic/multithreaded-operating-systems-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OS Kernel Subsystem

Thread Management: I engineered a robust kernel subsystem that orchestrated thread creation, scheduling, and coordination, enabling effective multitasking.

Semaphores for Synchronization: The subsystem incorporated semaphores to manage shared resources among threads, enhancing system stability by preventing conflicts.

Keyboard Event Responsiveness: Furthermore, the subsystem interacts with keyboard events, ensuring a swift and seamless response to user input.

About

Implementation of kernel’s subsystem for managing threads. The subsystem also provides the concept of semaphores and events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published