CassiniOS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
RedMontana
Posts: 1
Joined: Thu Jan 02, 2025 7:27 pm
Libera.chat IRC: RedMontana

CassiniOS

Post by RedMontana »

Hey guys, I want to share a recent OS I built/building called CassiniOS. It's a 32-bit operating system written in C and x86 assembly.

Some key features so far:

1. Preemptive multitasking with round-robin scheduling
2. Virtual memory management with paging
3. Processes
4. IPC via message passing
5. Loadable driver framework
6. VGA terminal supporting multiple virtual consoles

You can find the source code on GitHub:

https://github.com/RedMontana/CassiniOS


I'd love to hear your feedback, suggestions, or contributions. Let me know what you think!
nullplan
Member
Member
Posts: 1819
Joined: Wed Aug 30, 2017 8:24 am

Re: CassiniOS

Post by nullplan »

Given the nature of this post, I have moved it to the Announcements forum.
Carpe diem!
AnotherIdiot
Posts: 15
Joined: Sat Sep 28, 2024 8:00 pm
GitHub: https://github.com/ThatOSDeveloper

Re: CassiniOS

Post by AnotherIdiot »

The github link is down.
You know the drill what people put in here https://github.com/SlugOS/SlugOS
Post Reply