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

@@ -2,6 +2,8 @@
#include <efi.h>
#include <stddef.h>
#define PAGE_SIZE 0x1000
#ifndef KERNEL_PHYS_ADDRESS
#define KERNEL_PHYS_ADDRESS 0x100000
#endif