diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/inc/vm/vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/inc/vm/vm.h b/sys/inc/vm/vm.h index daf865f..ec6e6e7 100644 --- a/sys/inc/vm/vm.h +++ b/sys/inc/vm/vm.h @@ -39,7 +39,7 @@ extern volatile struct limine_hhdm_request hhdm_req; #define PAGESIZE 0x1000 #define KERN_BASE hhdm_req.response->offset #define PHYS_TO_VIRT(PHYS) PTR_OFFSET(PHYS, KERN_BASE) -#define VIRT_TO_PHYS(VIRT) (uintptr_t)PTR_NOFFET(VIRT, KERN_BASE) +#define VIRT_TO_PHYS(VIRT) (uintptr_t)PTR_NOFFSET(VIRT, KERN_BASE) /* * Initialize the virtual memory management |
