source: trunk/src/kernel32/initterm.h@ 1775

Last change on this file since 1775 was 1768, checked in by bird, 26 years ago

Added ulMaxAddr - user address space end address. (valid addresses are
below this address.)

File size: 742 bytes
Line 
1/* $Id: initterm.h,v 1.3 1999-11-18 09:20:09 bird Exp $ */
2/*
3 * KERNEL32 DLL entry point header
4 *
5 * Copyright 1998 Sander van Leeuwen
6 * Copyright 1998 Peter Fitzsimmons
7 *
8 *
9 * Project Odin Software License can be found in LICENSE.TXT
10 *
11 */
12
13#ifndef __INITTERM_H__
14#define __INITTERM_H__
15
16#ifndef PAG_ANY
17 #define PAG_ANY 0x00000400
18#endif
19
20#ifndef QSV_VIRTUALADDRESSLIMIT
21 #define QSV_VIRTUALADDRESSLIMIT 30
22#endif
23
24
25void CloseLogFile(); //misc.cpp
26
27extern int globLoadNr; //global data
28extern int loadNr;
29
30/* Tue 03.03.1998: knut */
31
32extern ULONG flAllocMem; /* flag to optimize DosAllocMem to use all the memory on SMP machines */
33extern ULONG ulMaxAddr; /* end of user address space */
34extern char kernel32Path[];
35
36#endif
Note: See TracBrowser for help on using the repository browser.