Changeset 2000 for Whitix

Show
Ignore:
Timestamp:
04/02/09 21:08:51 (3 years ago)
Author:
mwhitworth
Message:

Add define that may be used in GC.

Files:
1 modified

Legend:

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

    r1816 r2000  
    8585#define MMAP_ANON               0x00000008 
    8686 
     87/* If the kernel garbage collector is enabled, we can add ranges by 
     88 * memory mapping. */ 
     89#define MMAP_GC                 0x00000010 
     90 
    8791#define PAGE_LOCKED 0x0 
    8892