Ignore:
Timestamp:
Nov 10, 1999, 2:45:38 AM (26 years ago)
Author:
bird
Message:

Some bugsfixes - Yield is disabled.
Added parameters.
Correcte moduleheaders.
Introduced a new base class for virtual lx modules + some elf sketches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/options.h

    r1535 r1678  
    1 /* $Id: options.h,v 1.3 1999-10-31 23:57:04 bird Exp $
     1/* $Id: options.h,v 1.4 1999-11-10 01:45:33 bird Exp $
    22 *
    33 * Options.
     
    4646            o.fScript     = FALSE;          \
    4747            o.fNoLoader   = FALSE;          \
    48             o.cbHeap      = 0x100000; /* 1MB */
     48            o.cbHeap      = 0x100000; /* 1MB */ \
     49            o.cbHeapMax   = 0x100000; /* 1MB */ \
     50            o.cbHeapResident    = 0x10000; /* 64KB */ \
     51            o.cbHeapMaxResident = 0x1000;  /* 4KB */ \
    4952
    5053
     
    8386    /** @cat Options affecting the heap. */
    8487    ULONG       cbHeap;             /* Initial heapsize. */
    85     #if 0
    8688    ULONG       cbHeapMax;          /* Maximum heapsize. */
    8789    ULONG       cbHeapResident;     /* Initial residentheapsize. */
    8890    ULONG       cbHeapMaxResident;  /* Maxiumem residentheapsize. */
    89     #endif
    9091};
    9192
Note: See TracChangeset for help on using the changeset viewer.