Skip to content

mros is a microkernel library operating system currently being developed as part of a research project at the Pennsylvania State University.

License

Notifications You must be signed in to change notification settings

TheCatster/mros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mros

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.

Build Instructions

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

Running mros

mros can be run in QEMU while testing by using the make command:

$ make qemu

About

mros is a microkernel library operating system currently being developed as part of a research project at the Pennsylvania State University.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published