|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『楼 主』:
DOS启动盘中的必备驱动及TSR程序
使用 LLM 解释/回答一下
根据长时间的观察和实践,我总结了一些必备的驱动和TSR程序,具有占用内存小、速度快等优点,现列表如下:
HIMEM.SYS(XMS驱动,用MS-DOS 7.10中的最好,以支持大内存);
EMM386.EXE或UMBPCI.SYS(UMB和EMS内存驱动)
VIDE-CDD.SYS或PTSATAPI.SYS(光驱驱动,分别占5K和2K);
CLOAKING+MSCDEX+MOUSE(CLOKAING下的光驱扩展和鼠标驱动,总共只占5K内存,就可以驱动鼠标和光驱);
或者:
Shsucd、CuteMouse(内存占用虽大一点儿,但本身的体积很小,分别占11K和3K);
Killer.exe;
DOSKEY(最好用我做的ROM-DOS 7.10启动盘中的那个,和DOS自带的相比,要好上N倍,比如体积小、占用内存少、没有DOS版本冲突问题、功能更强,如支持TAB键切换等等);
ZENO(显示加速);
MouseClip(非常实用的鼠标复制/粘粘、模拟方向键功能的工具);
等等。
可选:
UNIVBE(显卡VESA驱动);
DOSLFN(长文件名驱动程序,0.32i以上版本);
ANSI.COM(小巧实用的ANSI.SYS替换程序);
PERUSE(屏幕滚屏功能);
SMARTDRV或CACHECLK(磁盘加速);
FIX27;
DZ;
CLOCK;
DPMSAVE;
等等。
Based on long - term observation and practice, I have summarized some necessary drivers and TSR programs, which have the advantages of small memory occupation, fast speed, etc. The list is as follows:
HIMEM.SYS (XMS driver, the best one is in MS - DOS 7.10 to support large memory);
EMM386.EXE or UMBPCI.SYS (UMB and EMS memory drivers)
VIDE - CDD.SYS or PTSATAPI.SYS (CD - ROM drivers, occupying 5K and 2K respectively);
CLOAKING + MSCDEX + MOUSE (CD - ROM extension under CLOKAING and mouse driver, a total of only 5K memory can drive the mouse and CD - ROM);
Or:
Shsucd, CuteMouse (although the memory occupation is a little larger, the volume itself is very small, occupying 11K and 3K respectively);
Killer.exe;
DOSKEY (it is best to use the one in my ROM - DOS 7.10 boot disk, which is much better than the one brought by DOS, such as small volume, less memory occupation, no DOS version conflict problem, stronger function, such as supporting TAB key switching, etc.);
ZENO (display acceleration);
MouseClip (a very practical tool for mouse copy/paste and simulating direction keys function);
And so on.
Optional:
UNIVBE (VESA driver for graphics card);
DOSLFN (long filename driver program, version 0.32i and above);
ANSI.COM (a small and practical replacement program for ANSI.SYS);
PERUSE (screen scrolling function);
SMARTDRV or CACHECLK (disk acceleration);
FIX27;
DZ;
CLOCK;
DPMSAVE;
And so on.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2002-12-28 00:00 |
|
|
闪猛
中级用户
  
积分 327
发帖 69
注册 2002-12-1
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
至于DOSKEY到底有什么大用处我到现在没明白,能具体的举个例子吗?
As for what the great use of DOSKEY is, I still don't understand it. Can you give a specific example?
|
|
2002-12-29 00:00 |
|
|
闪猛
中级用户
  
积分 327
发帖 69
注册 2002-12-1
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
wengier斑竹,几回碰到你在线都是深夜
Bamboo Wengier, I've encountered you online several times, all in the late night.
|
|
2002-12-29 00:00 |
|
|
闪猛
中级用户
  
积分 327
发帖 69
注册 2002-12-1
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
你的新站建成没有?有太多的DOS软件想要下。
Has your new site been built? There are too many DOS software wanting to be downloaded.
|
|
2002-12-29 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
DOSKEY的功能是很多的,也都很实用,例如:
1:命令宏功能。
例如,可以定义在命令行上输入某个命令后自动执行另一个命令。
2:命令行编辑功能。
这样,就可以用方向键等直接编辑命令行了,还可以查看及调用以前键入的各种命令,而不用重复输入。
3:文件/目录名自动完成功能。
这样,只需输入文件/目录名的前面一个或几个字符,按TAB键就可以自动输入完整的文件/目录名,而不用手工输入了。而且对于中文文件名此法非常有用。不过DOS自带的DOSKEY没有此功能,只有我的启动盘中的那个DOSKEY才有此功能。
我身在国外,和北京时间是不同的,所以并非真正的深夜。
至于新站嘛,有空间才行啊。
The functions of DOSKEY are numerous and all quite practical. For example:
1: Command macro function.
For instance, you can define that after entering a certain command on the command line, another command is automatically executed.
2: Command line editing function.
In this way, you can directly edit the command line using the arrow keys, etc., and also view and call various previously typed commands without re - entering them.
3: File/directory name auto - completion function.
In this way, you only need to enter the first one or several characters of the file/directory name, and press the TAB key to automatically input the complete file/directory name without manual input. And this method is very useful for Chinese file names. However, the DOSKEY that comes with DOS does not have this function. Only the DOSKEY in my boot disk has this function.
I am abroad, and it is different from Beijing time, so it is not really late at night.
As for the new website, well, you need space first.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2002-12-30 00:00 |
|
|
yeah
中级用户
  
积分 347
发帖 54
注册 2002-12-30
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
又学到东西了!!!
多谢!!
Learned something new again!!!
Thanks!
|
|
2003-3-17 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
ZENO和PERUSE 是不是有冲突的啊??
用了ZENO后 PERUSE 的功能就没了
Are there conflicts between ZENO and PERUSE?? After using ZENO, the functions of PERUSE are gone
|
|
2003-3-28 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
ZENO和PERUSE至少在我的电脑(MS-DOS 7.10)上是没有冲突的。
ZENO and PERUSE do not have conflicts at least on my computer (MS-DOS 7.10).
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-3-28 00:00 |
|
|
qwertyui123
初级用户
 
积分 103
发帖 1
注册 2003-3-30
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
请问版主,怎样加载运行光驱的程序呢?
Excuse me, moderator, how to load and run the programs from the CD-ROM?
|
|
2003-3-31 00:00 |
|
|
lwh0207
初级用户
 
积分 102
发帖 1
注册 2003-3-31
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
A newbie asks which expert knows how to "reset CMOS".
|
|
2003-3-31 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
DEVICEHIGH=VIDE-CDD.SYS就可以加载光驱了。
DEVICEHIGH=VIDE-CDD.SYS can load the CD-ROM drive.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-1 00:00 |
|
|
dosguest
中级用户
  
积分 381
发帖 75
注册 2002-10-15
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
1、UNIVBE(显卡VESA驱动)这个软件我觉得应该作为系统盘中的必备软件,而且在启动系统时就加载,以提供高分辨率和高刷新率,毕竟对于用DOS作为系统工作平台和用惯高刷新率率的人来说,长时间在低刷新率下工作是难以忍受的。
2、我的显卡是S3 Savage,不支持VESA3.0,按照你网站和论坛中提供的信息用SDD使显卡支持了VESA3.0后用UNIVBE对不同分辨率及其对应的刷新率进行了设置,但在启动CCDOS或DISKGENIUS或天汇等使用图形界面的DOS软件时,则分辨率和刷新率仍为640*480@60Hz。不知为何?升级显卡的BIOS是否可以让显卡支持VESA3.0?
3、在不支持的大硬盘的主板上安装了大硬盘,若有一天硬盘不能启动了,则用你的启动盘启动系统后,DOS能正确识别出所有的硬盘容量吗?我的看法是不能识别出所有的硬盘容量。
4、顺便问一下:你主板用的是什么芯片组?主板BIOS能否支持80G的硬盘?显卡用的是什么芯片,是否硬件支持VESA3.0?
5、你用什么软件来进行硬盘的分区和格式化?
1. The software UNIVBE (VESA driver for graphics cards) I think should be a necessary software in the system disk and should be loaded when the system starts to provide high resolution and high refresh rate. After all, for those who use DOS as the system work platform and are used to high refresh rates, working at low refresh rates for a long time is unbearable.
2. My graphics card is S3 Savage, which does not support VESA 3.0. According to the information provided on your website and forum, after using SDD to make the graphics card support VESA 3.0, I used UNIVBE to set different resolutions and their corresponding refresh rates. But when starting CCDOS or DISKGENIUS or Tianhui and other DOS software using a graphical interface, the resolution and refresh rate are still 640*480@60Hz. Why is that? Can upgrading the BIOS of the graphics card make the graphics card support VESA 3.0?
3. If a large hard disk is installed on a motherboard that does not support it, and one day the hard disk cannot boot, after using your boot disk to start the system, can DOS correctly identify all the hard disk capacities? My opinion is that it cannot identify all the hard disk capacities.
4. By the way, what chipset does your motherboard use? Can the motherboard BIOS support an 80G hard disk? What chip is the graphics card using, and does the hardware support VESA 3.0?
5. What software do you use to partition and format the hard disk?
|
|
2003-4-12 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
我目前有三台电脑,一台是Intel P120MHz,Rhino主板;一台是Intel P200MHz,VIA主板;最后一台是AMD Athlon 1600+(1400MHz),SiS735芯片组.全部支持大硬盘,不过我只有最大30GB的大硬盘.反正我用我做的MS-DOS 7.10启动盘后DOS能识别出所有的硬盘容量.
我自己极少用分区和格式化软件,偶尔要用的话就用MS-DOS 7.10自带的FORMAT和FDISK命令.
I currently have three computers: one is an Intel P120MHz with a Rhino motherboard; one is an Intel P200MHz with a VIA motherboard; and the last one is an AMD Athlon 1600+ (1400MHz) with a SiS735 chipset. All support large hard drives, but I only have a maximum 30GB large hard drive. Anyway, after using the MS-DOS 7.10 boot disk I made, DOS can recognize all the hard drive capacities.
I rarely use partitioning and formatting software myself. If I occasionally need to use it, I use the FORMAT and FDISK commands built into MS-DOS 7.10.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-12 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
补充一下,许多版本的UNIVBE放在一些启动软盘中是不太好的。因为它们每次都需要自动配置呢,配置后的设置却无法保存的。
Supplement: Many versions of UNIVBE placed in some boot disks are not very good. Because they need to be automatically configured each time, and the configured settings cannot be saved.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-5-21 00:00 |
|
|
zhuying88
初级用户
  图治天下
积分 240
发帖 57
注册 2003-5-26
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
doskey is a very cool tool
doskey is a very cool tool
|
|
2003-5-26 00:00 |
|