Multiboot
This is a multiboot (v1) library written entirely in rust. The code depends only on libcore.
How-to use
extern crate multiboot;
use ;
use slice;
use mem;
/// mboot_ptr is the initial pointer to the multiboot structure
/// provided in %ebx on start-up.
Functionality is still not complete and patches are welcome!