Load ELF file with bootloader instead of flat binary

This commit is contained in:
Justin C. Miller
2018-04-28 02:12:08 -07:00
parent 57e5465c2d
commit 14f51436d7
8 changed files with 193 additions and 83 deletions

View File

@@ -22,9 +22,6 @@ struct popcorn_data {
void *data;
size_t data_length;
void *log;
size_t log_length;
void *memory_map;
size_t memory_map_length;
size_t memory_map_desc_size;