Skip to content

jaumealoy/operating-system-simulators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating System Simulators

Visual simulators for IO scheduling, process scheduling and memory assignment algorithms.

Dependencies

  • NodeJS 14.15.4

Make sure that you have installed all project dependencies by running npm install on the project folder.

Execution

npm run start will start the development server at http://localhost:3000.