File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Virtual Operating System Simulator
2+
3+ A web-based educational tool that simulates basic operating system concepts and operations.
4+
5+ ## [ Live Website] ( https://ovuiproduction.github.io/Virtual-Operating-System-Simulator/ )
6+
7+ ## Overview
8+ This simulator provides a visual representation of operating system concepts like:
9+ - Process Management
10+ - Memory Management
11+ - File System Operations
12+ - CPU Scheduling
13+
14+ ## Project Structure
15+ - ` index.html ` - Main interface of the simulator
16+ - ` script.js ` - Core simulation logic
17+ - ` style.css ` - UI styling and layout
18+
19+ ## How to Run
20+ 1 . Simply open ` index.html ` in your web browser
21+
22+ ## Features
23+ - Interactive UI for OS operations
24+ - Visual representation of system processes
25+ - Real-time simulation updates
26+ - Educational tooltips and explanations
27+
28+ ## Technologies Used
29+ - HTML5
30+ - CSS3
31+ - JavaScript
32+
33+ ---
34+ * This is an educational project aimed at helping students understand operating system concepts through visual simulation.*
You can’t perform that action at this time.
0 commit comments