Skip to content

ovuiproduction/Virtual-Operating-System-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Operating System Simulator

A web-based educational tool that simulates basic operating system concepts and operations.

Overview

This simulator provides a visual representation of operating system concepts like:

  • Process Management
  • Memory Management
  • File System Operations
  • CPU Scheduling

Project Structure

  • index.html - Main interface of the simulator
  • script.js - Core simulation logic
  • style.css - UI styling and layout

How to Run

  1. Simply open index.html in your web browser

Features

  • Interactive UI for OS operations
  • Visual representation of system processes
  • Real-time simulation updates
  • Educational tooltips and explanations

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

This is an educational project aimed at helping students understand operating system concepts through visual simulation.