Giter Site home page Giter Site logo

hbelusca / meetixos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marcocicognani/meetixos

0.0 0.0 0.0 22.04 MB

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

Home Page: https://www.meetixos.org

License: GNU General Public License v3.0

Shell 0.27% C++ 43.20% C 55.60% Assembly 0.39% CMake 0.54%

meetixos's Introduction

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.

meetixos's People

Contributors

marcocicognani avatar omega0x013 avatar mikumikudice avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.