Ignore:
Timestamp:
Oct 9, 2001, 10:25:21 PM (24 years ago)
Author:
sandervl
Message:

Image header page must be readonly + disabled high memory usage for heap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/virtual.cpp

    r6693 r6975  
    1 /* $Id: virtual.cpp,v 1.39 2001-09-10 11:03:13 sandervl Exp $ */
     1/* $Id: virtual.cpp,v 1.40 2001-10-09 20:25:20 sandervl Exp $ */
    22
    33/*
     
    652652      pmbiBuffer->State = MEM_RESERVE;
    653653
     654  //TODO: MEM_MAPPED & MEM_IMAGE (==SEC_IMAGE)
    654655  if(!(dAttr & PAG_SHARED))
    655656        pmbiBuffer->Type = MEM_PRIVATE;
Note: See TracChangeset for help on using the changeset viewer.