Skip to content

projectasiago/aura

Repository files navigation

Aura

This is the operating system that is typically utilized by Project Asiago's programming language, Mish.

It's not necessary to use Aura to run Mish, you may write your own application that Aura will call. Using Aura instead of Linux allows a low overhead, predictable system to run your things.

Dependencies

  • Docker (for building)
  • Make (for running scripts)
  • QEMU (for Aura execution)
  • that's it!

Getting

$ git clone --recurse-submodules git@github.com:projectasiago/asiago.git

Building

The easiest way to build is to build inside the Docker image. To enter this image, run this command:

$ cd buildenv && make linux

Once inside the container, you can build like so:

$ make mish-linux

Running

$ make run-aura

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published