aniruddha2007 / Operating_System_Final

作業系統原理期末專題程式

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating_System_Final

作業系統原理期末專題程式 this code is written in Golang and C. the base.go file contains the main UI code and initiating CMD to run other functions is also done through here. the threading.go file contains the code to test multi-threading functions of the operating systems the shm.c file contains the code to store and recall the use of shared-memory and its utilisations. all these files are alreaded build. to run you only need base,threading and shm binary files. and need to execture base file to access the UI. no Need to Open a terminal to execute the code.

About

作業系統原理期末專題程式


Languages

Language:Go 71.3%Language:C 28.7%