Skip to content

Implemented a many-to-one thread scheduling virtual machine. Along with Mutexs, Memory pool allocation and file system.

Notifications You must be signed in to change notification settings

yiranwu0/VirtualMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implemented a many-to-one thread scheduling virtual machine. Along with Mutexs, Memory pool allocation and file system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published