Implement PCD (page cache disable) paging bit
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#define MAP_PRESENT (1 << 0)
|
||||
#define MAP_RW (1 << 1)
|
||||
#define MAP_USER (1 << 2)
|
||||
#define MAP_NOCACHE (1 << 3)
|
||||
#define MAP_FLAGS (MAP_PRESENT | MAP_USER)
|
||||
|
||||
#endif // _MAP_H
|
||||
|
||||
Reference in New Issue
Block a user