The Micro Rust Operating System
mros
is a microkernel library operating system currently being developed as part of a research project at the Pennsylvania State University.
To build the x86_64
version of mros
you can simply run make
:
$ make
If you want to build a different architecture (WIP) override the ARCH
variable:
$ make ARCH=aarch64
mros
can be run in QEMU while testing by using the make
command:
$ make qemu