|
lglqr
新手上路

积分 6
发帖 3
注册 2007-5-3
状态 离线
|
|
2007-5-4 01:04 |
|
|
loadtt
新手上路

积分 6
发帖 3
注册 2007-5-14
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
“DOS下不支持USB光电鼠标”是错的,只要BIOS支持(现在的BIOS基本上都支持了),DOS下连使用USB无线鼠标都没有问题(我自己现在用的就是),何况USB光电鼠标。
"USB optical mice not supported under DOS" is wrong. As long as the BIOS supports it (nowadays most BIOSes do), there is no problem using USB wireless mice under DOS (I am using one myself now), let alone USB optical mice.
|
|
2007-5-15 09:49 |
|
|
jacklymin
新手上路

积分 6
发帖 3
注册 2007-1-21
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
好东西,找了很久了
Good stuff, I've been looking for it for a long time
|
|
2007-5-24 00:58 |
|
|
minchengan
中级用户
  
积分 376
发帖 164
注册 2006-12-5
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
Originally posted by michaelxm at 2007-4-1 05:57 PM:
对于不支持USB启动的主板是否能够用软驱加载U盘驱动后再使之由U盘启动呢?
这位朋友说的意思不是十分明确,但我现在正在做跟这相关的一些试验,就是用U盘或软盘启动DOS时,用xmsdsk制作内存盘,内存盘里有USB2.0的驱动,让这个程序驱动U盘,加速U盘上WIN32、WIN98迷你版的启动速度,正在试验。就目前来看,认为是完全可以的。
我同时在网上下了一个WINXPE+RDOS,做在U盘上,而这个启动盘不是基于DOS,而是GRUB,可以选择启动WINXPE或一个IMG格式的DOS映像,我以前在U盘上已有自己常用的大量DOS程序,程序很多,批处理也做得不少,因此不想做过多的修改,所以也有了上面的想法,制作一个简单的DOS启动盘,把相关文件拷到内存盘,驱动U盘,再从U盘启动,其实是可以的。
Originally posted by michaelxm at 2007-4-1 05:57 PM:
Can a motherboard that does not support USB boot be able to load the USB flash drive driver with a floppy drive and then boot from the USB flash drive?
The meaning of this friend is not very clear, but I am currently doing some experiments related to this. That is, when booting DOS from a USB flash drive or floppy disk, use xmsdsk to make a memory disk. The memory disk has the USB 2.0 driver, let this program drive the USB flash drive, and speed up the boot speed of WIN32 and WIN98 mini versions on the USB flash drive. I am doing experiments. As far as I can see now, I think it is completely possible.
I also downloaded a WINXPE + RDOS online and made it on the USB flash drive. And this boot disk is not based on DOS, but GRUB, which can choose to boot WINXPE or a DOS image in IMG format. I already have a large number of my commonly used DOS programs on the USB flash drive, and there are many programs and a lot of batch processing made. Therefore, I don't want to make too many modifications. So I also have the above idea, make a simple DOS boot disk, copy relevant files to the memory disk, drive the USB flash drive, and then boot from the USB flash drive. In fact, it is possible.
|
|
2007-5-24 11:18 |
|
|
lqhstar
新手上路

积分 14
发帖 7
注册 2007-5-24
状态 离线
|
|
2007-5-24 19:25 |
|
|
hrb451
新手上路

积分 2
发帖 1
注册 2007-5-26
状态 离线
|
|
2007-5-26 05:31 |
|
|
waterinhell
新手上路

积分 8
发帖 4
注册 2007-5-26
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
正好下午要帮人装机,试试
Just in time to help someone build a computer this afternoon, let's try it.
|
|
2007-5-26 13:19 |
|
|
jiaking
中级用户
  
积分 223
发帖 52
注册 2004-3-7
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
这个应该和ctload差不多吧。不支持热插拔的。在需要usb盘时输入loadusb。但拔下usb、再插回去就不行了。而且这驱动会驻留内存不释放。等你想再loadusb几次时,发觉,内存不够了,只有重启。最好能配合检测,发现找不到usb盘符或ID之类的就及时清除改内存。否则很麻烦。还不如usbmass、usbmass/ul(卸载)
========
附件里的readme:
1 本程序为DOS下即插即用的USB2.0驱动程序;
2 计算机以DOS启动后,将U盘(或启动前)插入计算机的任意一个USB口;
3 运行Loadusb.exe便可装入U盘的驱动成序,然后即可读写U盘的数据;
4 Usbaspi.sys(2.2版)是松下最新的dos USB驱动程序。
5 devload.com为装入驱动程序用;DI1000DD.sys为分配盘符用;loadusb.exe实际就是一个批处理文件,其内容为:
devload usbaspi.sys
devload di1000dd.sys
=====
This should be similar to ctload. It doesn't support hot swapping. When a USB drive is needed, enter loadusb. But if you unplug the USB and plug it back in, it won't work. And this driver will stay in memory and not be released. When you want to loadusb several times, you find that there's not enough memory, and you have to restart. It's better to cooperate with detection. If the USB drive letter or ID can't be found, clear the memory in time. Otherwise, it's very troublesome. It's better than usbmass, usbmass/ul (uninstall)
====================
Readme in the attachment:
1 This program is a plug-and-play USB 2.0 driver under DOS;
2 After the computer is booted with DOS, insert the USB drive (or before booting) into any USB port of the computer;
3 Run Loadusb.exe to load the driver of the USB drive, and then you can read and write the data of the USB drive;
4 Usbaspi.sys (version 2.2) is Panasonic's latest DOS USB driver.
5 devload.com is used to load the driver; DI1000DD.sys is used to assign drive letters; loadusb.exe is actually a batch file, and its content is:
devload usbaspi.sys
devload di1000dd.sys
====================
|
|
2007-6-7 14:49 |
|
|
kinglin
初级用户
 
积分 62
发帖 28
注册 2007-7-3
状态 离线
|
|
2007-7-3 14:32 |
|
|
clceline
新手上路

积分 7
发帖 3
注册 2007-6-11
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
太感谢了,找了好半天,终于在这里找到了
Thanks a lot. I've been looking for a long time and finally found it here.
|
|
2007-7-5 10:06 |
|
|
guny
新手上路

积分 2
发帖 1
注册 2007-7-28
状态 离线
|
『第 41 楼』:
使用 LLM 解释/回答一下
谢谢分享,楼主辛苦!!!!
Thanks for sharing, the original poster has worked hard!
|
|
2007-7-31 16:42 |
|
|
fallenangel
新手上路

积分 2
发帖 1
注册 2007-8-4
状态 离线
|
|
2007-8-4 14:31 |
|
|
9634888
初级用户
 
积分 38
发帖 19
注册 2006-10-28
状态 离线
|
|
2007-8-4 17:05 |
|
|
jwmcmy
新手上路

积分 2
发帖 1
注册 2007-8-7
状态 离线
|
|
2007-8-7 20:32 |
|
|
mapledelta
新手上路

积分 2
发帖 1
注册 2007-8-7
状态 离线
|
|
2007-8-7 23:29 |
|