|
callmessw
初级用户
 
积分 20
发帖 6
注册 2005-11-9
状态 离线
|
『楼 主』:
DOS71和TWAY问题
使用 LLM 解释/回答一下
我从论坛下了DOS71完全安装版,实现了安装XP后再安装DOS的功能,为使用中文,安装了天汇兼容汉字系统TechWay SCS V3.2改进版,显示汉字正常,但在加载PY.COM和WBX.COM时均显示:
cpu error: incorrect opcode.
killing process.
然后死机。
然而我用Winme DOS盘却可以正常加载和使用这两个输入法。
不知何故,如何解决,还请高手帮助!!!
I downloaded the full installation version of DOS 7.1 from the forum. I achieved the function of installing DOS after installing XP. To use Chinese, I installed the Tianhui Compatible Chinese Character System TechWay SCS V3.2 improved version. The Chinese characters are displayed normally, but when loading PY.COM and WBX.COM, it shows:
cpu error: incorrect opcode.
killing process.
Then it freezes.
However, I can normally load and use these two input methods with the Winme DOS disk.
I don't know why. I hope experts can help!!!
|
|
2005-11-9 14:25 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
Re callmessw:
这是某个DOS下防死机的小程序在起作用。可以修改DOS下的Autoexec.bat 文件,将含有 escape 或者 killer 的行删除,或者在行首加::注释掉。然后重启后试试看,如遇到有其他的问题,比如死机,那可能是内存管理程序的兼容性问题,再修改 config.sys 文件,删除或者行首加 rem 注释掉 emm386 所在行,然后重启再试。
如果仍然无法启用,请恕我无能为力!
Re callmessw:
This is because a small anti-freeze program under DOS is at work. You can modify the Autoexec.bat file under DOS, delete the lines containing escape or killer, or add :: at the beginning of the line to comment them out. Then restart and try. If other problems occur, such as freezing, it may be a compatibility issue with the memory manager. Then modify the config.sys file, delete or add rem at the beginning of the line to comment out the line where emm386 is located, and then restart and try.
If it still cannot be enabled, I am sorry that I can do nothing!
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2005-11-9 17:00 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
一看到:
cpu error: incorrect opcode.
killing process.
就一定是KILLER.EXE的功劳。而死机则通常是应用程序设计或“改进”上的不规范代码引起的,KILLER.EXE一般能增强系统健壮性,我设计的格式化加速器里已经整合此功能。
EMM386.EXE在与汉字系统的兼容性上确实存在问题。能不用就尽量用替代品吧!
willsort版主说得没错!
如果还是不行,建议你换一个汉字系统。
As soon as you see:
cpu error: incorrect opcode.
killing process.
it must be the work of KILLER.EXE. And the system crash is usually caused by non-standard code in application design or "improvement". KILLER.EXE can generally enhance the system robustness, and this function has been integrated in the format accelerator I designed.
EMM386.EXE does have compatibility problems with Chinese character systems. Try to use alternatives if possible!
What the moderator willsort said is correct!
If it still doesn't work, it is recommended that you change to another Chinese character system.
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-11-9 22:18 |
|
|
callmessw
初级用户
 
积分 20
发帖 6
注册 2005-11-9
状态 离线
|
|
2005-11-10 08:14 |
|
|
callmessw
初级用户
 
积分 20
发帖 6
注册 2005-11-9
状态 离线
|
『第 5 楼』:
AMAZING
使用 LLM 解释/回答一下
2、3楼两位确实经验丰富,果然是EMM386的问题,在config.sys中去掉后就解决了问题。
但也带来了过度占用常规内存的问题,不知3楼老兄讲的“替代品”是什么,可否说明?
另:我也试了CCDOS97,就没有这个问题。
再次表示重大谢意!!!
Users on floors 2 and 3 are indeed experienced. It turns out it was an issue with EMM386. After removing it from config.sys, the problem was solved. But it also brought the problem of excessive conventional memory usage. I don't know what the "replacement" mentioned by the brother on floor 3 is. Could you please explain?
Another thing: I also tried CCDOS97, and there was no such problem.
Once again, express great gratitude!!!
|
|
2005-11-10 09:48 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Re call-me-ssw:
我说的“替代品”指的是QEMM386.SYS、UMBPCI.SYS等。我常用UMBPCI.SYS。
willsort版主经验老道丰富,我也很PF。
Re call-me-ssw:
The "substitutes" I mentioned refer to QEMM386.SYS, UMBPCI.SYS, etc. I often use UMBPCI.SYS.
Moderator willsort is experienced and knowledgeable, and I also highly admire him.
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-11-10 11:47 |
|
|
callmessw
初级用户
 
积分 20
发帖 6
注册 2005-11-9
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
“本是”兄太客气,我在站上查了一圈,最后也决定用UMBPCI.SYS,刚下了最新版3.65,果然解决了py.com和wb.com的问题。
另:我用了成然CCDOS97铭泰东方快车专用版,只有成然拼音,我想加个五笔,可是不知道码表(TXT文件)的格式和要求,用win98的五笔输入法反编译的文件不行,还请高手继续赐教!
"Brother Ben Shi is too polite. I checked around on the site and finally decided to use UMBPCI.SYS. Just downloaded the latest version 3.65, and it果然 solved the problems with py.com and wb.com.
Another thing: I used Chengran CCDOS 97 Mingtai Oriental Express Special Edition, which only has Chengran Pinyin. I want to add a Wubi, but I don't know the format and requirements of the code table (TXT file). The files decompiled from the Wubi input method of Win98 don't work. Please continue to ask experts for advice!"
|
|
2005-11-10 14:48 |
|