mango-boot 0.2.1

Bootloader for the mango operationg system.
Documentation
1
2
3
4
5
6
7
#![no_std]
#![warn(missing_docs)]
#![deny(warnings)]

//! mango_boot: mango boot loading

mod platforms;