"ERROR:pageovercommit value in SYSTEM.INI is too large.
Decrease the value, or if not present, add a setting that is less than 4."
Finally, the real error message is given, and then everything becomes very easy.
I once wrote an article introducing the cause and solution of this problem. It was written in English, and the address is: http://newdos.yginfo.net/msdos71/doskbd4.htm
Now I will explain it in Chinese. This error message will only appear when the memory in the system is larger than 256MB. It is because the default settings of Win3.x are not good at supporting large memory. The solution is very simple. You can modify the default settings of Win3.x. Specifically:
In SYSTEM.INI, under the section, add a line PageOverCommit=x, where the product of the value of x and your physical memory size should not be greater than 1024MB. For example, if you have 512MB memory, then you can set x to 2 or 1 or 0, such as:
...
PageOverCommit=2
...
At this time, 512MB * 2 = 1024MB, which does not exceed 1024MB, so it should be okay.
The reason why this message appears when running Win3.2 under dos710 instead of under dos622 is that MS-DOS 7.10 fully supports large memory. That is to say, all the physical memory of the system will be recognized by dos710 and win3.2 at this time, no matter how large it is! However, dos622 supports a maximum of 64MB memory. So even if the physical memory of the system is far larger than 256MB, dos622 and win3.2 can only see up to 64MB memory at most, so this message will not appear (but if you set the x value very large, such as 20, so that the value of 64MB * 20 exceeds 1024MB, this message will also appear). It can be seen that supporting large memory is also a new function of MS-DOS 7.10, just like fully supporting FAT32 and large hard drives. If this message appears when Win3.x starts, it is not your mistake (of course, the previous installation method was wrong), but because Win3.2 itself is relatively old, and its default settings are not good at supporting large memory above 256MB. So you can adjust its default settings.
Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
