sts-q / Einherjar

colorForth computing environment for amd64 and PowerPC Macs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

colorForth computing environment for amd64 and PowerPC Macs.

License:MIT License


Languages

Language:C 79.7%Language:Python 11.9%Language:Assembly 5.5%Language:Makefile 2.1%Language:C++ 0.5%Language:Forth 0.3%