Bootstrap in-kernel memory management

This commit is contained in:
Justin C. Miller
2018-04-20 02:15:56 -07:00
parent 3b560c063a
commit e8866abc7a
7 changed files with 293 additions and 4 deletions

View File

@@ -26,6 +26,9 @@ struct popcorn_data {
size_t log_length;
void *memory_map;
size_t memory_map_length;
size_t memory_map_desc_size;
void *runtime;
void *acpi_table;