Home | History | Annotate | Line # | Download | only in conf
KRUPS revision 1.67
      1  1.67  dholland # $NetBSD: KRUPS,v 1.67 2014/08/23 20:26:59 dholland Exp $
      2  1.42       uwe # From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
      3   1.1       uwe #
      4  1.12       uwe # Krups (JavaStation-NC) machine description file
      5   1.1       uwe #
      6   1.1       uwe 
      7   1.1       uwe include 	"arch/sparc/conf/std.sparc"
      8   1.1       uwe 
      9  1.17       uwe options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     10   1.7    atatat 
     11  1.67  dholland #ident 		"KRUPS-$Revision: 1.67 $"
     12   1.1       uwe 
     13   1.1       uwe maxusers	32
     14   1.1       uwe 
     15   1.1       uwe ## System kernel configuration.  See options(4) for more detail.
     16   1.1       uwe 
     17   1.1       uwe 
     18   1.1       uwe # Options for variants of the Sun SPARC architecure.
     19   1.1       uwe # We currently support three architecture types; at least one is required.
     20   1.1       uwe options 	SUN4M		# sun4m - SS10, SS20, Classic, etc.
     21   1.1       uwe 
     22  1.19       uwe # microSPARC-IIep is PCI based sun4m (JavaStation-NC, CP1200, etc)
     23   1.1       uwe # This option selects if SUN4M means "normal" 4m or IIep.  Kernels
     24   1.1       uwe # with this option turned on will refuse to work on normal 4m.
     25  1.21       uwe options 	MSIIEP		# microSPARC-IIep
     26   1.1       uwe 
     27   1.1       uwe # XXX: uwe: PROM location conflicts with kernel VA space !!!
     28  1.17       uwe options 	PROM_AT_F0
     29   1.1       uwe makeoptions	TEXTADDR=E8004000
     30   1.1       uwe 
     31   1.1       uwe 
     32   1.1       uwe ## System options specific to the sparc machine type
     33   1.1       uwe 
     34   1.1       uwe # Blink the power LED on some machines to indicate the system load.
     35  1.33  macallan options 	BLINK
     36   1.1       uwe 
     37   1.1       uwe 
     38   1.1       uwe #### System options that are the same for all ports
     39   1.1       uwe 
     40   1.1       uwe ## Root device configuration: change the ?'s if you are going to use a
     41   1.1       uwe ## nonstandard root partition (other than where the kernel is booted from)
     42   1.1       uwe ## and/or nonstandard root type (not ffs or nfs).  Normally this can be
     43   1.1       uwe ## automagically determined at boot time.
     44   1.1       uwe 
     45   1.1       uwe config		netbsd	root on ? type ?
     46   1.1       uwe 
     47   1.1       uwe ## System call tracing (see ktrace(1)).
     48   1.1       uwe options 	KTRACE
     49   1.1       uwe 
     50   1.1       uwe ## Collect statistics on kernel malloc's and free's.  This does have a
     51   1.1       uwe ## significant performance hit on slower machines, so it is intended for
     52   1.1       uwe ## diagnostic use only.
     53   1.1       uwe #options 	KMEMSTATS
     54   1.1       uwe 
     55   1.1       uwe ## System V compatible IPC subsystem.  (msgctl(2), semctl(2), and shmctl(2))
     56  1.17       uwe options 	SYSVMSG		# System V message queues
     57  1.17       uwe options 	SYSVSEM		# System V semaphores
     58   1.1       uwe #options 	SEMMNI=10	# number of semaphore identifiers
     59   1.1       uwe #options 	SEMMNS=60	# number of semaphores in system
     60   1.1       uwe #options 	SEMUME=10	# max number of undo entries per process
     61   1.1       uwe #options 	SEMMNU=30	# number of undo structures in system
     62  1.17       uwe options 	SYSVSHM		# System V shared memory
     63   1.1       uwe 
     64  1.17       uwe #options 	USERCONF	# userconf(4) support
     65   1.1       uwe #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     66  1.22    atatat options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     67   1.1       uwe 
     68   1.9     lukem ## NFS boot options; tries DHCP/BOOTP then BOOTPARAM
     69   1.1       uwe options 	NFS_BOOT_BOOTPARAM
     70   1.1       uwe #options 	NFS_BOOT_BOOTP
     71   1.9     lukem options 	NFS_BOOT_DHCP
     72   1.1       uwe 
     73  1.12       uwe 
     74  1.12       uwe #### wscons options
     75  1.12       uwe 
     76  1.12       uwe # builtin terminal emulations
     77  1.60  macallan #options 	WSEMUL_SUN		# sun terminal emulation
     78  1.12       uwe options 	WSEMUL_VT100		# VT100 / VT220 emulation
     79  1.12       uwe options 	WSEMUL_DEFAULT="\"vt100\""
     80  1.42       uwe 
     81  1.42       uwe # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
     82  1.42       uwe options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
     83  1.42       uwe #options 	WS_DEFAULT_FG=WSCOL_WHITE
     84  1.42       uwe #options 	WS_DEFAULT_BG=WSCOL_BLACK
     85  1.42       uwe #options 	WS_DEFAULT_COLATTR="(0)"
     86  1.12       uwe options 	WS_KERNEL_FG=WSCOL_GREEN
     87  1.12       uwe #options 	WS_KERNEL_BG=WSCOL_BLACK
     88  1.12       uwe options 	WS_KERNEL_COLATTR=WSATTR_HILIT
     89  1.42       uwe 
     90  1.42       uwe # customization of console border color
     91  1.42       uwe options 	WSDISPLAY_CUSTOM_BORDER	# custom border colors via wsconsctl(8)
     92  1.42       uwe #options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
     93  1.42       uwe 
     94  1.12       uwe # compatibility to other console drivers
     95  1.12       uwe options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
     96  1.12       uwe options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
     97  1.59       abs options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     98  1.12       uwe options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
     99  1.12       uwe 
    100  1.14       uwe options 	FONT_GALLANT12x22		# PROM font look-alike
    101  1.12       uwe 
    102  1.42       uwe #options 	WSKBD_EVENT_AUTOREPEAT		# auto repeat in event mode
    103  1.42       uwe #options 	WSKBD_USONLY			# strip off non-US keymaps
    104  1.42       uwe 
    105  1.37  drochner # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
    106  1.12       uwe #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    107  1.42       uwe 
    108  1.12       uwe # allocate a number of virtual screens at autoconfiguration time
    109  1.12       uwe #options 	WSDISPLAY_DEFAULTSCREENS=4
    110  1.12       uwe 
    111  1.12       uwe 
    112   1.1       uwe #### Debugging options
    113   1.1       uwe 
    114   1.1       uwe ## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
    115   1.1       uwe ## serial console break or keyboard reset, where the PROM would normally
    116   1.1       uwe ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
    117  1.50   tsutsui options 	DDB			# kernel dynamic debugger
    118  1.50   tsutsui options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
    119  1.66  szptvlfn #options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
    120   1.1       uwe 
    121   1.1       uwe ## You may also use gdb, on another computer connected to this machine over
    122   1.1       uwe ## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;
    123   1.1       uwe ## KGDB_DEV is a dev_t encoded device number of the serial port to use, where
    124   1.1       uwe ## the minor device number encodes the PROM enumeration of the serial ports,
    125   1.1       uwe ## i.e.:
    126   1.1       uwe ## 0xc00 = ttya, 0xc01 = ttyb, 0xc02 = ttyc, 0xc03 = ttyd.
    127   1.1       uwe ## (Note: ttyc and ttyd are available only on some sun4 models)
    128   1.1       uwe #options 	KGDB			# support for kernel gdb
    129   1.1       uwe #options 	KGDB_DEV=0xc01		# kgdb device number (this is `ttyb')
    130   1.1       uwe #options 	KGDB_DEVRATE=38400	# baud rate
    131   1.1       uwe 
    132   1.1       uwe 
    133   1.1       uwe ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
    134   1.1       uwe ## such that gdb(1) can be used on a kernel coredump.
    135   1.1       uwe 
    136   1.1       uwe #makeoptions	DEBUG="-g"
    137  1.17       uwe makeoptions	CPUFLAGS="-mcpu=supersparc"
    138   1.1       uwe 
    139   1.1       uwe 
    140   1.1       uwe ## Adds code to the kernel that does internal consistency checks, and will
    141   1.1       uwe ## cause the kernel to panic if corruption of internal data structures
    142   1.1       uwe ## is detected.
    143  1.20    martin #options 	DIAGNOSTIC	# extra kernel sanity checking
    144   1.1       uwe 
    145   1.1       uwe ## Enable (possibly expensive) debugging code that may also display messages
    146   1.1       uwe ## on the system console
    147   1.1       uwe #options 	DEBUG
    148  1.54       jdc #options 	LOCKDEBUG
    149  1.54       jdc #options 	SYSCALL_DEBUG
    150   1.1       uwe 
    151   1.1       uwe options 	MIIVERBOSE	# verbose PHY autoconfig messages
    152   1.1       uwe 
    153   1.1       uwe ## `INSECURE' turns off the kernel security level (securelevel = 0 always).
    154   1.1       uwe ## This allows writing to /dev/mem, loading kernel modules while multi-user,
    155   1.1       uwe ## and other insecurities good only for development work.  Do not use this
    156   1.1       uwe ## option on a production machine.
    157   1.1       uwe #options 	INSECURE
    158   1.1       uwe 
    159   1.1       uwe ## `FDSCRIPTS' allows non-readable but executable scripts by providing a
    160   1.1       uwe ## pre-opened opaque file to the script interpreter.  `SETUIDSCRIPTS',
    161   1.1       uwe ## which implies FDSCRIPTS, allows scripts to be set-user-id using the same
    162   1.1       uwe ## opaque file mechanism.  Perl calls this "secure setuid scripts."
    163   1.1       uwe 
    164   1.1       uwe #options 	FDSCRIPTS
    165   1.1       uwe #options 	SETUIDSCRIPTS
    166   1.1       uwe 
    167   1.1       uwe ## Options for compatibility with previous releases foreign system binaries.
    168   1.1       uwe ## In the cases of COMPAT_SUNOS and COMPAT_SVR4, you may need to set up
    169   1.1       uwe ## additional user-level utilities or system configuration files. See
    170   1.1       uwe ## compat_sunos(8) and compat_svr4(8).
    171   1.1       uwe 
    172  1.20    martin options 	COMPAT_43	# 4.3BSD system interfaces
    173  1.67  dholland options 	COMPAT_10	# NetBSD 1.0,
    174  1.67  dholland options 	COMPAT_11	# NetBSD 1.1,
    175  1.67  dholland options 	COMPAT_12	# NetBSD 1.2,
    176  1.67  dholland options 	COMPAT_13	# NetBSD 1.3,
    177  1.67  dholland options 	COMPAT_14	# NetBSD 1.4,
    178  1.67  dholland options 	COMPAT_15	# NetBSD 1.5,
    179  1.67  dholland options 	COMPAT_16	# NetBSD 1.6,
    180  1.67  dholland options 	COMPAT_20	# NetBSD 2.0,
    181  1.67  dholland options 	COMPAT_30	# NetBSD 3.0, and
    182  1.67  dholland options 	COMPAT_40	# NetBSD 4.0 binary compatibility.
    183  1.20    martin options 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
    184  1.20    martin options 	COMPAT_SVR4	# SunOS 5.x binary compatibility
    185  1.48       jdc options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    186   1.1       uwe 
    187   1.1       uwe ## File systems.  You probably need at least one of FFS or NFS.
    188  1.21       uwe file-system	FFS		# Berkeley Fast Filesystem
    189   1.1       uwe file-system	NFS		# Sun NFS-compatible filesystem client
    190   1.1       uwe file-system	KERNFS		# kernel data-structure filesystem
    191  1.20    martin file-system	NULLFS		# NULL layered filesystem
    192  1.20    martin file-system 	OVERLAY		# overlay file system
    193  1.20    martin file-system	MFS		# memory-based filesystem
    194  1.20    martin file-system	FDESC		# user file descriptor filesystem
    195  1.20    martin file-system	UMAPFS		# uid/gid remapping filesystem
    196   1.1       uwe #file-system	LFS		# Log-based filesystem (still experimental)
    197  1.51     pooka file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
    198   1.1       uwe file-system	PROCFS		# /proc
    199   1.1       uwe #file-system	CD9660		# ISO 9660 + Rock Ridge file system
    200  1.20    martin file-system	UNION		# union file system
    201   1.1       uwe #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
    202   1.1       uwe #file-system	CODA		# Coda File System; also needs vcoda (below)
    203  1.31  christos file-system	PTYFS		# /dev/pts/N support
    204  1.41      jmmv #file-system	TMPFS		# Efficient memory file-system
    205  1.42       uwe #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
    206   1.1       uwe 
    207   1.1       uwe ## File system options.
    208   1.1       uwe #options 	NFSSERVER	# Sun NFS-compatible filesystem server
    209  1.55    bouyer #options 	QUOTA		# legacy UFS quotas
    210  1.55    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
    211   1.1       uwe #options 	FFS_EI		# FFS Endian Independent support
    212  1.34   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    213   1.1       uwe 
    214   1.1       uwe ## Network protocol support.  In most environments, INET is required.
    215   1.1       uwe options 	INET		# IP (Internet Protocol) v4
    216  1.20    martin options 	INET6		# IPV6
    217   1.1       uwe #options 	IPSEC		# IP security
    218   1.1       uwe #options 	IPSEC_DEBUG	# debug for IP security
    219   1.1       uwe #options 	GATEWAY		# packet forwarding ("router switch")
    220   1.1       uwe #options 	MROUTING	# packet forwarding of multicast packets
    221  1.23      manu #options 	PIM		# Protocol Independent Multicast
    222   1.1       uwe #options 	DIRECTED_BROADCAST	# allow broadcasts through routers
    223   1.1       uwe #options 	NETATALK	# AppleTalk (over Ethernet) protocol
    224  1.20    martin options 	NTP		# Network Time Protocol in-kernel support
    225   1.1       uwe #options 	PPS_SYNC	# Add serial line synchronization for NTP
    226  1.20    martin options 	IPFILTER_LOG	# Add ipmon(8) logging for ipfilter device
    227  1.39  christos options 	IPFILTER_LOOKUP	# ippool(8) support
    228  1.12       uwe #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    229  1.20    martin options 	PPP_BSDCOMP	# Add BSD compression to ppp device
    230  1.20    martin options 	PPP_DEFLATE	# Add deflate (libz) compression to ppp device
    231  1.20    martin options 	PPP_FILTER	# Add active filters for ppp (via bpf)
    232   1.1       uwe 
    233   1.1       uwe 
    234  1.21       uwe 
    235   1.1       uwe #### Main bus and CPU .. all systems.
    236   1.1       uwe mainbus0 at root
    237   1.1       uwe cpu0	at mainbus0
    238   1.1       uwe 
    239   1.1       uwe #### Bus types found on SPARC systems.
    240   1.1       uwe 
    241   1.1       uwe msiiep0	at mainbus0	# microSPARC-IIep PCIC, timer, ...
    242   1.1       uwe 
    243   1.5       uwe mspcic0	at msiiep0	# PCI tree
    244   1.5       uwe pci0	at mspcic0
    245   1.1       uwe options 	PCIVERBOSE
    246   1.2       uwe #options 	PCI_CONFIG_DUMP	# hangs reading IGA1682 config past offset 64
    247   1.1       uwe 
    248  1.12       uwe ebus*	at pci?	dev ? function ?		# ebus devices
    249   1.1       uwe 
    250   1.1       uwe 
    251   1.1       uwe #### Standard system devices -- all required for a given architecture
    252   1.1       uwe 
    253   1.1       uwe # timer is part of ms-IIep PCIC
    254   1.4        pk timer0	at msiiep0
    255   1.1       uwe 
    256   1.1       uwe ## ds1287 TOD clock at EBus
    257  1.12       uwe rtc*	at ebus?
    258   1.1       uwe 
    259   1.1       uwe #### Serial port configuration
    260   1.1       uwe 
    261   1.1       uwe ## NS16x50 serial chips and clones.
    262  1.12       uwe com*	at ebus?
    263   1.1       uwe 
    264   1.1       uwe 
    265   1.1       uwe #### Disk controllers and disks
    266   1.1       uwe 
    267   1.1       uwe ## A disk-like interface to files.  Can be used to create floppy, CD,
    268   1.1       uwe ## miniroot images, etc.
    269   1.1       uwe 
    270  1.36      cube #pseudo-device	vnd	
    271  1.32       uwe #options 	VND_COMPRESSION		# compressed vnd(4)
    272   1.1       uwe 
    273   1.1       uwe ## Memory disk device, used on boot floppies with compressed
    274   1.1       uwe ## kernel-plus-root-disk images.
    275   1.1       uwe 
    276  1.53   hannken #pseudo-device	md	
    277   1.1       uwe 
    278   1.1       uwe 
    279   1.1       uwe #### Network interfaces
    280   1.1       uwe 
    281   1.1       uwe ## Happy Meal Ethernet
    282   1.1       uwe hme*		at pci?	dev ? function ?	# network "hme" compatible
    283   1.1       uwe 
    284   1.1       uwe # MII/PHY support
    285   1.1       uwe qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
    286   1.1       uwe 
    287   1.1       uwe ## Loopback network interface; required
    288   1.1       uwe pseudo-device	loop
    289   1.1       uwe 
    290   1.1       uwe ## SLIP and CSLIP interfaces, for IP over a serial line.
    291  1.36      cube #pseudo-device	sl		
    292   1.1       uwe 
    293   1.1       uwe ## PPP, the successor to SLIP.  See pppd(8).
    294  1.36      cube #pseudo-device	ppp		
    295   1.1       uwe 
    296   1.1       uwe ## PPP over Ethernet (RFC 2516)
    297   1.1       uwe #pseudo-device	pppoe
    298   1.1       uwe 
    299   1.1       uwe ## Network "tunnel" device, allowing protocol stacks to run in the userland.
    300   1.1       uwe ## This is used by the third-party user-mode "ppp" program, and others.
    301  1.36      cube #pseudo-device	tun		
    302  1.32       uwe #pseudo-device	tap			# virtual Ethernet
    303   1.1       uwe 
    304   1.1       uwe ## Generic L3 over IP tunnel
    305  1.36      cube #pseudo-device	gre			# generic L3 over IP tunnel
    306   1.1       uwe 
    307   1.1       uwe ## Berkeley Packet Filter, required to run RARPD.  A generic C-language
    308   1.1       uwe ## interface that allows selective examining of incoming packets.
    309  1.35    rpaulo pseudo-device	bpfilter
    310   1.1       uwe 
    311  1.42       uwe #pseudo-device	carp			# Common Address Redundancy Protocol
    312  1.42       uwe 
    313   1.1       uwe ## IP Filter, used in firewall and NAT applications.  See ipnat(8) for
    314   1.1       uwe ## one example of the use of the IP Filter.
    315   1.1       uwe #pseudo-device	ipfilter
    316   1.1       uwe 
    317   1.1       uwe ## for IPv6
    318  1.36      cube #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    319  1.36      cube #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    320  1.36      cube #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    321   1.1       uwe 
    322   1.1       uwe ## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
    323   1.1       uwe #pseudo-device	vlan
    324   1.1       uwe 
    325   1.1       uwe #### Audio and video devices
    326   1.1       uwe 
    327   1.1       uwe ## /dev/audio support
    328  1.12       uwe audiocs*	at ebus?		# SUNW,CS4231
    329  1.12       uwe audio*		at audiocs?
    330  1.12       uwe 
    331  1.12       uwe # wscons
    332  1.12       uwe pckbc*		at ebus?		# PC keyboard controller
    333  1.12       uwe pckbd*		at pckbc?		# PC keyboard
    334  1.12       uwe pms*		at pckbc?		# PS/2 mouse for wsmouse
    335  1.12       uwe igsfb*		at pci? dev ? function ?
    336  1.12       uwe wsdisplay*	at igsfb? console ?
    337  1.12       uwe wskbd* 		at pckbd? console ?
    338  1.12       uwe wsmouse*	at pms? mux 0
    339   1.1       uwe 
    340   1.1       uwe 
    341   1.1       uwe #### Other device configuration
    342   1.1       uwe 
    343   1.1       uwe ## Pseudo ttys, required for network logins and programs like screen.
    344   1.1       uwe 
    345   1.1       uwe pseudo-device	pty			# pseudo-terminals
    346   1.1       uwe 
    347   1.1       uwe ## Random device, used to implement /dev/random (a source of random noise),
    348   1.1       uwe ## and generate randomness for some kernel formulae.
    349   1.1       uwe 
    350   1.1       uwe 
    351   1.1       uwe # a pseudo device needed for Coda	# also needs CODA (above)
    352  1.63  christos #pseudo-device	vcoda			# coda minicache <-> venus comm.
    353  1.12       uwe 
    354  1.12       uwe # wscons pseudo-devices
    355  1.12       uwe pseudo-device	wsmux			# mouse & keyboard multiplexor
    356  1.12       uwe pseudo-device	wsfont
    357  1.10     lukem 
    358  1.10     lukem pseudo-device	clockctl		# user control of clock subsystem
    359  1.17       uwe pseudo-device	ksyms			# /dev/ksyms
    360  1.51     pooka pseudo-device	putter			# for puffs and pud
    361  1.42       uwe 
    362  1.42       uwe #pseudo-device	pf			# PF packet filter
    363  1.42       uwe #pseudo-device	pflog			# PF log if
    364  1.52     pooka #pseudo-device	fss			# file system snapshot device
    365  1.42       uwe 
    366  1.48       jdc #options 	FILEASSOC		# fileassoc(9)
    367  1.42       uwe 
    368  1.42       uwe # Veriexec
    369  1.42       uwe #
    370  1.42       uwe # a pseudo device needed for veriexec
    371  1.63  christos #pseudo-device	veriexec
    372  1.42       uwe #
    373  1.42       uwe # Uncomment the fingerprint methods below that are desired. Note that
    374  1.42       uwe # removing fingerprint methods will have almost no impact on the kernel
    375  1.42       uwe # code size.
    376  1.42       uwe #
    377  1.42       uwe #options VERIFIED_EXEC_FP_RMD160
    378  1.42       uwe #options VERIFIED_EXEC_FP_SHA256
    379  1.42       uwe #options VERIFIED_EXEC_FP_SHA384
    380  1.42       uwe #options VERIFIED_EXEC_FP_SHA512
    381  1.42       uwe #options VERIFIED_EXEC_FP_SHA1
    382  1.42       uwe #options VERIFIED_EXEC_FP_MD5
    383  1.42       uwe 
    384  1.42       uwe #options PAX_MPROTECT=0			# PaX mprotect(2) restrictions
    385  1.42       uwe 					# (for static binaries only for now)
    386