Skip to content

Commit

Permalink
EFI Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
PokeyManatee4 authored Mar 9, 2022
1 parent 1b8b455 commit 43c78bb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions kernel/src/efiMemory.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#include "efiMemory.h"

const char* EFI_MEMORY_TYPE_STRINGS[] {

"EfiReservedMemoryType",
"EfiLoaderCode",
"EfiLoaderData",
"EfiBootServicesCode",
"EfiBootServicesData",
"EfiRuntimeServicesCode",
"EfiRuntimeServicesData",
"EfiConventionalMemory",
"EfiUnusableMemory",
"EfiACPIReclaimMemory",
"EfiACPIMemoryNVS",
"EfiMemoryMappedIO",
"EfiMemoryMappedIOPortSpace",
"EfiPalCode",
};

0 comments on commit 43c78bb

Please sign in to comment.