Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Athryx/aurora_os

new version of aurora os
https://github.com/Athryx/aurora_os

Last synced: 2 months ago
JSON representation

new version of aurora os

Lists

README

        

# Aurora OS

## Build

install required tools for building

sudo pacman -S nasm lld

the [gen-initrd](https://github.com/Athryx/gen-initrd) tool is also required to generate the init ramdisk
clone the [gen-initrd](https://github.com/Athryx/gen-initrd) repo, build it and put the gen-initrd executable in your path

set toolchain and add rust-src

rustup override set nightly
rustup component add rust-src

compile and run

./run.sh

or compile and run in release mode

./run.sh release