Ignore:
Timestamp:
Aug 23, 2000, 8:03:33 PM (25 years ago)
Author:
sandervl
Message:

minimal address fixed

File:
1 edited

Legend:

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

    r3746 r4074  
    1 /* $Id: cpu.cpp,v 1.9 2000-06-23 19:02:37 sandervl Exp $ */
     1/* $Id: cpu.cpp,v 1.10 2000-08-23 18:03:33 sandervl Exp $ */
    22/*
    33 * Odin win32 CPU apis
     
    8686
    8787        /* FIXME: better values for the two entries below... */
    88         cachedsi.lpMinimumApplicationAddress    = (void *)0x40000000;
     88        cachedsi.lpMinimumApplicationAddress    = (void *)0x00400000;
    8989        cachedsi.lpMaximumApplicationAddress    = (void *)0x7FFFFFFF;
    9090        cachedsi.dwActiveProcessorMask          = 1;
Note: See TracChangeset for help on using the changeset viewer.