summaryrefslogtreecommitdiffstats
path: root/efi_memtest/logger_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'efi_memtest/logger_config.h')
-rw-r--r--efi_memtest/logger_config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/efi_memtest/logger_config.h b/efi_memtest/logger_config.h
index 486c89c..97203fa 100644
--- a/efi_memtest/logger_config.h
+++ b/efi_memtest/logger_config.h
@@ -11,6 +11,7 @@ short log_mem_tbl = 0;
short log_comp_seg = 0;
short log_print_pmap = 0;
short log_pmap = 0;
+short log_print_mmap = 0;
// Hardware Information
short log_mem_ctrl = 0;
@@ -18,4 +19,7 @@ short log_pci_conf = 0;
short log_dmi = 0;
// Tests
-short log_tst2 = 1; \ No newline at end of file
+short log_tst2 = 1;
+
+// PAGE ALLOCATION
+short log_page_alloc = 0; \ No newline at end of file