CassiniOS
This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
- 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!
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!
- AnotherIdiot
- Posts: 22
- Joined: Sat Sep 28, 2024 8:00 pm
- GitHub: https://github.com/ThatOSDeveloper