Skip to main content

roxy_loader_api/
lib.rs

1#![no_std]
2
3//! Kernel-facing types and macros for use with `roxy-loader`.
4//!
5//! If you want to use `roxy-loader`, see the [Github README](https://github.com/RoxyOS/roxy-loader).
6//! These docs are not intended to be guides.
7
8pub mod bootinfo;
9pub mod framebuffer;
10pub mod kernel_entry;