![](https://seccdn.libravatar.org/avatar/e164891e4d850a5cfd6a5765eb3965d0.jpg?s=120&d=mm&r=g)
On 11/10/19 4:36 PM, Per Jessen wrote:
ellanios82 wrote:
LOWRAM mmap: Invalid argument I googled this and found for instance
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538432
Have a look at at reply 27 - what do you have in "vm.mmap_min_addr" ?
thank you v.m. i have read reply 27 : Reinhard --- src/base/init/init.c (Revision 1862) +++ src/base/init/init.c (Revision 1863) @@ -262,10 +262,18 @@ if (result != NULL) { + int err = errno; perror ("LOWRAM mmap"); - config.exitearly = 1; + if (err == EINVAL) { + fprintf(stderr, "Cannot map low DOS memory (the first 640k).\n" + "You can most likely avoid this problem by running\n" + "sysctl -w vm.mmap_min_addr=0\n" + "as root, or by changing the vm.mmap_min_addr setting in\n" + "/etc/sysctl.conf to 0.\n"); } + leavedos(99); } +} /* * DANG_BEGIN_FUNCTION version_init ------- : am floundering about & do not know what am doing ^$%# - as root , have run : sysctl -w vm.mmap_min_addr=0\n - but get error : sysctl: setting key "vm.mmap_min_addr": Invalid argument vm.mmap_min_addr = 0n ...... - have had a look at /etc/sysctl.conf - but am unsure how to do what needs to be done - have made file systemctl.d , in which have inserted vm.mmap_min_addr=0\n : but still dosemu will not run ..... many thanks .... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org