View on GitHub

magnetite_os

An experimental Rust OS development project

magnetite_os/common

Definitions that are reasonably expected to be shared between magnetite_os/boot and magnetite_os/kern

(interactive - up one level: magnetite_os/)

Organization

This Rust module is currently divided into three categories:

Documentation

The documentation for the crate common can be generated and viewed by running

cargo doc --open

inside the directory common/ (which should be this directory).

Rationale

Although it is entirely possible to move on with the project by simply placing definitions where they need to be, it would be nice to:

Acknowledgements

This sub-project uses portions derived from the Rust standard library, originally licensed under the MIT license.