Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 561 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 561 Bytes

VirtualMachine

  • ECS150 Operating Systems Project 4.
  • Contributor: Professor Christopher Nitta (original author), Yiran Wu([email protected]), Roman Seinn.
  • Description: This project simulates a Virtual Machine with Many-to-one thread scheduling strategy. Mutexs and Memory Pool allocation is also included. This project used the format of FAT16 File System. (in VirtualMachine.cpp)
  • On Linux, you can run FAT Utilities ( Ex: Syntax:fatmake size_mb image ./fatmake 16 fat.ima) to create a .ima for the program.
  • Further details please read the pdf.