Switch to goblin as executable parser

This commit is contained in:
Jeremy Soller 2016-08-19 07:57:24 -06:00
parent 5588c38178
commit 55a0154eac
5 changed files with 26 additions and 181 deletions

View file

@ -119,9 +119,6 @@ macro_rules! interrupt_error {
/// ACPI table parsing
pub mod acpi;
/// ELF file handling
pub mod elf;
/// Memcpy, memmove, etc.
pub mod externs;