Damnation Posted September 22, 2022 Share Posted September 22, 2022 @Mov AX, 0xDEAD I know Windows 98 works a bit differently to 2000/XP, but 98 does have some WDM driver support in the form of it's NTKERN.VXD file that gets used to load WDM drivers on 98. Since 98 does have some WDM driver support I was wondering if it might be possible to write a WDM extender for 98 to improve hardware support like you did with XP? Maybe figure out how NTKERN.VXD works? Some stuff from the 98 DDK that might help: https://ufile.io/5pokmhe8 Link to comment Share on other sites More sharing options...
jumper Posted September 22, 2022 Share Posted September 22, 2022 Already done. Search for WDMEX. Link to comment Share on other sites More sharing options...
Damnation Posted September 22, 2022 Author Share Posted September 22, 2022 @jumper I found it, but There's No source code for it though, I want to help improve it. Link to comment Share on other sites More sharing options...
jumper Posted September 22, 2022 Share Posted September 22, 2022 You also found the WdmStub thread with links to the source? Link to comment Share on other sites More sharing options...
Damnation Posted September 22, 2022 Author Share Posted September 22, 2022 @jumper No I can't find the source code, do you know where I can find it? Link to comment Share on other sites More sharing options...
jumper Posted September 22, 2022 Share Posted September 22, 2022 Use the Search icon at the top of this page to do a tag search on all MSFN content for WdmStub. Or use Google. Then ask any further WDM development questions in the WdmStub thread, not here. Link to comment Share on other sites More sharing options...
Damnation Posted September 23, 2022 Author Share Posted September 23, 2022 @jumper Ah, So you don't know where the source code is for WDMEX is either, fine. --- Anyone else interested in extending WDM driver support for 98? Link to comment Share on other sites More sharing options...
SweetLow Posted October 15, 2022 Share Posted October 15, 2022 >Maybe figure out how NTKERN.VXD works? Search for Walter Oney / Programming the Microsoft Windows Driver Model 2nd edition and source code for this book (with updates) and study how WDMSTUB works. >98 does have some WDM driver support in the form of it's NTKERN.VXD Kernel PE Loader supported since original release of Windows 95 (and was used in SCSIPORT.PDR wrapper first). Link to comment Share on other sites More sharing options...
Damnation Posted October 31, 2022 Author Share Posted October 31, 2022 wdmstub source found on gitlab - https://resources.oreilly.com/examples/9780735618039/-/tree/master/9780735618039_files Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now