『楼 主』:
在DOS命令行下直接安装和删除EMS内存的方法
使用 LLM 解释/回答一下
一些DOS程序,尤其是游戏软件,如同级生、天晴传等等,往往需要EMS内存才能运行。DOS自带的EMM386的RAM参数可以模拟EMS内存,然而它有几个缺点,如一旦安装就不可删除或调节,而且EMM386本身就会造成一些软件无法正常运行。因此,如果能有一个能够动态调节或删除的EMS内存程序就好了。
几个月前,我无意中在莫老师的旧”起步“网站中发现了TCPOWER程序,能够替代EMM386的RAM参数加载EMS内存。不过,它本身还是需要在CONFIG.SYS中用DEVICE命令加载,而且本身不带删除选项,所以根本问题还是没有解决。因此,我使用DOS命令行下的DEVICE/DEVLOAD命令来进行加载它,果然可以在命令行下直接运行了,但还是不能删除。最近,我改用了ADDEV/DELDEV程序,这回就好得多了,可以用ADDEV命令来在DOS命令行下加载TCPOWER程序,运行完程序后就可用DELDEV命令将加载的TCPOWER程序从内存中删除,还可重新安装/删除,即真正实现了EMS内存在DOS命令行下的随意加载和删除,确实很方便实用。
上面提到的ADDEV/DELDEV是很强大实用的程序,它可以在DOS命令行下随意加载设备驱动程序(如光驱驱动程序等),完成后可从内存中删除,真不错,在此推荐。
Some DOS programs, especially game software such as "Classmates" and "Tianqing Legend," often require EMS memory to run. The RAM parameter of EMM386 built into DOS can simulate EMS memory. However, it has several drawbacks, such as once installed, it cannot be deleted or adjusted, and EMM386 itself can cause some software to not run properly. Therefore, it would be great to have an EMS memory program that can be dynamically adjusted or deleted.
A few months ago, I accidentally found the TCPOWER program on Teacher Mo's old "Qibu" website, which can replace the RAM parameter of EMM386 to load EMS memory. However, it still needs to be loaded with the DEVICE command in CONFIG.SYS, and it does not have a delete option by itself, so the fundamental problem is not solved. Therefore, I used the DEVICE/DEVLOAD command under the DOS command line to load it, and it果然 (actually) can be run directly under the command line, but it still cannot be deleted. Recently, I switched to the ADDEV/DELDEV program, and this time it is much better. I can use the ADDEV command to load the TCPOWER program under the DOS command line, and after running the program, I can use the DELDEV command to delete the loaded TCPOWER program from memory, and it can be reinstalled/deleted, that is, truly realizing the arbitrary loading and deletion of EMS memory under the DOS command line, which is indeed convenient and practical.
The above-mentioned ADDEV/DELDEV is a very powerful and practical program. It can arbitrarily load device drivers (such as CD-ROM drivers, etc.) under the DOS command line, and can be deleted from memory after completion. It's really great, and I recommend it here.
|