implement mmap(MAP_LOCKED)

This commit is contained in:
NAKAMURA Gou
2014-01-27 10:20:12 +09:00
parent f0a52d4519
commit 93c5385f65
2 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@
#define VR_REMOTE 0x200
#define VR_DEMAND_PAGING 0x1000
#define VR_PRIVATE 0x2000
#define VR_LOCKED 0x4000
#define VR_PROT_NONE 0x00000000
#define VR_PROT_READ 0x00010000
#define VR_PROT_WRITE 0x00020000