diff options
author | maya <maya@pkgsrc.org> | 2016-09-18 16:11:13 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2016-09-18 16:11:13 +0000 |
commit | fb107b8d84b9ae73d7adf7c55b9fe6444639d52b (patch) | |
tree | c2035f2e0ccc07ab69a85f8817047a17f0460992 /emulators | |
parent | 5d225e8baf23483b1b9e2bcbe189fe42d8d82152 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | emulators/wine-devel/MESSAGE | 10 |
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 + +=========================================================================== |