Move the kernel to high memory
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#define KERNEL_OFFSET 0xFFFFFF8000000000
|
||||
#define V2P(a) ((a) - KERNEL_OFFSET)
|
||||
|
||||
#define PAGE_PRESENT 0x001
|
||||
#define PAGE_WRITE 0x002
|
||||
|
||||
Reference in New Issue
Block a user