VirtualBox

Changeset 14752

Show
Ignore:
Timestamp:
11/28/08 02:24:34 (1 month ago)
Author:
vboxsync
Message:

PGMR0DynMap: lowered guard page count from 7 to 3, hoping that that should be sufficient to catch any PAE-PD-2048 left overs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp

    r14748 r14752  
    5252/** The number of guard pages. */ 
    5353#if defined(VBOX_STRICT) 
    54 # define PGMR0DYNMAP_GUARD_PAGES            7 
     54# define PGMR0DYNMAP_GUARD_PAGES            4 
    5555#else 
    5656# define PGMR0DYNMAP_GUARD_PAGES            0 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy