|
zhangxue
初级用户
 
积分 183
发帖 82
注册 2006-3-28
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
我仅按照readme.txt中的例子测试:
rem config.sys
SHELL=DOS\COMMAND.COM /E:512 /P
DEVICE=BIN\QHMBOOT.SYS
DOS=HIGH,UMB
DEVICE=BIN\QDBOOT.SYS
DEVICE=BIN\UMBPCI.SYS I=C800-EFFF NOEMS
DEVICEHIGH=QHIMEM.SYS /N48
DEVICEHIGH=BIN\QDMA.SYS /O /D /F /L
DEVICEHIGH=BIN\QCDROM.SYS /D:MYCDROM /UF /L
测试时死机。
屏幕提示如下:
QHMBOOT V2.1, 5-1-2006.
NOTE A20 line found ON!
16 XMS handles available.
以上是Virtual PC中的提示,Vmware中的提示没有中间那一行.
Last edited by zhangxue on 2006-5-4 at 13:33 ]
I only tested according to the examples in readme.txt:
rem config.sys
SHELL=DOS\COMMAND.COM /E:512 /P
DEVICE=BIN\QHMBOOT.SYS
DOS=HIGH,UMB
DEVICE=BIN\QDBOOT.SYS
DEVICE=BIN\UMBPCI.SYS I=C800-EFFF NOEMS
DEVICEHIGH=QHIMEM.SYS /N48
DEVICEHIGH=BIN\QDMA.SYS /O /D /F /L
DEVICEHIGH=BIN\QCDROM.SYS /D:MYCDROM /UF /L
The computer froze during the test.
The screen prompts as follows:
QHMBOOT V2.1, 5-1-2006.
NOTE A20 line found ON!
16 XMS handles available.
The above is the prompt in Virtual PC. The prompt in Vmware has no middle line.
Last edited by zhangxue on 2006-5-4 at 13:33 ]
|
|
2006-5-4 13:17 |
|
|
zhangxue
初级用户
 
积分 183
发帖 82
注册 2006-3-28
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
Originally posted by johnsonlam at 2006-5-4 09:56:
QDMA 因 为 检 查 更 "严 格" 了 , 才 不 准 许 你 使 用 , 弄 坏 了 资 料 谁 也 救 不 了 。
UDMA 是 很 "初 期" 的 作 品 , 有 不 少 ...
明明可以用dma的,却被“严格”归为普通传输模式,不爽呀!严格一些是好,但能否提供强制启用的参数?当然了,使用者后果自负。~_~
暂时仍然使用udma.sys,静观发展。
Last edited by zhangxue on 2006-5-4 at 13:31 ]
Originally posted by johnsonlam at 2006-5-4 09:56:
QDMA is not allowed for being "more strict" in checking. If data is damaged, no one can recover it.
UDMA is a very "early" work, and there are many...
It's really frustrating that QDMA can be used but is classified as ordinary transfer mode due to "strictness"! Being stricter is good, but can you provide a parameter to force it to be enabled? Of course, the user will bear the consequences. ~_~
Still using udma.sys for the time being, and waiting to see how it develops.
Last edited by zhangxue on 2006-5-4 at 13:31 ]
|
|
2006-5-4 13:29 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
Originally posted by zhangxue at 2006-5-4 01:17 PM:
我仅按照readme.txt中的例子测试:
rem config.sys
SHELL=DOS\COMMAND.COM /E:512 /P
DEVICE=BIN\QHMBOOT.SYS
DOS=HIGH,UMB
DEVICE=BIN\QDBOOT.SYS
DEVICE=BIN\UMBPCI.SYS I=C800-EFFF NOEMS
...
现 在 QHIMEM 的 A20 是 用 标 准 的 那 几 种 , 碰 巧 VirtualPC 或 许 不 接 受 , 那 A20 就 出 了 问 题 。
要 请 教 VirtualPC 那 种 是 KBC A20 或 是 甚 么 的 ... 要 加 入 新 的 编 码 , 但 先 要 知 那 种 A20 用 甚 么 方 法 启 动
Originally posted by zhangxue at 2006-5-4 01:17 PM:
I only tested according to the example in readme.txt:
rem config.sys
SHELL=DOS\COMMAND.COM /E:512 /P
DEVICE=BIN\QHMBOOT.SYS
DOS=HIGH,UMB
DEVICE=BIN\QDBOOT.SYS
DEVICE=BIN\UMBPCI.SYS I=C800-EFFF NOEMS
...
Now QHIMEM's A20 uses the standard ones. It so happens that VirtualPC may not accept them, so the A20 problem occurs.
Need to ask what kind of A20 in VirtualPC is KBC A20 or something... Need to add new code, but first need to know what method to use to start that A20
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-5-4 14:05 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
Originally posted by zhangxue at 2006-5-4 01:17 PM:
我仅按照readme.txt中的例子测试:
rem config.sys
SHELL=DOS\COMMAND.COM /E:512 /P
DEVICE=BIN\QHMBOOT.SYS
DOS=HIGH,UMB
DEVICE=BIN\QDBOOT.SYS
DEVICE=BIN\UMBPCI.SYS I=C800-EFFF NOEMS
...
这个例子在VPC中好像不会死机吧?我刚才试了一下,仅将以上虚拟路径修改为实际的路径,没有发现有死机现象,不过运行到QDBOOT/QDMA时倒是会提示没有找到UltraDMA,所以就没加载而直接跳过去了。补充说明一下,我的VPC是2004 SP1版。
Originally posted by zhangxue at 2006-5-4 01:17 PM:
I only tested according to the example in readme.txt:
rem config.sys
SHELL=DOS\COMMAND.COM /E:512 /P
DEVICE=BIN\QHMBOOT.SYS
DOS=HIGH,UMB
DEVICE=BIN\QDBOOT.SYS
DEVICE=BIN\UMBPCI.SYS I=C800-EFFF NOEMS
...
This example doesn't seem to cause a crash in VPC? I just tried it, only changing the above virtual path to the actual path, and no crash was found. However, when running to QDBOOT/QDMA, it prompts that UltraDMA is not found, so it is not loaded and skips directly. Let me add that my VPC is version 2004 SP1.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-5-5 09:11 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
|
2006-5-9 12:59 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
Originally posted by johnsonlam at 2006-5-9 12:59 PM:
Virtual PC 或 VMware 可 能 與 真 的 PC 有 所 不 同 , 或 者 試 試 Bochs 吧 。
VPC不支持UltraDMA模式呢,所以無法用QDMA,不過VMWare則支持,我這兒使用起來倒是正常。
Originally posted by johnsonlam at 2006-5-9 12:59 PM:
Virtual PC or VMware may be different from a real PC, or try Bochs.
VPC does not support UltraDMA mode, so QDMA cannot be used. However, VMWare does support it, and it works normally here.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-5-9 13:58 |
|
|
ITU
中级用户
  
积分 209
发帖 82
注册 2006-3-22
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
今天用一个带QCDROM的启动盘启动电脑,加载QCDROM驱动后不能读盘,光驱型号为“LITEON CD-ROM LTN485S”,而改用Vide-cdd则正常。因此QCDROM的兼容性可能亚于Vide-cdd,不过QCDROM的优点就是占用内存小。
QDBOOT/QDMA在某些电脑上会造成死机,它如果能在不支持时可以直接跳过,避免死机则更好……
Last edited by ITU on 2006-6-19 at 23:49 ]
Today, I used a bootable disk with QCDROM to boot the computer. After loading the QCDROM driver, I couldn't read the disc. The CD-ROM model is "LITEON CD-ROM LTN485S", while using Vide-cdd works normally. Therefore, the compatibility of QCDROM may be inferior to Vide-cdd, but the advantage of QCDROM is that it occupies less memory...
QDBOOT/QDMA may cause the computer to freeze on some computers. It would be better if it could skip directly when not supported to avoid freezing...
Last edited by ITU on 2006-6-19 at 23:49 ]
|
|
2006-6-19 23:42 |
|
|
xtc3000
新手上路

积分 7
发帖 3
注册 2006-7-9
状态 离线
|
|
2008-3-6 11:32 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
Originally posted by ITU at 2006-6-19 11:42 PM:
今天用一个带QCDROM的启动盘启动电脑,加载QCDROM驱动后不能读盘,光驱型号为“LITEON CD-ROM LTN485S”,而改用Vide-cdd则正常。因此QCDROM的兼容性可能亚于 ...
證 明 許 多 電 腦 的 BIOS 支 援 UDMA 都 有 問 題 , 尤 以 VIA 晶 片 最 差 。
為 甚 麼 不 用 UIDE.SYS ?
Originally posted by ITU at 2006-6-19 11:42 PM:
Boot the computer with a bootable disk with QCDROM today, and after loading the QCDROM driver, the disk cannot be read. The CD-ROM model is "LITEON CD-ROM LTN485S", while using Vide-cdd is normal. Therefore, the compatibility of QCDROM may be inferior to ...
Prove that many computer BIOS support UDMA have problems, especially the VIA chip is the worst.
Why not use UIDE.SYS?
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2008-3-7 11:38 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
Originally posted by Wengier at 2006-5-9 01:58 PM:
VPC不支持UltraDMA模式呢,所以無法用QDMA,不過VMWare則支持,我這兒使用起來倒是正常。
在 Mac OSX 10.5.1 的 VMWare Fusion 下 , UIDE.SYS 完 全 沒 有 問 題 !
Originally posted by Wengier at 2006-5-9 01:58 PM:
VPC does not support UltraDMA mode, so QDMA cannot be used. However, VMWare does support it, and it works normally here.
Under VMWare Fusion on Mac OSX 10.5.1, UIDE.SYS works perfectly fine!
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2008-3-7 11:40 |
|
|
wwwcccyyy
中级用户
  
积分 224
发帖 110
注册 2007-1-7 来自 广东
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
在那里下载这个QDMA啊???
Where can I download this QDMA???
|
|
2008-6-20 23:59 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
給 我 電 郵 地 址
Please provide the specific context or relevant information related to the email address you need, as just "Give me the email address" without any additional context is too vague.
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2008-6-23 16:05 |
|