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!