Changeset 737
- Timestamp:
- 07/07/08 15:22:42 (5 months ago)
- Location:
- Whitix/trunk/include
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/include/imports.h
r669 r737 15 15 int (*VmHandleFault)(struct Process* process, DWORD address, int error); 16 16 DWORD (*VmMapDo)(struct Process*, struct VNode*, DWORD, DWORD, int, DWORD, int, struct VmAreaOps*); 17 void (*VmProcessRemove)(struct Process*); 17 18 18 19 void (*VfsFreeFsContext)(); -
Whitix/trunk/include/vmm.h
r608 r737 73 73 #define MMAP_FIXED 0x00000002 74 74 #define MMAP_GROWDOWN 0x00000004 75 #define MMAP_ANON 0x00000008 75 76 76 77 #define MPAGE_BUSY 0x00000001