Hello,
Is it possible to grant full access to the first megabyte of memory for DOS mode? I'm looking for the FreeBSD equivalent of what is
# sysctl -w vm.mmap_min_addr="0"
in Linux.
For context, I'm trying to run an old Windows program in Wine. It gives me the following error message:
Also, what are the security implications of this move? Could a runaway program in Wine damage the FreeBSD kernel?
(Sorry for that idiotic smiley in the error message. These user-unfriendly interfaces that always think they know better what you wanted to type are decidedly annoying )
Is it possible to grant full access to the first megabyte of memory for DOS mode? I'm looking for the FreeBSD equivalent of what is
# sysctl -w vm.mmap_min_addr="0"
in Linux.
For context, I'm trying to run an old Windows program in Wine. It gives me the following error message:
Error:
0120:err:dosmemOSMEM_MapDosLayout Need full access to the first megabyte for DOS mode
Also, what are the security implications of this move? Could a runaway program in Wine damage the FreeBSD kernel?
(Sorry for that idiotic smiley in the error message. These user-unfriendly interfaces that always think they know better what you wanted to type are decidedly annoying )
Last edited: