Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# BOS
BOS (Bugema Operating System) the internet OS! Free, Open Source, Self hostable

🧩 Features
🖥️ Process Management Simulation
💾 Memory Allocation Visualization
📁 File System Representation
⚡ Simple Command Interface
📊 System Monitoring (basic)
🏗️ Architecture Overview

The BOS project follows a modular structure:

BOS/
│── core/ # Core OS logic
│── memory/ # Memory management module
│── processes/ # Process scheduling
│── filesystem/ # File system simulation
│── ui/ # User interface
│── main.py / app.js