Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oronyx/oronyx
- Owner: oronyx
- Created: 2025-02-02T19:02:43.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-02-07T00:33:36.000Z (6 days ago)
- Last Synced: 2025-02-07T01:20:51.275Z (6 days ago)
- Topics: cpp20, kernel, operating-system
- Language: C++
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.