Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oronyx/oronyx

[DEV] ornyx is a hobbyist POSIX-compatible operating system built from scratch with focuses on performance.
https://github.com/oronyx/oronyx

cpp20 kernel operating-system

Last synced: 5 days ago
JSON representation

[DEV] ornyx is a hobbyist POSIX-compatible operating system built from scratch with focuses on performance.

Awesome Lists containing this project

README

        

Oronyx ![CI](https://github.com/oronyx/oronyx/actions/workflows/build.yml/badge.svg) ![Repo Size](https://img.shields.io/github/repo-size/oronyx/oronyx) ![Kernel Size](https://img.shields.io/badge/Kernel%20Size-20KB-blue)
====

Oronyx (/ˈoʊroʊnɪks) is a POSIX-compatible operating system built from scratch, focusing on performance and modern
design principles.

## Building

### Prerequisites

- GNU Make
- x86_64-elf-gcc/g++
- xorriso
- Limine bootloader
- mtools

## Acknowledgments

- [limine](https://github.com/limine-bootloader/limine) for creating such a wonderful bootloader.