summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-09-18 16:11:13 +0000
committermaya <maya@pkgsrc.org>2016-09-18 16:11:13 +0000
commitfb107b8d84b9ae73d7adf7c55b9fe6444639d52b (patch)
treec2035f2e0ccc07ab69a85f8817047a17f0460992 /emulators/wine-devel
parent5d225e8baf23483b1b9e2bcbe189fe42d8d82152 (diff)
downloadpkgsrc-fb107b8d84b9ae73d7adf7c55b9fe6444639d52b.tar.gz
wine-devel: add note about NULL page not being mappable by default
under NetBSD, and how to work around it for programs that need it. thanks maxv@ for keeping this optional.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/MESSAGE10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/wine-devel/MESSAGE b/emulators/wine-devel/MESSAGE
new file mode 100644
index 00000000000..ece6970ea97
--- /dev/null
+++ b/emulators/wine-devel/MESSAGE
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2016/09/18 16:11:13 maya Exp $
+
+In NetBSD >= 8.0, it's not possible to map the NULL page for security
+reasons. Many Windows programs will crash from this limitation. You
+can disable it with:
+
+ # sysctl -w vm.user_va0_disable=0
+
+===========================================================================