|
ITU
中级用户
  
积分 209
发帖 82
注册 2006-3-22
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
Originally posted by fastslz at 2006-6-12 22:29:
config.sys 配置1
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHMBOOT.SYS
DOS=HIGH,UMB
DEVICE=DOS\UMBPCI.SYS I=C800-EFFF NOEMS
DEVICEHIGH=DOS\QHIMEM.SYS /N48
DEVICE=DOS\QCDROM.SYS /D:IDE-CD01 ...
不明白的意思!???
Last edited by ITU on 2006-6-13 at 23:25 ]
Originally posted by fastslz at 2006-6-12 22:29:
config.sys configuration 1
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHMBOOT.SYS
DOS=HIGH,UMB
DEVICE=DOS\UMBPCI.SYS I=C800-EFFF NOEMS
DEVICEHIGH=DOS\QHIMEM.SYS /N48
DEVICE=DOS\QCDROM.SYS /D:IDE-CD01 ...
Don't understand the meaning of !???
Last edited by ITU on 2006-6-13 at 23:25 ]
|
|
2006-6-13 23:24 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
抱 歉 , 不 是 每 天 能 来 看 。
配 置 还 有 可 改 良 的 地 方 :
config.sys 配置1 (我 习 惯 将 非 Device 放 前 面 , 可 看 得 清 楚 点 )
-----
DOS=HIGH,UMB
LASTDRIVE=Z
FCBSHIGH=4,0
**有 问 题 的 话 先 不 要 把 FCSB Loadhi , 解 决 问 题 才 加 上 也 不 迟
FILESHIGH=30
**同 上
BUFFERSHIGH=20,0
**同 上
STACKSHIGH=9,256
**同 上
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHMBOOT.SYS /t7
DEVICE=DOS\QDBOOT.SYS
**朋 友 , 你 是 用 S-ATA 吗 ? 怎 么 没 了 QDBOOT 和 QDMA 的 呢 ?
DEVICE=DOS\UMBPCI.SYS
DEVICEHIGH=DOS\QHIMEM.SYS /t7
**以 上 /t7 是 改 良 的 硬 体 测 试 手 段 , 有 些 底 板 一 定 要 的 , 详 细 可 看 QHIMEM 内 的 README.TXT
DEVICEHIGH=DOS\QCDROM.SYS /D:IDE-CD01 /UF /L
DEVICEHIGH=DOS\RAMDRIVE.SYS /E 6144
**建 议 用 SRDISK v2.09 (Resizeable RAM Disk), 非 常 稳 定 的 !
此配置显示QHMBOOT V2.5, 6-04-2006,32 XMS handles available后死机
此配置改成DEVICE=DOS\QHIMEM.SYS /N48后还是显示QHMBOOT V2.5, 6-04-2006,32 XMS handles available后死机
应 该 和 /N (handles) 多 少 没 有 关 系 , 而 是 设 立 XMS 后 记 忆 体 就 和 某 些 东 西 冲 突
config.sys 配置2 (旧 的 做 法 , 用 多 了 点 记 忆 体 )
-----
DOS=HIGH,UMB
FCBS=1,0
**用 FreeDOS 的 话 FCBS 会 被 忽 视
FILES=30
BUFFERS=20,0
STACKS=9,256
LASTDRIVE=Z
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHIMEM.SYS /t7
DEVICE=DOS\UMBPCI.SYS
DEVICEHIGH=DOS\QCDROM.SYS /D:IDE-CD01 /UF /L
DEVICEHIGH=DOS\RAMDRIVE.SYS /E 6144
===
麻 烦 再 试 一 下 , 看 看 结 果 是 否 一 样 。
Sorry, I can't come to see every day.
There are still places that can be improved in the configuration:
config.sys Configuration 1 (I am used to putting non-Device in the front, so it can be seen more clearly)
-----
DOS=HIGH,UMB
LASTDRIVE=Z
FCBSHIGH=4,0
**If there is a problem, don't load FCSB High first. It's not too late to add it after solving the problem**
FILESHIGH=30
**Same as above**
BUFFERSHIGH=20,0
**Same as above**
STACKSHIGH=9,256
**Same as above**
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHMBOOT.SYS /t7
DEVICE=DOS\QDBOOT.SYS
**Friend, are you using S-ATA? Why are there no QDBOOT and QDMA?**
DEVICE=DOS\UMBPCI.SYS
DEVICEHIGH=DOS\QHIMEM.SYS /t7
**The above /t7 is an improved hardware testing method. Some motherboards must have it. For details, you can refer to README.TXT in QHIMEM**
DEVICEHIGH=DOS\QCDROM.SYS /D:IDE-CD01 /UF /L
DEVICEHIGH=DOS\RAMDRIVE.SYS /E 6144
**It is recommended to use SRDISK v2.09 (Resizeable RAM Disk), which is very stable!**
This configuration shows QHMBOOT V2.5, 6-04-2006, and freezes after 32 XMS handles available
After changing this configuration to DEVICE=DOS\QHIMEM.SYS /N48, it still freezes after showing QHMBOOT V2.5, 6-04-2006, and 32 XMS handles available
It should have nothing to do with the number of /N (handles), but that after setting up XMS, the memory conflicts with something
config.sys Configuration 2 (Old method, uses a bit more memory)
-----
DOS=HIGH,UMB
FCBS=1,0
**If using FreeDOS, FCBS will be ignored**
FILES=30
BUFFERS=20,0
STACKS=9,256
LASTDRIVE=Z
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHIMEM.SYS /t7
DEVICE=DOS\UMBPCI.SYS
DEVICEHIGH=DOS\QCDROM.SYS /D:IDE-CD01 /UF /L
DEVICEHIGH=DOS\RAMDRIVE.SYS /E 6144
===
Please try again and see if the result is the same.
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-6-14 00:42 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
谢谢johnsonlam热心详解
用上面2个配置方法测试了,具体见下
DOS=HIGH,UMB
LASTDRIVE=Z
FCBS=4,0
FILES=30
BUFFERS=20,0
STACKS=9,256
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHMBOOT.SYS /t7
DEVICE=DOS\UMBPCI.SYS
DEVICEHIGH=DOS\QHIMEM.SYS /t7
DEVICEHIGH=DOS\QCDROM.SYS /D:IDE-CD01 /UF /L
DEVICEHIGH=DOS\RAMDRIVE.SYS /E 6144
显示QHMBOOT V2.5, 6-04-2006,32 XMS handles available后死机
============================================
DOS=HIGH,UMB
FCBS=1,0
FILES=30
BUFFERS=20,0
STACKS=9,256
LASTDRIVE=Z
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHIMEM.SYS /t7
DEVICE=DOS\UMBPCI.SYS
DEVICEHIGH=DOS\QCDROM.SYS /D:IDE-CD01 /UF /L
DEVICEHIGH=DOS\RAMDRIVE.SYS /E 6144
显示QHIMEM V2.5, 6-04-2006,64 XMS handles available Use /Nnn with nn=32/48/64/96/128后死机
运行环境MS-DOS 7.1 (ATA133硬盘ATA100主板)
至于没用QDMA 是因为没加载成功所以放弃了,用XDMA 3.3和UDMA2 V8.2都能加载UltraDMA 5,因为本人经常帮朋友维护电脑曾经用XDMA 3.3在865EP主板发现运行速度奇慢,所以现在几款DMA驱动都不用了或config中多配置方法加载,希望QDMA有个折中的加载方式,即便不能加载不要死机,不能运行在UltraDMA 5~6就忽略(QDMA加载方式见7楼)另外想请教一下QDMA在autoexec里的配置方法
比如:
DEVLOAD /H /Q /A DOS\QDMA.SYS /O /D /F
IF NOT EXIST ???? GOTO 第2配置
或者用IF NOT ERRORLEVEL ? 判断是否加载成功
可能这想法比较幼稚^_^
Thanks to Johnsonlam for the detailed explanation. I tested the above two configuration methods, as detailed below:
DOS=HIGH,UMB
LASTDRIVE=Z
FCBS=4,0
FILES=30
BUFFERS=20,0
STACKS=9,256
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHMBOOT.SYS /t7
DEVICE=DOS\UMBPCI.SYS
DEVICEHIGH=DOS\QHIMEM.SYS /t7
DEVICEHIGH=DOS\QCDROM.SYS /D:IDE-CD01 /UF /L
DEVICEHIGH=DOS\RAMDRIVE.SYS /E 6144
Shows QHMBOOT V2.5, 6-04-2006, 32 XMS handles available and then freezes.
============================================
DOS=HIGH,UMB
FCBS=1,0
FILES=30
BUFFERS=20,0
STACKS=9,256
LASTDRIVE=Z
SHELL=COMMAND.COM /E:640 /P /F
DEVICE=DOS\QHIMEM.SYS /t7
DEVICE=DOS\UMBPCI.SYS
DEVICEHIGH=DOS\QCDROM.SYS /D:IDE-CD01 /UF /L
DEVICEHIGH=DOS\RAMDRIVE.SYS /E 6144
Shows QHIMEM V2.5, 6-04-2006, 64 XMS handles available Use /Nnn with nn=32/48/64/96/128 and then freezes.
Operating environment: MS-DOS 7.1 (ATA133 hard drive, ATA100 motherboard)
As for not using QDMA, it's because it didn't load successfully, so I gave up. Using XDMA 3.3 and UDMA2 V8.2 can both load UltraDMA 5. Because I have often helped friends maintain computers and once found that with XDMA 3.3 on an 865EP motherboard, the running speed was extremely slow, so now I don't use several DMA drivers or configure multiple methods in config to load. I hope QDMA has a compromise loading method. Even if it can't load, don't freeze. If it can't run on UltraDMA 5~6, ignore it (QDMA loading method is in post 7). Also, I want to ask about the configuration method of QDMA in autoexec.
For example:
DEVLOAD /H /Q /A DOS\QDMA.SYS /O /D /F
IF NOT EXIST ????? GOTO Second configuration
Or use IF NOT ERRORLEVEL ? to judge whether it is loaded successfully
Maybe this idea is relatively naive ^_^
|
|
2006-6-14 09:45 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
Originally posted by fastslz at 2006-6-14 09:45 AM:
运行环境MS-DOS 7.1 (ATA133硬盘ATA100主板)
我 怀 疑 ATA133 硬 盘 是 不 是 传 回 甚 么 QDMA 看 不 懂 的 回 复 , 所 以 QDMA 载 入 不 了 。
至于没用QDMA 是因为没加载成功所以放弃了,用XDMA 3.3和UDMA2 V8.2都能加载UltraDMA 5,因为本人经常帮朋友维护电脑曾经用XDMA 3.3在865EP主板发现运行速度奇慢,所以现在几款DMA驱动都不用了或config中多配置方法加载,希望QDMA有个折中的加载方式,即便不能加载不要死机,不能运行在UltraDMA 5~6就忽略(QDMA加载方式见7楼)
还 有 , UDMA 和 XDMA 所 欠 缺 的 东 西 不 少 , 刚 作 者 Jack 在 给 我 的 电 邮 中 说 过 ...
A) "Fast" boundary-crossing DMA.
B) Dual XMS buffers for simultaneous primary/secondary IDE I-O.
C) XMS buffer "sharing" between it and XCDROM (XCDROM uses no XMS).
D) The ability to load and run in UMBPCI upper-memory, i.e. issuing its UltraDMA commands from XMS memory.
E) Support for QDBOOT and its "diskette catcher" logic.
F) No "Int 13h links" between it and QCDROM, so EMM386 can be used.
G) Sector caching, yet to come, but I believe "almost there"!
全 部 翻 译 有 点 困 难 , 得 花 时 间 , 就 此 略 过 , 有 兴 趣 我 可 以 帮 你 译 看 不 明 白 的 。
另外想请教一下QDMA在autoexec里的配置方法比如:
DEVLOAD /H /Q /A DOS\QDMA.SYS /O /D /F
IF NOT EXIST ???? GOTO 第2配置
或者用IF NOT ERRORLEVEL ? 判断是否加载成功
可能这想法比较幼稚^_^
我 未 试 过 这 样 载 入 , 因 为 顾 虑 到 QDMA 必 须 "照 顾" 它 以 下 的 驱 动 , 所 以 它 的 次 序 仅 在 QHIMEM/UMBPCI 之 下 , 如 果 它 的 前 面 有 甚 么 写 得 不 好 的 驱 动 或 是 一 些 会 变 动 记 忆 的 程 序 , 极 可 能 会 损 毁 写 入 的 资 料 , 很 危 险 。 所 以 不 建 议 放 在 AUTOEXEC.BAT 或 之 后 才 载 入 。
如 果 它 不 是 驱 动 , 你 的 建 议 一 点 都 不 幼 稚 , 反 而 是 很 好 的 , 因 为 AUTOEXEC.BAT 载 入 比 较 弹 性 , 但 这 情 况 不 适 合 。
Originally posted by fastslz at 2006-6-14 09:45 AM:
Operating environment MS-DOS 7.1 (ATA133 hard disk ATA100 motherboard)
I suspect that the ATA133 hard disk may be returning some QDMA incomprehensible responses, so QDMA cannot be loaded.
As for not using QDMA, it's because it wasn't loaded successfully, so I gave up. Using XDMA 3.3 and UDMA2 V8.2 can both load UltraDMA 5. Because I often help friends maintain computers, I once found that the running speed was extremely slow with XDMA 3.3 on an 865EP motherboard, so now I don't use several DMA drivers or use multiple configuration methods in config to load. I hope QDMA has a compromise loading method. Even if it can't load, don't have a system crash. If it can't run in UltraDMA 5~6, just ignore it (QDMA loading method is in post 7)
Also, UDMA and XDMA lack a lot of things. The author Jack once said in his email to me...
A) "Fast" boundary-crossing DMA.
B) Dual XMS buffers for simultaneous primary/secondary IDE I-O.
C) XMS buffer "sharing" between it and XCDROM (XCDROM uses no XMS).
D) The ability to load and run in UMBPCI upper-memory, i.e. issuing its UltraDMA commands from XMS memory.
E) Support for QDBOOT and its "diskette catcher" logic.
F) No "Int 13h links" between it and QCDROM, so EMM386 can be used.
G) Sector caching, yet to come, but I believe "almost there"!
Translating all of it is a bit difficult and will take time, so I'll skip it for now. If you're interested, I can help you translate what you don't understand.
In addition, I would like to ask about the configuration method of QDMA in autoexec, such as:
DEVLOAD /H /Q /A DOS\QDMA.SYS /O /D /F
IF NOT EXIST ???? GOTO 第2配置
Or use IF NOT ERRORLEVEL ? to judge whether it is loaded successfully
Maybe this idea is relatively naive^_^
I haven't tried loading it this way because I'm concerned that QDMA must "take into account" the drivers below it, so its order is only below QHIMEM/UMBPCI. If there are some poorly written drivers or some programs that change memory in front of it, it is very likely to damage the written data, which is very dangerous. So it's not recommended to load it in AUTOEXEC.BAT or after that.
If it weren't a driver, your suggestion is not naive at all, but very good, because AUTOEXEC.BAT loading is more flexible, but this situation is not suitable.
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-6-15 18:00 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 20 楼』:
给 fastslz: 极 可 能 是 底 板 或 BIOS
使用 LLM 解释/回答一下
抱 歉 , 差 点 忘 了 。
试 这 么 多 次 也 是 在 QHIMEM 后 死 机 , 有 可 能 是 QHIMEM 离 开 是 死 掉 或 是 刚 载 入 UMBPCI 死 掉 , 不 过 肯 定 的 是 底 板 或 BIOS 有 非 标 准 的 奇 怪 编 码 , 所 以 才 死 掉 。
我 收 过 很 多 外 国 来 的 电 邮 , 都 是 感 谢 的 , 我 也 曾 在 奇 怪 的 IBM eServer 跑 Q 系 列 的 驱 动 , 一 点 问 题 也 没 有 , 所 以 抱 歉 帮 忙 不 了 。
可 以 的 话 能 否 提 供 你 的 机 器 型 号 呢 ? 如 果 你 有 别 的 PC , 请 帮 忙 试 试 , 谢 谢 !
Sorry, almost forgot.
Tried so many times and it still freezes after QHIMEM. It might be that QHIMEM exits and freezes or freezes right after loading UMBPCI. But it's certain that the motherboard or BIOS has non-standard strange codes, which causes the freeze.
I've received many emails from abroad, all thanking me. I also ran Q-series drivers on a strange IBM eServer without any problems at all. So sorry I can't help.
If possible, could you provide your machine model? If you have another PC, please help test, thanks!
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-6-15 18:09 |
|
|
SXBG
初级用户
 
积分 62
发帖 25
注册 2006-4-27
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
测试了一下,qdma加载成功,不过在加载qcdrom的时候死机,我的主板是华硕K8N
I tested it, and qdma was loaded successfully, but the computer crashed when loading qcdrom. My motherboard is an ASUS K8N
|
|
2006-6-15 23:00 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
谢谢 johnsonlam
又学了不少
本人电脑配置见下
物理内存
DIMM1: 128 MB PC2100 DDR SDRAM
DIMM2: 128 MB PC2100 DDR SDRAM
================================================
主板
主板 ID 10/24/2001-P4X266-8233-6A6LW00BC-00
主板名称 VIA P4X266 VL33-S / VIARAMA P047/P147
================================================
设备描述
北桥: VIA VT8753 Apollo P4X266
南桥: VIA VT8233C
================================================
Award BIOS 类型 Award Modular BIOS v6.00PG
Award BIOS 信息 10/24/2001 For Apollo P4X266 Chipset
(EE)PROM 大小 256kB (2Mbit)
支持的标准 DMI, APM, ACPI, ESCD, PnP
================================================
硬盘 Maxtor 6L080P0
================================================
处理器
型号 : Intel(R) Pentium(R) 4 CPU 1600MHz
封装 : OOI PGA423
额定速度/FSB : 1600MHz / 4x 100MHz
名称 : P4W (Willamette) Pentium 4 1.3-2GHz 1.7-1.75V
================================================
环境监视器 1
型号 : Winbond W83697HF ISA
版本 : 6.00
支持主板规格 : 否
================================================
Thanks johnsonlam
Learned a lot again
My computer configuration is as follows
Physical memory
DIMM1: 128 MB PC2100 DDR SDRAM
DIMM2: 128 MB PC2100 DDR SDRAM
================================================
Mainboard
Mainboard ID 10/24/2001-P4X266-8233-6A6LW00BC-00
Mainboard name VIA P4X266 VL33-S / VIARAMA P047/P147
================================================
Device description
North bridge: VIA VT8753 Apollo P4X266
South bridge: VIA VT8233C
================================================
Award BIOS type Award Modular BIOS v6.00PG
Award BIOS information 10/24/2001 For Apollo P4X266 Chipset
(EE)PROM size 256kB (2Mbit)
Supported standards DMI, APM, ACPI, ESCD, PnP
================================================
Hard drive Maxtor 6L080P0
================================================
Processor
Model : Intel(R) Pentium(R) 4 CPU 1600MHz
Package : OOI PGA423
Rated speed/FSB : 1600MHz / 4x 100MHz
Name : P4W (Willamette) Pentium 4 1.3-2GHz 1.7-1.75V
================================================
Environment monitor 1
Model : Winbond W83697HF ISA
Version : 6.00
Support mainboard specifications : No
================================================
|
|
2006-6-16 01:04 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
Originally posted by SXBG at 2006-6-15 11:00 PM:
测试了一下,qdma加载成功,不过在加载qcdrom的时候死机,我的主板是华硕K8N
真 真 奇 怪 , 为 甚 么 老 是 国 内 用 户 的 电 脑 出 问 题 呢 ?
请 问 QCDROM 驱 动 有 没 有 显 示 特 别 的 讯 息 ?
Originally posted by SXBG at 2006-6-15 11:00 PM:
Tested it, qdma was loaded successfully, but it froze when loading qcdrom. My motherboard is Asus K8N
Really, really strange. Why do domestic users' computers always have problems?
Does the QCDROM driver display any special messages?
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-6-16 09:34 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
|
2006-6-16 09:51 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
谢谢费心帮我查找BIOS
BIOS升级过了,没什么变化就多了VIA的logo其他没变化,BIOS我也有5个不同版本都是2001,10,25只是改变OEM logo
QCDROM驱动显示光驱ATA-33模式是正常,没有错误提示
哦,和超频有关系吗?机子在Windows下表现良好,所以至今还舍不得淘汰它
Thanks for taking the trouble to help me find the BIOS.
The BIOS has been upgraded, and there is no change except an additional VIA logo. I also have 5 different versions of the BIOS, all from 2001, 10, 25, just changing the OEM logo.
The QCDROM driver shows that the CD - ROM ATA - 33 mode is normal, and there are no error messages.
Oh, does it have something to do with overclocking? The computer performs well under Windows, so I haven't been willing to淘汰 it so far.
|
|
2006-6-16 11:54 |
|
|
SXBG
初级用户
 
积分 62
发帖 25
注册 2006-4-27
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
Originally posted by johnsonlam at 2006-6-16 09:34:
真 真 奇 怪 , 为 甚 么 老 是 国 内 用 户 的 电 脑 出 问 题 呢 ?
请 问 QCDROM 驱 动 有 没 有 显 示 特 别 的 讯 息 ?
这个并不奇怪,很多公司一向以来就有一种销售策略,优质产品销往外国,次品销往内地。
Originally posted by johnsonlam at 2006-6-16 09:34:
Really, really strange. Why are there always problems with domestic users' computers?
Does the QCDROM driver display any special messages?
This is not strange. For a long time, many companies have had a sales strategy: high-quality products are sold abroad, and defective products are sold domestically.
|
|
2006-6-17 20:22 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
Originally posted by fastslz at 2006-6-16 11:54 AM:
谢谢费心帮我查找BIOS
BIOS升级过了,没什么变化就多了VIA的logo其他没变化,BIOS我也有5个不同版本都是2001,10,25只是改变OEM logo
哦,和超频有关系吗?机子在Windows下表现良好,所以至今还舍不得淘汰它
可 惜 , 怎 么 便 宜 也 要 钱 买 的 啊 !
超 频 可 能 会 导 致 不 稳 定 , 在 DOS 下 要 CPU 冷 却 必 须 要 DOSIDLE 这 程 序 , 要 不 然 CPU 可 能 会 100% , PG 作 者 BAHCL 说 过 他 那 IBM 手 提 电 脑 跑 DOS 特 别 热
可 能 是 最 后 一 招 了 ...
和 作 者 Jack 提 过 , 他 说 可 以 试 试 QHIMEM /t4 (QHMBOOT 也 要 /t4) , 那 是 呼 叫 BIOS 用 最 老 的 方 法 使 用 XMS , /t4 行 的 话 也 可 以 试 /t2 或 /t1 , 以 下 是 /t 的 解 释 :
/Tn Specifies the BIOS requests to try in getting extended memory as follows:
/T1 "E820h" requests only.
/T2 "E801h" request only.
/T3 "E820h" requests first, then an "E801h" request.
/T4 Old 64-Megabyte request only.
/T5 "E820h" requests, then an old 64-MB request.
/T6 "E801h" requests, then an old 64-MB request.
/T7 "E820h", then "E801h", then an old 64-MB request.
/T can usually be omitted. This causes /T6 to be assumed and the drivers will run the same as past QHIMEM versions.
For details on BIOS memory requests and when /T is needed, see section 7 below. If QHMBOOT loads QHIMEM and /T will be used, the same /T value must be given for both drivers!
Originally posted by fastslz at 2006-6-16 11:54 AM:
Thanks for taking the trouble to help me find the BIOS.
The BIOS has been upgraded, and there is no change except an additional VIA logo. I also have 5 different versions of the BIOS, all from 2001, 10, 25, only changing the OEM logo.
Oh, does it have anything to do with overclocking? The machine performs well under Windows, so I haven't been willing to淘汰 it yet.
It's a pity, but no matter how cheap it is, it still costs money!
Overclocking may lead to instability. In DOS, to cool the CPU, you must have the DOSIDLE program; otherwise, the CPU may be at 100%. PG author BAHCL said that his IBM laptop gets特别 hot when running DOS.
It may be the last resort...
I mentioned it to author Jack, and he said we can try QHIMEM /t4 (QHMBOOT also needs /t4). That is to call the BIOS to use the oldest method to use XMS. If the /t4 line is okay, we can also try /t2 or /t1. The following is the explanation of /t:
/Tn Specifies the BIOS requests to try in getting extended memory as follows:
/T1 "E820h" requests only.
/T2 "E801h" request only.
/T3 "E820h" requests first, then an "E801h" request.
/T4 Old 64-Megabyte request only.
/T5 "E820h" requests, then an old 64-MB request.
/T6 "E801h" requests, then an old 64-MB request.
/T7 "E820h", then "E801h", then an old 64-MB request.
/T can usually be omitted. This causes /T6 to be assumed and the drivers will run the same as past QHIMEM versions.
For details on BIOS memory requests and when /T is needed, see section 7 below. If QHMBOOT loads QHIMEM and /T will be used, the same /T value must be given for both drivers!
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-6-18 03:08 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
Originally posted by SXBG at 2006-6-17 08:22 PM:
这个并不奇怪,很多公司一向以来就有一种销售策略,优质产品销往外国,次品销往内地。
这 真 是 愚 不 可 及 , 他 们 会 后 悔 失 去 国 内 顾 客 的 信 任 , 现 在 国 内 经 济 起 飞 , 人 们 都 比 较 要 求 高 质 素 的 产 品 , 还 用 次 货 去 侮 辱 自 己 的 同 胞 , 会 有 报 应 的 !
Originally posted by SXBG at 2006-6-17 08:22 PM:
This is not strange. For a long time, many companies have had a sales strategy: high-quality products are sold to foreign countries, and substandard products are sold to the mainland.
This is really extremely foolish. They will regret losing the trust of domestic customers. Now the domestic economy is taking off, and people have relatively high demands for high-quality products. Using substandard products to insult their compatriots will have retribution!
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-6-18 03:11 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
请 问 ITU 兄 试 过 那 个 改 良 了 的 CONFIG.SYS 吗 ?
QDMA 或 QCDROM 还 会 不 会 死 机 ?
测 试 时 先 把 无 关 的 驱 动 拿 走 或 REM 了 , 否 则 可 能 影 响 结 果 。
Please ask Brother ITU if he has tried that modified CONFIG.SYS? Will QDMA or QCDROM still crash? When testing, first remove or REM irrelevant drivers, otherwise it may affect the result.
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-6-18 03:22 |
|
|
3dfx
高级用户
   
积分 721
发帖 195
注册 2004-1-15
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
把UMBPCI换成EMM386看看......
Let's replace UMBPCI with EMM386...
|
|
2006-6-18 10:40 |
|
|