Skip to content

young03600/OS-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating System Homework Practice

Homework Content
Homework1 熟悉如何利用fork()系統呼叫產生新的process,以及process彼此之間如何使用POSIX shared memory互相傳遞資料
Homework2 熟悉如何使用Pthreads的API,撰寫multithreaded program,以及threads彼此之間如何共享資源
Homework3 利用pthread的方式來熟悉 synchronization 的觀念
Homework4 實作Banker’s algorithm 來瞭解deadlock avoidance的觀念

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages