All Projects → MarcoCicognani → MeetixOS

MarcoCicognani / MeetixOS

Licence: GPL-3.0 license
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to MeetixOS

georgios
Hobby Operating System
Stars: ✭ 19 (-89.39%)
Mutual labels:  unix, osdev, operating-system, x86, hobby-os
ShawnOS
A Basic x86 Operating System/Kernel
Stars: ✭ 39 (-78.21%)
Mutual labels:  osdev, operating-system, x86, hobby
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (-81.01%)
Mutual labels:  osdev, operating-system, x86, hobby-os
kora-kernel
Kernel for my operating system KoraOS
Stars: ✭ 15 (-91.62%)
Mutual labels:  osdev, operating-system, x86, hobby-os
duckOS
Yet another hobby x86 UNIX-like operating system written in C and C++. Features a dynamically linked userspace, an in-house c standard library, and more! And yes, it runs DOOM.
Stars: ✭ 250 (+39.66%)
Mutual labels:  unix, osdev, operating-system, hobby-os
Aquila
AquilaOS: UNIX-like Operating System
Stars: ✭ 413 (+130.73%)
Mutual labels:  unix, osdev, operating-system
KnutOS
An x86_64 hobbyist OS written in C and Assembly
Stars: ✭ 16 (-91.06%)
Mutual labels:  osdev, operating-system, hobby-os
Posnk
An operating system project.
Stars: ✭ 34 (-81.01%)
Mutual labels:  unix, osdev, operating-system
Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (-70.39%)
Mutual labels:  osdev, operating-system, x86
Aqeous
(Inactive, Checkout AvanaOS, Rewrite of this) This is a New Operating System (Kernel right now). Made completely from scratch, We aim to make a complete OS for Learning purpose
Stars: ✭ 23 (-87.15%)
Mutual labels:  osdev, operating-system, x86
RocketOS
RocketOS is a Unix based OS that uses legacy BIOS and GRUB and is written in C17. It is being developed for educational purposes primarily, but it still is a serious project. It is currently in its infancy.
Stars: ✭ 23 (-87.15%)
Mutual labels:  osdev, operating-system, x86
Toaru Nih
NOTICE: The ToaruOS-NIH Project has been MERGED UPSTREAM. This repository is now archived.
Stars: ✭ 66 (-63.13%)
Mutual labels:  osdev, operating-system, x86
Fotix
My very own UNIX clone, for education/self-amusement.
Stars: ✭ 8 (-95.53%)
Mutual labels:  unix, osdev, operating-system
SynnixOS
Hobbyist Operating System targeting x86_64 systems. Includes userspace, Virtual File System, An InitFS (tarfs), Lua port, easy porting, a decent LibC and LibM, and a shell that supports: piping, file redirection, and more.
Stars: ✭ 40 (-77.65%)
Mutual labels:  osdev, operating-system, hobby-os
Nanvix
Educational Spinoff of Nanvix
Stars: ✭ 65 (-63.69%)
Mutual labels:  unix, operating-system, x86
Toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Stars: ✭ 4,687 (+2518.44%)
Mutual labels:  osdev, operating-system, x86
tupai
Tupai is a multi-tasking operating system I wrote for my degree that focuses on safety and design, targeting a variety of platforms.
Stars: ✭ 21 (-88.27%)
Mutual labels:  unix, osdev, x86
Mos
A hobby operating system developed from scratch
Stars: ✭ 169 (-5.59%)
Mutual labels:  osdev, operating-system, x86
airyx
A BSD-based OS project that aims to provide an experience like and some compatibility with macOS (formerly known as airyxOS)
Stars: ✭ 2,490 (+1291.06%)
Mutual labels:  unix, osdev, operating-system
AhnTri
Super-simple OS
Stars: ✭ 54 (-69.83%)
Mutual labels:  osdev, hobby, hobby-os

banner

CI

About

A hobby operating system for x86 computers written in modern C++20 .
It gains the power of the UNIX philosophy, but experiments new designs at the same time.

Prebuilt Images

MeetixOS Nightly : Go to the latest job, then download MeetixOS located under Artifacts
You MUST be logged in to GitHub to download the image

Follow BuildInstructions.md to build the system from scratch

Run MeetixOS

For QEMU run with:

$ qemu-system-i386 -enable-kvm -cpu host -smp 2 -m 512M -serial stdio -cdrom MeetixOS.iso

KVM strongly recommended

Current Project Direction

After a very long hiatus, with side projects and various incomplete re-implementation of the MeetixOS (in C++ and Rust), I decided to return to the original MeetixOS's codebase then progressively rewrite and improve each existing component and write new ones.

Then I've decided to follow the fashion and implement near all the necessary code from myself to increase the fun and the learning effect.

Current Status

Currently, I'm working on LibTC, the Template Collection Library.

This template library is inspired by the SerenityOS/AK and the SkiftOS/LibUtils libraries.

The goal is to make it usable in all the OS contexts, from the kernel to the applications, as substitute of the LibStdC++.

What's Next

After the completion of LibTC and after having tested it thoroughly, the next step is to start rewriting the kernel.

The idea is to make it a monolithic Unix-Like kernel which exposes standard UNIX filesystem features like /MeetiX/Devices (/dev), /MeetiX/Tasks (/proc) and /MeetiX/Runtime (/var).

It could be a good idea to expose custom object-oriented system-calls (using Handle oriented call, like Windows, wrapped into C++ RAII objects) which can be wrapped easily by the LibC functions to expose a standard UNIX/POSIX system call interface for future ports.

No More GUI

The GUI is temporarily disabled since the old WindowServer is not stable enough, and because I want to develop a new Compositor system (probably after the new kernel), which allow by default to draw via canvas to a shared buffer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].