Skip to content

i0am0arunava/Kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is simple 32 bit kernel

⚙️ Features

  • ✅ Auto-scheduling tasks based on priority and duration
  • ✅ AI-like suggestions for task improvement
  • ✅ Energy consumption estimation per task
  • ✅ Delay probability prediction per task

📊 Dataset Format

Located in dataset/tasks.csv:

task_name duration_minutes priority
Backup 30 High
Report Generation 45 Medium
System Update 60 High
AI Model Training 120 Very High
Data Cleaning 90 Medium
Client Notification 20 Low

🚀 How to Run

Prerequisites

  • Python 3.8+

Installation & Usage

git clone https://github.com/your-username/kernel.git
cd kernel
python model.py

Screenshot from 2025-04-16 23-46-44

Screenshot from 2025-04-16 23-46-53

About

I have created a simple 32-bit operating system kernel and am running it inside a virtual machine. It looks simple, but it took me 2 weeks to implement and understand the entire process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors