The rantings and ravings of an aging IT professional...
Any notes or comments?, I'm looking to move SCO foxbase to dosemu+Linux, but maybe this is a better path...
Give it a try its working well. My coff binaries run as is.Had a hiccup with memory allocation. # sysctl -w vm.legacy_va_layout=1resolves the problem.It seems that the 2.6 kernels allocate memory slightly differently.The above command forces legacy memory allocation.
I've added the following to the end of the /etc/sysctl.conf file..vm.legacy_va_layout = 1kernel.msgmni = 1024kernel.msgmnb = 163840kernel.msgmax = 40960
Post a Comment
3 comments:
Any notes or comments?, I'm looking to move SCO foxbase to dosemu+Linux, but maybe this is a better path...
Give it a try its working well. My coff binaries run as is.
Had a hiccup with memory allocation.
# sysctl -w vm.legacy_va_layout=1
resolves the problem.
It seems that the 2.6 kernels allocate memory slightly differently.
The above command forces legacy memory allocation.
I've added the following to the end of the /etc/sysctl.conf file..
vm.legacy_va_layout = 1
kernel.msgmni = 1024
kernel.msgmnb = 163840
kernel.msgmax = 40960
Post a Comment