- [ QCACHE V5.5 ] QCACHE "tiny" 4-MB cache added, and QSCACHE deleted. Stand-alone QCACHE driver deleted and the old QDMA is back, making QCACHE smaller and simpler to use!
Originally posted by zhshj at 2007-3-31 06:01 AM:
5.0和5.2版本没这问题
Jack 想 問 問 v5.4 版 本 能 用 嗎 ?
因 為 v5.4 版 開 始 使 用 了 大 量 XMS 功 能 。 作者: tangtai 时间: 2007-4-1 02:03 请问johnsonlam:
Q系驱动与SmartDrv有冲突吗?
是否同时使用不好呢?作者: tangtai 时间: 2007-4-1 02:08 5.4版在我的intel815主板上用/s5参数时不停重启,如要不加/s则正常使用.作者: Walkman 时间: 2007-4-1 03:14 Qcache除了不支持写入延迟以外,比smartdrv做得更好,没必要用smartdrv。
我也是815主板,5.4和5.5用S7没问题。你最好还是贴出你的config.sys和autoexec.bat的内容。再贴正常使用时MEM/c/p的输出就更好了。作者: tangtai 时间: 2007-4-1 03:29 谢谢楼上的解答,
Autoexec.bat:
@echo off
SET DIRCMD=/OGN /4
SET PROMPT=$P$G
LFNFOR ON
SET DIRCMD=/4
SET HDPMI=16384
MODE CON RATE=32 DELAY=1
KEYRATE 0 0 >NUL
LH DosKey
DOSLFN /c- /Z:CP936UNI.TBL
lh killer
LH ZENO /Q
xmsdsk 4096 /y
FINDRAMD > nul
IF NOT EXIST %RAMDRIVE%\TEMP\NUL MD %RAMDRIVE%\TEMP
SET TMP=%RAMDRIVE%\TEMP
SET TEMP=%RAMDRIVE%\TEMP
PATH=%RAMDRIVE%\;a:\
copy command.com %RAMDRIVE%\ > NUL
set comspec=%RAMDRIVE%\command.com
pkunzip -d tools.zip %RAMDRIVE%\ > nul
if "%config%"=="UMBPCI2" goto CDROM
if "%config%"=="M2" goto CDROM
if "%config%"=="M4" goto CDROM
if "%config%"=="M5" goto CDROM
if "%config%"=="M6" goto CDROM
if "%config%"=="M7" goto CDROM
if "%config%"=="M9" goto CDROM
if "%config%"=="M11" goto CDROM
if "%config%"=="M12" goto CDROM
if "%config%"=="M13" goto CDROM
if "%config%"=="M14" goto CDROM
if "%config%"=="M16" goto CDROM
if "%config%"=="M18" goto CDROM
if "%config%"=="M19" goto CDROM
if "%config%"=="M20" goto CDROM
if "%config%"=="M21" goto CDROM
goto mouse
:CDROM
LH SHCDX33A /D:?IDE-CD /D:?USB-CD /D:?FWR-CD /D:?PCM-CD
:mouse
echo.
echo type P for mouse(PS/2)
echo type U for mouse(USB)
echo type N for nomouse
echo.
choice /c:pun choose an option /t:p,5
if errorlevel 3 goto ms3
if errorlevel 2 goto ms2
if errorlevel 1 goto ms1
:ms3
goto end
:ms2
LH UHCI
lh MOUSCLIP
goto end
:ms1
LH CTMOUSE
lh MOUSCLIP
goto end
:end
LH peruse /x32
Config.sys:
[menu]
submenu=UMBPCI,Boot with UMBPCI [Real Mode]
submenu=EMM386N,Boot with EMM386(NOEMS) [Protected Mode]
submenu=EMM386R,Boot with EMM386(EMS & XMS) [Protected Mode]
menuitem=JEMM386,Boot with JEMM386
menuitem=UMBPCI2,Boot with UMBPCI and CD-ROM [HIMEM]
menudefault=UMBPCI,10
menucolor=7,0
[UMBPCI]
menuitem=M1,Boot (UMBPCI)
menuitem=M2,Boot with CD-ROM
menuitem=M3,Boot with U-Disk
menuitem=M4,Boot with U-Disk and CD-ROM
menuitem=M5,Boot with U-Disk and CD-ROM(USB)
menuitem=M6,Boot with U-Disk and CD-ROM(PCMCIA)
menuitem=M7,Boot with IEEE1394 HDD and CD-ROM
menudefault=M1,10
menucolor=6,0
[EMM386N]
menuitem=M8,Boot (EMM386 NOEMS)
menuitem=M9,Boot with CD-ROM
menuitem=M10,Boot with U-Disk
menuitem=M11,Boot with U-Disk and CD-ROM
menuitem=M12,Boot with U-Disk and CD-ROM(USB)
menuitem=M13,Boot with U-Disk and CD-ROM(PCMCIA)
menuitem=M14,Boot with IEEE1394 HDD and CD-ROM
menudefault=M8,10
menucolor=5,0
[EMM386R]
menuitem=M15,Boot (EMM386 EMS & XMS)
menuitem=M16,Boot with CD-ROM
menuitem=M17,Boot with U-Disk
menuitem=M18,Boot with U-Disk and CD-ROM
menuitem=M19,Boot with U-Disk and CD-ROM(USB)
menuitem=M20,Boot with U-Disk and CD-ROM(PCMCIA)
menuitem=M21,Boot with IEEE1394 HDD and CD-ROM
menudefault=M15,10
menucolor=5,0