fix gcc warnings & improved makefile echos
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / page.h
index c9818396870b7d3e3c9337b4f3a6def5409f73df..29232580b6afeca0fb4e8a45da68f1bc1ace96cc 100644 (file)
@@ -54,8 +54,8 @@
 // 用来获取特定的页表的虚拟地址
 #define PT_VADDR(pd_offset)           (PT_BASE_VADDR | (pd_offset << 12))
 
-typedef unsigned int ptd_t;
-typedef unsigned int pt_t;
+typedef unsigned long ptd_t;
+typedef unsigned long pt_t;
 typedef unsigned int pt_attr;