All Projects → narke → Einherjar

narke / Einherjar

Licence: MIT License
colorForth computing environment for amd64 and PowerPC Macs.

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
assembly
5116 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Einherjar

nightingale
A small operating system where I experiment and learn osdev.
Stars: ✭ 86 (+330%)
Mutual labels:  osdev, operating-system
beeos
A simple "Unix-like" kernel trying to be POSIX compliant
Stars: ✭ 103 (+415%)
Mutual labels:  osdev, 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 (+1150%)
Mutual labels:  osdev, operating-system
KSOS
Our very own Operating System built from scratch for x86 architecture systems!
Stars: ✭ 83 (+315%)
Mutual labels:  osdev, operating-system
poplar
Microkernel and userspace written in Rust exploring modern ideas
Stars: ✭ 217 (+985%)
Mutual labels:  osdev, operating-system
airyx
A BSD-based OS project that aims to provide an experience like and some compatibility with macOS (formerly known as airyxOS)
Stars: ✭ 2,490 (+12350%)
Mutual labels:  osdev, operating-system
SynnixOS
Hobbyist Operating System targeting x86_64 systems. Includes userspace, Virtual File System, An InitFS (tarfs), Lua port, easy porting, a decent LibC and LibM, and a shell that supports: piping, file redirection, and more.
Stars: ✭ 40 (+100%)
Mutual labels:  osdev, operating-system
Polaris
A WIP 64-bit UNIX-like kernel
Stars: ✭ 72 (+260%)
Mutual labels:  osdev, operating-system
cxos
Operating System development experiment in Ada
Stars: ✭ 32 (+60%)
Mutual labels:  osdev, operating-system
GeeOS
The Gee (寂) Operating System, written in YuLang.
Stars: ✭ 22 (+10%)
Mutual labels:  osdev, operating-system
utero
The Operating System (for x86_64) written in Crystal as much as possible
Stars: ✭ 55 (+175%)
Mutual labels:  osdev, operating-system
pedigree
The Pedigree Operating System
Stars: ✭ 48 (+140%)
Mutual labels:  osdev, operating-system
Osmanthus
A developing operating system
Stars: ✭ 36 (+80%)
Mutual labels:  osdev, operating-system
MandelbrotOS
A community driven OS by the youth
Stars: ✭ 172 (+760%)
Mutual labels:  osdev, operating-system
SnowFlake
Technology is free, SnowFlakeOS
Stars: ✭ 38 (+90%)
Mutual labels:  osdev, operating-system
DentOS
Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
Stars: ✭ 32 (+60%)
Mutual labels:  osdev, operating-system
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 (+135%)
Mutual labels:  osdev, operating-system
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (+70%)
Mutual labels:  osdev, operating-system
georgios
Hobby Operating System
Stars: ✭ 19 (-5%)
Mutual labels:  osdev, operating-system
KnutOS
An x86_64 hobbyist OS written in C and Assembly
Stars: ✭ 16 (-20%)
Mutual labels:  osdev, operating-system

Einherjar

Coverity Status

What is it?

A prototype of a real-time operating system.
This will be a colorForth computing environment, without separating the operating system from the programming language and applications.

Screenshot

Screenshot

Testing

Step 1: Get sources

$ git clone https://github.com/narke/Einherjar.git

Step 2: Compile and generate an ISO image

$ cd Einherjar/kernel
$ make all

Step 3: Run with qemu (by using 4Mb of RAM and the generated ISO image)

$ qemu-system-i386 -m 4 -cdrom ../build/roentgenium.iso

Step 4: Clean your build if you want

$ make clean
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].