While modifying the boot disk this time, I kept thinking about one question: Win98's Plug and Play function is implemented through HWINFO + INF. First it uses HWINFO to find out the hardware model, then it searches the device's INF document in the WINDOWS\INF folder, and installs the driver according to the description in the INF document.
So under DOS this function could also be implemented: use HWINFO to find out the hardware model, and load the driver according to the result.
Its biggest use would be loading sound cards and network cards. It's especially useful on a boot CD; by then it would really be possible to get online and use multimedia.
So under DOS this function could also be implemented: use HWINFO to find out the hardware model, and load the driver according to the result.
Its biggest use would be loading sound cards and network cards. It's especially useful on a boot CD; by then it would really be possible to get online and use multimedia.
http://dos.e-stone.cn/dosbbs
uploadImages/200311161145850422.swf
uploadImages/200311161145850422.swf




