Excuse me, everyone. What exactly is EMS? When I play some DOS games, it always prompts that there is an EMS error. How should I solve this situation?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!



The following is the speech of Red Rhapsody on 2003-6-29 15:18:43:
Five-step plan to make the system support expanded memory
1. Cancel the read-only, hidden, and system attributes of the file Config.sys in the root directory of drive C. The method is: type attrib -r -h -s Config.sys at the DOS prompt and press Enter.
2. Open and edit the system configuration file Config.sys. The method is: type edit Config.sys at the DOS prompt and press Enter.
3. Edit the content of this file and add support for expanded memory. The method is: device=c:\dos\emm386.exe RAM 1024. After editing, save and exit.
4. Restore the original attributes of the Config.sys system configuration file, that is, read-only, hidden, and system attributes. The method is: attrib +r +h +s Config.sys and press Enter.
5. Restart the system, and everything is done!



以下是引用kind-uo在2003-7-1 13:01:40的发言:
How to achieve the first step under WIN98

The following is a quote from Dark-Destroy at 14:58:57 on July 1, 2003:
The following is a quote from kind-uo at 13:01:40 on July 1, 2003:
请问 in WIN98 how to achieve the first step
What do you mean by your first step??