feat: (iso9660) rock ridge extension
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / page.h
index 9458277eac1db33a61b8bfc6fd31f929bb7d2724..781a4cee34468291985fbf49cb0f1e876822b33f 100644 (file)
@@ -3,10 +3,6 @@
 #include <lunaix/common.h>
 #include <stdint.h>
 
-#define PG_SIZE_BITS 12
-#define PG_SIZE (1 << PG_SIZE_BITS)
-#define PG_INDEX_BITS 10
-
 #define PG_MAX_ENTRIES 1024U
 #define PG_LAST_TABLE PG_MAX_ENTRIES - 1
 #define PG_FIRST_TABLE 0