All Projects → pitust → xtrix

pitust / xtrix

Licence: GPL-3.0 license
xtrix OS repo

Programming Languages

d
599 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
c
50402 projects - #5 most used programming language
assembly
5116 projects

Projects that are alternatives of or similar to xtrix

MoonOS
MoonOS (just a kernel atm) is a micro kernel designed for the x86_64 and arm architecure.
Stars: ✭ 82 (+256.52%)
Mutual labels:  os, osdev, microkernel
Sigma
Abandoned overcomplicated Microkernel using modern x86_64 features
Stars: ✭ 36 (+56.52%)
Mutual labels:  os, osdev, microkernel
poplar
Microkernel and userspace written in Rust exploring modern ideas
Stars: ✭ 217 (+843.48%)
Mutual labels:  os, osdev, microkernel
kernel
Main kernel tree
Stars: ✭ 28 (+21.74%)
Mutual labels:  os, osdev
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 (+0%)
Mutual labels:  os, osdev
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 (-8.7%)
Mutual labels:  os, osdev
biefircate
Running x86-16 or x86-32 code from x86-64 UEFI; _very experimental_ • mirror of https://gitlab.com/tkchia/biefircate • developer notes at https://gitlab.com/tkchia/biefircate/-/blob/main/doc/NOTES.asciidoc
Stars: ✭ 47 (+104.35%)
Mutual labels:  os, osdev
chaos-2
A hand-made SMP-aware kernel
Stars: ✭ 20 (-13.04%)
Mutual labels:  os, osdev
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (+47.83%)
Mutual labels:  os, osdev
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (+60.87%)
Mutual labels:  debian, arch
SnowFlake
Technology is free, SnowFlakeOS
Stars: ✭ 38 (+65.22%)
Mutual labels:  os, osdev
mcube
Mcube Kernel: Operating System Supporting Dynamically Switchable Kernel Models
Stars: ✭ 42 (+82.61%)
Mutual labels:  os, microkernel
AhnTri
Super-simple OS
Stars: ✭ 54 (+134.78%)
Mutual labels:  os, osdev
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (+686.96%)
Mutual labels:  debian, arch
Cardinal
Operating system designed to be fast and secure.
Stars: ✭ 20 (-13.04%)
Mutual labels:  os, osdev
moros
MOROS: Obscure Rust Operating System 🦉
Stars: ✭ 508 (+2108.7%)
Mutual labels:  os, osdev
SynapseOS
SynapseOS - модульная операционная система на языке C.
Stars: ✭ 93 (+304.35%)
Mutual labels:  os, osdev
DentOS
Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
Stars: ✭ 32 (+39.13%)
Mutual labels:  os, osdev
kora-kernel
Kernel for my operating system KoraOS
Stars: ✭ 15 (-34.78%)
Mutual labels:  os, osdev
greenteaos.github.io
🏠 Homepage of the @GreenteaOS
Stars: ✭ 16 (-30.43%)
Mutual labels:  os, osdev

xtrix

xtrix is a unix-like microkernel designed with a minimal kernel interface.

compiling

  1. Set up git submodules: git submodule init && git submodule update
  2. Just run sh build.sh to get the iso!

development

In development the dev.sh script is used for building and starting xtrix in development mode. This connects to the cmd server, which you can start with sh tools/cmd-server.sh.

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