Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

neonorb/aura

Repository files navigation

Aura

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.

Depends

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

Building

Run make.

To get a bootable .img, run make img.

To get a bootable VDI file, run make vdi.

Running

If you want to use QEMU (recommended), run make run.

Docs

OS Dev Wiki

UEFI Specification

Also check the Google Drive folder.

License

GPL v3.0 or later (See LICENSE file for details.)

This document is subject to change.

About

NOTE: this repository has been deprecated in favor of https://github.com/projectasiago/aura

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published