summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/MESSAGE
blob: 4dd29b11c64ec989672e6f247d557efb8fdfae46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================================================================
$NetBSD: MESSAGE,v 1.3 2016/12/26 22:36:30 maya Exp $

If you are experiencing crashes, it may be due to a security measure
blocking the mapping of the NULL page.

You can disable this (at a security cost) with the following commands:

 NetBSD:
	# sysctl -w vm.user_va0_disable=0
 Linux:
	# sysctl -w vm.mmap_min_addr=0

===========================================================================