Move include files

This commit is contained in:
2018-02-02 13:45:24 +01:00
parent 5ddf0173c2
commit 93d60294ba
5 changed files with 4 additions and 4 deletions

View 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