Jump to content

Recommended Posts

Posted

Can anyone compile this storahci driver sample but target XP?

https://github.com/Microsoft/Windows-driver-samples/tree/master/storage/miniports/storahci

 


Posted

Unfortunately it's a STORPORT driver, which means it depends on STORPORT.SYS in order to function. STORPORT.SYS does not exist in Windows XP x86, only under XP x64. Unless STORPORT.SYS from Windows Server 2003 x86 along with all of its associated dependencies could be backported to XP x86 then this is a dead end. :}

Posted
6 hours ago, LoneCrusader said:

Unfortunately it's a STORPORT driver, which means it depends on STORPORT.SYS in order to function. STORPORT.SYS does not exist in Windows XP x86, only under XP x64. Unless STORPORT.SYS from Windows Server 2003 x86 along with all of its associated dependencies could be backported to XP x86 then this is a dead end. :}

I can recall it worked in the past.

I remember being able to use storport from server 2003 in the past on XP on an old build using an old version amd_sata driver.

Posted

I can compile storahci sample with vs2017 for default target platform windows 10 - any tips for compiling for earlier platforms?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...