A x86-64 hobby operating system written in C++.
See the main project page for more information.
View this if you're unfamiliar with using git.
- GNU Toolchain (gcc, make)
- make-base - a base make file for all Neon Orb projects
- feta - commons library for all C++ Neon Orb projects
- mish - parser/interpreter for the Mish programming language
The qemu-system-x86
or qemu-system
packages can be used for execution.
Run make
.
To get a bootable .img
, run make img
.
To get a bootable VDI file, run make vdi
.
If you want to use QEMU (recommended), run make run
.
Also check the Google Drive folder.
GPL v3.0 or later (See LICENSE file for details.)
This document is subject to change.