中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-15 19:32
47,813 topics / 349,903 posts / today 1 new / 48,258 members
DOS疑难解答 & 问题讨论 (解答室) » [Help] Moderator! I have two questions!!!!
Printable Version  2,028 / 16
Floor1 pizigao Posted 2003-05-07 00:00
银牌会员 Posts 292 Credits 1,063
(1)
(a) Why is it that when I load "DEVICE=DUSE.EXE INT EMU CDW=3 DDW=3 XFER=32 DRIVES=2 CDD=USB-CD" in "config.sys", it stops responding (only the cursor keeps blinking)
(b) After I delete it, when I run some programs, it reports insufficient memory . How can I solve it!
(2) To load a USB mouse and keyboard, do I just need the two files "OHCI.EXE, UHCI.EXE"
============================================
Note: the attachments are the two files "config.sys" and "autoexec.bat"! Open attachment
Floor2 如是大师 Posted 2003-05-07 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
device=himem.sys /testmemff
device=emm386.exe noems
device=oakcdrom.sys /D:mscd000
device=btdosm.sys
device=flashpt.sys
DEVICE=OHCI.EXE
DEVICE=UHCI.EXE
DEVICE=DUSE.EXE INT EMU CDW=3 DDW=3 XFER=32 DRIVES=2 CDD=USB-CD
DEVICE=USBASPI1.SYS /R
DEVICE=USBASPI2.SYS /R
DEVICEHIGH=DI1000DD.SYS
DEVICEHIGH=USBCD.SYS /D:USB-CD
DEVICE=ASPIOHCI.SYS /INT /ALL
DEVICE=ASPIUHCI.SYS /INT /ALL
DEVICE=ASPIEHCI.SYS
device=btcdrom.sys /D:mscd000
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd000
dos=high,umb
files=60
buffers=45
stacks=9,256
devicehigh=ramdrive.sys /E 4096
lastdrive=z


Is this your config file? You'd better check the memory layout under DOS....
Floor3 如是大师 Posted 2003-05-07 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
You need to understand the purpose of loading the options in the config file....
Floor4 pizigao Posted 2003-05-08 00:00
银牌会员 Posts 292 Credits 1,063
Please, experts, clear this up for me!!!
Floor5 如是大师 Posted 2003-05-08 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
You loaded all the drivers at once, so how much DOS memory can possibly be left??? Some larger programs won't meet the requirements to run...
Floor6 pizigao Posted 2003-05-08 00:00
银牌会员 Posts 292 Credits 1,063
How can I get the best of both worlds?
Floor7 pizigao Posted 2003-05-08 00:00
银牌会员 Posts 292 Credits 1,063
I deleted the following programs, and on the original basis only loaded "OHCI.EXE, UHCI.EXE". Why do some programs such as kv3000 still quit as soon as they run, and also report insufficient memory??
DEVICE=DUSE.EXE INT EMU CDW=3 DDW=3 XFER=32 DRIVES=2 CDD=USB-CD
DEVICE=USBASPI1.SYS /R
DEVICE=USBASPI2.SYS /R
DEVICEHIGH=DI1000DD.SYS
DEVICEHIGH=USBCD.SYS /D:USB-CD
DEVICE=ASPIOHCI.SYS /INT /ALL
DEVICE=ASPIUHCI.SYS /INT /ALL
DEVICE=ASPIEHCI.SYS
Floor8 如是大师 Posted 2003-05-08 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
From your config file, it can be seen that you only have the 640k conventional memory for DOS use. If you load all the USB drivers at once, the remaining memory won't be enough for kv. Also, what's the use of loading so many CD-ROM drivers???
Go to the boot disk section and download one of the boot disks made by the experts there and study it......
If you still have questions, then go to the beginner section and specifically discuss your config setup there....
Floor9 pizigao Posted 2003-05-08 00:00
银牌会员 Posts 292 Credits 1,063
Thanks
Floor10 Wengier Posted 2003-05-08 00:00
系统支持 Posts 10,521 Credits 27,736
DUSE and NTFSDOS are kings of conventional memory usage, especially when both are loaded at the same time, there is hardly any conventional memory left.
Floor11 pizigao Posted 2003-05-09 00:00
银牌会员 Posts 292 Credits 1,063
Wengier! I followed the modification method you provided on the "Single Fishing Forum" and loaded "OHCI.EXE and UHCI.EXE" in "AUTOEXEC.BAT", but as soon as it gets to loading "UHCI.EXE" it hangs. The screen shows the following prompt: "UHCI USB CONTROLLER INITIALIZED" and then the cursor just blinks underneath. Pressing any key is useless; I can only press "RESET" on the case. How can this be solved? Do I need to modify any other files too??? If it loads successfully, will
there be insufficient memory causing some programs to fail to run???
AUTOEXEC.BAT
====================================================
@ECHO OFF
PROMPT $P$G
PATH A:\;C:\
set temp=c:\
set tmp=c:\

SET EXPAND=YES
SET DIRCMD=/O:N
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
call setramd.bat %LglDrv%
path=C:\;%RAMD%:\;%RAMD%:\BAT;%CDROM%:\;%CDROM%:\UCDOS;%CDROM%:\BOOT;
copy get.exe %RAMD%:\ > NUL
copy attrib.exe %RAMD%:\ > NUL
copy command.com %RAMD%:\ > NUL
copy edit.com %RAMD%:\ > NUL
copy format.com %RAMD%:\ > NUL
copy fdisk.exe %RAMD%:\ > NUL
copy deltree.com %RAMD%:\ > NUL
copy restart.com %RAMD%:\ > NUL
copy ramexec.bat %RAMD%:\ > NUL
copy xxcopy.exe %RAMD%:\ > NUL
rem copy extract.exe %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
LH MSCDEX.EXE /D:MSCD000 /L:%CDROM%
LH SMARTDRV.EXE 4096
LH DOSKEY.COM > NUL
LH OHCI.EXE >NUL
LH UHCI.EXE >NUL
LH CTMOUSE.EXE > NUL
Set LglDrv=

MD %RAMD%:\TEMP
rem extract /y /e /l %RAMD%: ebd.cab > NUL
XXCOPY /E /H %CDROM%:\BOOT\EBD %RAMD%:\ > NUL
%RAMD%:
ramexec.bat
============================================
Floor12 如是大师 Posted 2003-05-09 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
Post your modified config so we can take a look..
Floor13 pizigao Posted 2003-05-09 00:00
银牌会员 Posts 292 Credits 1,063
Floor14 如是大师 Posted 2003-05-09 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
Why not make a menu? I'm explaining the config file in the beginner section right now, go have a look.
Floor15 Wengier Posted 2003-05-09 00:00
系统支持 Posts 10,521 Credits 27,736
See my reply in the "DOS Boot Disk/LOGO Technology" section.
1 2  Next
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023