Hopefully someone has the answers.
Is there anyway to write your own PnP Bus Driver that controls boot devices
and is not a standard MS supported bus like SCSI/1394/USB? I can write the
Bus Driver, but I have a problem with textmode installation for the driver.
MS only allows HAL drivers and SCSI miniport drivers in the txtsetup.oem
file. Is there anyway to spoof this so that I can load my PnP Bus Driver
that controls the hard disk that are needed during textmode setup? I can
think of spoofing the above problem by making my driver a SCSI miniport
driver and converting all SCSI commands to a equivalent command for my
controller. I don’t want to do this because there is not a one to one
relationship for SCSI commands to my controller. Is this the correct path
to take? If not, then what is?