Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 903 Bytes

File metadata and controls

35 lines (23 loc) · 903 Bytes

AOSV Final Project

A.Y. 2020/2021

Author(s)

The author(s) of this project is/are: Daniele De Turris (1919828), Francesco Douglas Scotti di Vigoleno (1743635)

Basic instructions:

  • 1)create a UMS Scheduler
  • 2)create a completion list
  • 3)add worker to the completion list
  • 4)create N pthread
  • 5)from the pthread call the enter_ums_scheduling_mode

DOC: https://fuocomansap.github.io/Linux_UMS_User_Mode_Scheduler/

How to test:

  • 1)compile the test.c /src/makefile
  • 2)compile the module /src/Module/makefile
  • 3)run the module (./mount)
  • 4)run the test (./test.c)

for more infos on how to use it look at final_project_track.pdf

for technical infos look at report report_AOSV.pdf

###Documentation You can find the docs in the doc folder(generated with doxygen, html is the best choise to navigate)

Tree

  • doc/ report and documentation
  • src/ source code