Fix only allocating one page for log

This commit is contained in:
Justin C. Miller
2018-04-11 10:14:13 -07:00
parent 2d52f64eb6
commit 7f805fae1a
4 changed files with 5 additions and 3 deletions

View File

@@ -8,8 +8,6 @@
#define INCREMENT_DESC(p, b) (EFI_MEMORY_DESCRIPTOR*)(((uint8_t*)(p))+(b))
const size_t PAGE_SIZE = 4096;
const CHAR16 *memory_type_names[] = {
L"EfiReservedMemoryType",
L"EfiLoaderCode",