operating-systems-project
Here are 73 public repositories matching this topic...
Language:All
Sort:Most stars
A book that explore how to write an Operating System from scratch
- Updated
Nov 11, 2025 - Markdown
My experiments with osdev... again
- Updated
Oct 31, 2025 - C
A simple bare-bones 32-bit operating system written in Assembly x86 and C for educational purposes
- Updated
Sep 19, 2023 - C
Hello world OS from scratch, a template for absolute beginners
- Updated
Aug 2, 2021 - C
A simple barebones OS kernel template for developers to get started with OS dev
- Updated
May 17, 2024 - C
This is basic operating system, with kernel made in C.
- Updated
Oct 24, 2023 - C
Context Switching involves storing the context or state of a process so that it can be reloaded when required and execution can be resumed from the same point as earlier. Act of switching from one process to another is called a "Context Switch".Typically there are several tasks to perform in a computer system. So if one task requires some I/O op…
- Updated
Dec 5, 2023 - C
The Oro Operating System official repository
- Updated
Mar 14, 2025 - Rust
CSC405: Operating System [OS] & CSL404: Operating System Lab [OS Lab] <Semester IV>
- Updated
Mar 13, 2024 - Python
Personal Operating System | Tongji Univ. SSE Course Project
- Updated
Sep 19, 2020 - C
Created programs to simulate two different scheduling algorithms i.e. First come, first served and Preemptive Round Robin scheduling
- Updated
Jul 27, 2020 - C
This repository hosts a C++ implementation of a multiprogramming operating system simulation. The OS efficiently handles various jobs, manages errors like time limit exceeded and line limit exceeded, and incorporates virtual memory with segmentation. This project serves as a comprehensive simulation of an operating system environment.
- Updated
Aug 1, 2024 - C++
Operating systems scheduling algorithms visualization.
- Updated
Sep 1, 2023 - Python
Student Management System in Shell Script.
- Updated
Mar 31, 2023 - Shell
Android Application executing CPU Scheduling Algorithms like FCFS, SJF, SRTF, LJF, LRTF, Priority (Preemptive and Non-Preemptive), and Round Robin.
- Updated
Jan 6, 2021 - Java
Operating Systems Memory Allocation Simulator
- Updated
Apr 24, 2018 - C#
The Scheduling problem is solved by Round Robin algorithm.
- Updated
Mar 28, 2020 - C
Future — Powered by Violet, designed for You.
- Updated
Aug 3, 2023 - JavaScript
A simple CLI based Operating System
- Updated
Feb 10, 2025 - C
A multi-threaded implementation of an operating system kernel with options for 4 different scheduling algorithms.
- Updated
Aug 3, 2022 - C++
Improve this page
Add a description, image, and links to theoperating-systems-project topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theoperating-systems-project topic, visit your repo's landing page and select "manage topics."