Load a very simple ELF and launch it in usermode

This commit is contained in:
Jeremy Soller 2016-09-07 21:16:30 -06:00
parent 398838dc1b
commit 850792bbf1
11 changed files with 201 additions and 59 deletions

View file

@ -17,7 +17,7 @@ extern crate hole_list_allocator as allocator;
extern crate bitflags;
extern crate ransid;
extern crate spin;
extern crate x86;
pub extern crate x86;
/// Print to console
#[macro_export]