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.
- Docker (for building)
- Make (for running scripts)
- QEMU (for Aura execution)
- that's it!
$ git clone --recurse-submodules git@github.com:projectasiago/asiago.git
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
$ make run-aura