-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlina.cfg
36 lines (33 loc) · 1.09 KB
/
lina.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
dnl $Id: lina.cfg,v 5.11 2022/03/14 11:22:10 albert Exp $
dnl Copyright(2000): Albert van der Horst, HCC FIG Holland by GNU Public License
divert(-1)dnl
obsolete use explicit sizes.
CONFIGURATION FILE
FOR REGULAR LINUX VERSION
FOR NASM AND GNU as
include(prelude.m4)
define( {_LINUX_N_}, _yes )
define( {_BITS32_}, _yes)
dnl Do not increase to or above 0x80000000
dnl GNU-linux ungracefully mishandles this
dnl Problems have been observed for moderate large values
dnl too. Experience suggests a relation with the
dnl size of the swap space.
dnl 2 Mbyte Lowest for -i option.
dnl define({M4_EM}, 0x00200000)
dnl 64 Mbyte
define({M4_EM},(0x4000000))
dnl 2 Gbyte
dnl define({M4_EM},(0x80000000))
define( {_TASK_}, _yes)dnl
define( {_ALIGNED_}, _yes)
define( {_THREADS_}, _yes)
dnl define( {_ISO_IN_}, _yes)dnl
dnl define( {_SECURITY_}, _no)dnl
dnl define( {_LOAD_}, _no)dnl
dnl define( {_SOURCEFIELD_}, _no)dnl
define( {_EXTRAFIELD_}, _yes)dnl
include(postlude.m4)dnl
dnl
dnl This only makes sense after the postlude
dnl define({_NEXT},{JMP NEXT})