Changeset 737

Show
Ignore:
Timestamp:
07/07/08 15:22:42 (5 months ago)
Author:
mwhitworth
Message:

Add MMAP_ANON flag, add VmProcessRemove.

Location:
Whitix/trunk/include
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/include/imports.h

    r669 r737  
    1515int (*VmHandleFault)(struct Process* process, DWORD address, int error); 
    1616DWORD (*VmMapDo)(struct Process*, struct VNode*, DWORD, DWORD, int, DWORD, int, struct VmAreaOps*); 
     17void (*VmProcessRemove)(struct Process*); 
    1718 
    1819void (*VfsFreeFsContext)(); 
  • Whitix/trunk/include/vmm.h

    r608 r737  
    7373#define MMAP_FIXED              0x00000002 
    7474#define MMAP_GROWDOWN   0x00000004 
     75#define MMAP_ANON               0x00000008 
    7576 
    7677#define MPAGE_BUSY 0x00000001