Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 491 Bytes

Aurora OS

Build

install required tools for building

sudo pacman -S nasm lld

the gen-initrd tool is also required to generate the init ramdisk clone the 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