]> code.delx.au - gnu-emacs/blob - src/m/intel386.h
732e89328fc55846bfb7dc37f44cb0ab5ab18e22
[gnu-emacs] / src / m / intel386.h
1 /* Machine description file for intel 386.
2
3 Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4 2009, 2010, 2011 Free Software Foundation, Inc.
5
6 This file is part of GNU Emacs.
7
8 GNU Emacs is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12
13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20
21
22 #ifdef WINDOWSNT
23 #define VIRT_ADDR_VARIES
24 #define DATA_START get_data_start ()
25 #endif
26
27 #ifdef GNU_LINUX
28 /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */
29 /* we cannot get the maximum address for brk */
30 #define ULIMIT_BREAK_VALUE (32*1024*1024)
31 #endif
32