All Projects → heatd → Onyx

heatd / Onyx

Licence: MIT license
UNIX-like operating system written in C and C++

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
assembly
5116 projects
Makefile
30231 projects
Roff
2310 projects
shell
77523 projects

Projects that are alternatives of or similar to Onyx

Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (+1.92%)
Mutual labels:  x86-64, os, posix, operating-system
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 (+380.77%)
Mutual labels:  unix, os, posix, operating-system
Frosted
Frosted: Free POSIX OS for tiny embedded devices
Stars: ✭ 194 (+273.08%)
Mutual labels:  unix, os, posix, operating-system
Axel
Operating System
Stars: ✭ 96 (+84.62%)
Mutual labels:  x86-64, os, operating-system
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 (-59.62%)
Mutual labels:  unix, os, posix
MoonOS
MoonOS (just a kernel atm) is a micro kernel designed for the x86_64 and arm architecure.
Stars: ✭ 82 (+57.69%)
Mutual labels:  x86-64, os, operating-system
Wingos
a little 64bit operating system written in c++ with smp support
Stars: ✭ 361 (+594.23%)
Mutual labels:  x86-64, os, operating-system
kernel
Main kernel tree
Stars: ✭ 28 (-46.15%)
Mutual labels:  unix, os, posix
Cyjon
A simple, clean code, multi-tasking operating system written in pure assembly language for 64-bit processors from the AMD64 family.
Stars: ✭ 184 (+253.85%)
Mutual labels:  x86-64, os, operating-system
CSpydr
A static typed low-level compiled programming language inspired by Rust and C
Stars: ✭ 17 (-67.31%)
Mutual labels:  unix, x86-64, low-level
Illumos Gate
An open-source Unix operating system
Stars: ✭ 952 (+1730.77%)
Mutual labels:  unix, os, operating-system
AiliceOS
AiliceOS: Build an x86_64 and UEFI OS using Rust
Stars: ✭ 59 (+13.46%)
Mutual labels:  unix, x86-64, os
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+10234.62%)
Mutual labels:  x86-64, riscv, arm64
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+9388.46%)
Mutual labels:  x86-64, riscv, arm64
Aquila
AquilaOS: UNIX-like Operating System
Stars: ✭ 413 (+694.23%)
Mutual labels:  unix, os, operating-system
Posnk
An operating system project.
Stars: ✭ 34 (-34.62%)
Mutual labels:  unix, posix, operating-system
ByteOS
A simple hobby operating system for the x86-64 architecture, written in C.
Stars: ✭ 47 (-9.62%)
Mutual labels:  x86-64, os, operating-system
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 (+8913.46%)
Mutual labels:  x86-64, os, operating-system
Qword
Operating system for x86_64 based around a "keep it simple and make it work" philosophy.
Stars: ✭ 367 (+605.77%)
Mutual labels:  unix, os, operating-system
Cross Platform Node Guide
📗 How to write cross-platform Node.js code
Stars: ✭ 1,161 (+2132.69%)
Mutual labels:  unix, os, operating-system

Onyx

A POSIX-like operating system

Onyx is a POSIX-like operating system.

Right now, the only supported architectures are x86_64 and riscv64.

It's designed to comply to the POSIX standard, implement some of the standard Unix API's while learning from the mistakes the past POSIX OSes made. It follows the System V ABI.

Build dependencies

You will need: mtools genisoimage libfl2 clang-tidy ninja-build If your distribution has a gn (generate ninja) package, use it; if not, download from gn's upstream, extract it to a directory and add it to $PATH.

How to build

Look at doc/building.md for more information.

How to use

Look at doc/getting_started.md for more information.

Development

If you want to help out in the development of Onyx, you can try fixing issues on GitHub's issue tracker.

I'd just like to interject for moment. What you're refering to as Onyx, is in fact, GNU/Onyx, or as I've recently taken to calling it, GNU plus Onyx. Onyx is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX. Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Onyx, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project. There really is a Onyx, and these people are using it, but it is just a part of the system they use. Onyx is the kernel: the program in the system that crashes the machine's resources for programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Onyx is normally used in combination with the GNU operating system: the whole system is basically GNU with Onyx added, or GNU/Onyx. All the so-called Onyx crashes are really crashes of GNU/Onyx!

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].