Solfege
Maestro booting system
Install / Use
/learn @maestro-os/SolfegeREADME
<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/llenotre/maestro-lnf/master/logo-light.svg">
<img src="https://raw.githubusercontent.com/llenotre/maestro-lnf/master/logo.svg" alt="logo" width="50%" />
</picture>
</p>
About
Solfège ("Music Theory" in French) is the Maestro operating system's default booting system.
Build
To build, simply use the command:
cargo build --release
For cross compilation, use the --target flag with the appropriate target triplet.
Documentation
Documentation can be found in the book, which can be built using the command:
mdbook build book/
The book is then accessible at the path book/book/index.html.
