ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/vm_alloc.h
(Generate patch)

Comparing BasiliskII/src/Unix/vm_alloc.h (file contents):
Revision 1.11 by gbeauche, 2006-02-27T07:25:43Z vs.
Revision 1.12 by gbeauche, 2007-01-13T18:21:30Z

# Line 51 | Line 51 | extern "C" {
51   #define VM_MAP_PRIVATE                  0x02
52   #define VM_MAP_FIXED                    0x04
53   #define VM_MAP_32BIT                    0x08
54 #define VM_MAP_33BIT                    0x10
54  
55   /* Default mapping options.  */
56   #define VM_MAP_DEFAULT                  (VM_MAP_PRIVATE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines