1#![no_std]
23//! 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.
78pub mod bootinfo;
9pub mod framebuffer;
10pub mod kernel_entry;