Skip to content

My codes to illustrate what I learn from dinosaur book (Operating System Concepts)

Notifications You must be signed in to change notification settings

VanTamNguyen/Operating-System-Concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Operating-System-Concepts

My codes to illustrate what I learn from dinosaur book (Operating System Concepts)

Process synchronization

Package com.tamco.synchronization is some illustration about process synchronization. Peterson solution is a software solution to synchronization problem. But it is complex and not useful in modern computer architecture. Fortunately most of architectures now provide special instructions such as test_and_set , compare_and_swap that are un-interruptable (meaning atomically). We can use them to solve synchronization problem.

About

My codes to illustrate what I learn from dinosaur book (Operating System Concepts)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages