mango-boot 0.2.1

Bootloader for the mango operationg system.
Documentation
1
2
3
4
5
#[cfg(any(feature = "rpi3", feature = "rpi4"))]
pub mod rpi;

#[cfg(any(feature = "x86_64"))]
pub mod x86_64;