|
y225249
初级用户
 
积分 166
发帖 14
注册 2003-6-18
状态 离线
|
『楼 主』:
请问各位EMS错误该怎么解决?
使用 LLM 解释/回答一下
请问各位大大,EMS是个什么东西?我在玩一些DOS游戏时,总是提示EMS出错。这种情况应该怎么解决呀?
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?
|
|
2003-6-18 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
EMS是扩充内存规范。在玩那些DOS游戏之前加入了EMS内存驱动程序了吗?
EMS is the Extended Memory Specification. Did you add the EMS memory driver before playing those DOS games?
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-18 00:00 |
|
|
y225249
初级用户
 
积分 166
发帖 14
注册 2003-6-18
状态 离线
|
|
2003-6-29 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
加載DEVICE=C:\xxx\EMM386.EXE RAM 1024就可以了...
Just load DEVICE=C:\xxx\EMM386.EXE RAM 1024...
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-29 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
使系统支持扩充内存的五步曲
1. 取消C盘根目录下文件Config.sys的只读、隐藏和系统属性。方法是:在DOS提示符下键入attrib -r -h -s Config.sys回车。
2. 打开编辑Config.sys系统配置文件。方法是:在DOS提示符下键入edit Config.sys回车。
3. 编辑该文件的内容,加入扩充内存支持。方法是:device=c:\dos\emm386.exe RAM 1024。编辑好后保存退出。
4. 恢复Config.sys系统配置文件的原始属性,即只读、隐藏和系统属性。方法是:attrib +r +h +s Config.sys回车。
5. 重新启动系统,一切搞定!
Five Steps to Enable the System to Support Extended Memory
1. Remove the read-only, hidden, and system attributes from the Config.sys file in the root directory of drive C. The method is: At the DOS prompt, type attrib -r -h -s Config.sys and press Enter.
2. Open the Config.sys system configuration file for editing. The method is: At the DOS prompt, type edit Config.sys and press Enter.
3. Edit the content of this file to add support for extended 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, the 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!
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-6-29 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
以下是引用红色狂想在2003-6-29 15:18:43的发言:
使系统支持扩充内存的五步曲
1. 取消C盘根目录下文件Config.sys的只读、隐藏和系统属性。方法是:在DOS提示符下键入attrib -r -h -s Config.sys回车。
2. 打开编辑Config.sys系统配置文件。方法是:在DOS提示符下键入edit Config.sys回车。
3. 编辑该文件的内容,加入扩充内存支持。方法是:device=c:\dos\emm386.exe RAM 1024。编辑好后保存退出。
4. 恢复Config.sys系统配置文件的原始属性,即只读、隐藏和系统属性。方法是:attrib +r +h +s Config.sys回车。
5. 重新启动系统,一切搞定!
回不回覆config.sys的屬性都沒有關係的
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!
It doesn't matter whether you reply to the attributes of Config.sys or not
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-29 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
CONFIG.SYS还设SHR属性呀?我从来就没有设过呢!
Is CONFIG.SYS also set with the SHR attribute? I've never set it before!
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-29 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
只要文件有就可以了....屬性不是很重要...
As long as the file is there... The attributes are not very important...
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-29 00:00 |
|
|
y225249
初级用户
 
积分 166
发帖 14
注册 2003-6-18
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
谢谢各位大大的回答,让我来试试看
Thanks to all the great answers, let me give it a try
|
|
2003-6-29 00:00 |
|
|
kind-uo
初级用户
 
积分 199
发帖 22
注册 2003-6-10
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
请问在WIN98下怎么实现第一步
Please tell me how to achieve the first step under WIN98
|
|
2003-7-1 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
以下是引用kind-uo在2003-7-1 13:01:40的发言:
请问在WIN98下怎么实现第一步
你的第一步指的是??
以下是引用kind-uo在2003-7-1 13:01:40的发言:
How to achieve the first step under WIN98
What does your first step refer to??
|

MSN:tiqit2@hotmail.com
 |
|
2003-7-1 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
以下是引用Dark-Destroy在2003-7-1 14:58:57的发言:
以下是引用kind-uo在2003-7-1 13:01:40的发言:
请问在WIN98下怎么实现第一步
你的第一步指的是??
不会是我说的“取消C盘根目录下文件Config.sys的只读、隐藏和系统属性。方法是:在DOS提示符下键入attrib -r -h -s Config.sys回车”这一步吧?
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??
Won't it be the step where I said "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"?
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-7-1 00:00 |
|
|
kind-uo
初级用户
 
积分 199
发帖 22
注册 2003-6-10
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
我指的是在WIN98下如何做到第一步:
1. 取消C盘根目录下文件Config.sys的只读、隐藏和系统属性。方法是:在DOS提示符下键入attrib -r -h -s Config.sys回车。
因为我没有DOS .
在DOS状态下运行DOS软件时系统老是说:该软件只在DOS下运行.所以我问在WIN98下^O^
I mean how to do the first step under WIN98:
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.
Because I don't have DOS.
When running DOS software in DOS state, the system always says: This software only runs under DOS. So I ask under WIN98 ^O^
|
|
2003-7-1 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
你怎么能说你没DOS呢,要知道,Win98其实就是DOS平台上的一个大型保护模式的图形化用户界面系统,即GUI系统。所以,你可以进入纯DOS模式呀,方法是:重新启动系统,当Windows展示画面快要出现时,按“F8”键,此时屏幕上会出现系统启动模式选择菜单,你可以选择以DOS命令行方式启动系统。这样不就可以了吗?
How can you say you don't have DOS? You know, Win98 is actually a large protected - mode graphical user interface system, that is, a GUI system, on the DOS platform. So, you can enter pure DOS mode. The method is: restart the system, and when the Windows startup screen is about to appear, press the "F8" key. At this time, the system startup mode selection menu will appear on the screen, and you can choose to start the system in DOS command line mode. Isn't that okay?
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-7-1 00:00 |
|
|
kind-uo
初级用户
 
积分 199
发帖 22
注册 2003-6-10
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
谢谢!但我按你说的做了后
屏幕上显示:XME没有安装.
这是怎么回事,我的DOS扩展内存有啊!我在属性里看到的.
Thanks! But after I did as you said, the screen shows: XME is not installed. What's the matter? I have DOS extended memory! I saw it in the properties.
|
|
2003-7-3 00:00 |
|