Move include files
This commit is contained in:
8
src/kernel/include/memory.h
Normal file
8
src/kernel/include/memory.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#define PAGE_PRESENT 0x001
|
||||
#define PAGE_WRITE 0x002
|
||||
#define PAGE_HUGE 0x080
|
||||
|
||||
#define PAGE_SIZE 0x1000
|
||||
#define ENTRIES_PER_PT 512
|
||||
Reference in New Issue
Block a user