Damnation Posted June 8, 2022 Author Share Posted June 8, 2022 36 minutes ago, Dietmar said: but ndis6 isnt easy on XP very true. Link to comment Share on other sites More sharing options...
Dietmar Posted June 8, 2022 Share Posted June 8, 2022 (edited) @jumper Can you write a Tutorial, how to implement a new function into ndis.sys from Longhorn 5048? This function is in ndis.sys from win7. But I dont know how to extract this function there and also not how to implement it Dietmar PS: Tutorial can use just this example. Edited June 8, 2022 by Dietmar Link to comment Share on other sites More sharing options...
jumper Posted June 8, 2022 Share Posted June 8, 2022 I don't know driver patching. Link to comment Share on other sites More sharing options...
Damnation Posted June 13, 2022 Author Share Posted June 13, 2022 @Mov AX, 0xDEAD are you able to help us get this working? Link to comment Share on other sites More sharing options...
Dibya Posted June 13, 2022 Share Posted June 13, 2022 Why dont we try a new LAN driver , just need hardware intterupts from Linux source? Link to comment Share on other sites More sharing options...
George King Posted June 14, 2022 Share Posted June 14, 2022 On 6/8/2022 at 10:24 PM, Dietmar said: @jumper Can you write a Tutorial, how to implement a new function into ndis.sys from Longhorn 5048? This function is in ndis.sys from win7. But I dont know how to extract this function there and also not how to implement it Dietmar PS: Tutorial can use just this example. @Damnation @Dietmar Maybe you can try follow this to extend single dll with custom functions https://www.codeproject.com/Articles/17863/Using-Pragmas-to-Create-a-Proxy-DLL Link to comment Share on other sites More sharing options...
Damnation Posted June 14, 2022 Author Share Posted June 14, 2022 @George King @Dietmar For that to work I would need an ndis.lib from Vista beta 5048 DDK - Vista RTM ndis.lib is different again. Only way to extend functionality of Vista beta 5048 ndis.sys is with direct hex edit. Link to comment Share on other sites More sharing options...
Damnation Posted June 20, 2022 Author Share Posted June 20, 2022 @Mov AX, 0xDEAD Have you made any progress with getting NDIS6 working on your end? I'm more than willing to help if you want. Link to comment Share on other sites More sharing options...
Damnation Posted July 5, 2022 Author Share Posted July 5, 2022 @Mov AX, 0xDEAD is there anyway we could motivate you to help us with getting this working? Link to comment Share on other sites More sharing options...
Dietmar Posted July 15, 2022 Share Posted July 15, 2022 (edited) Today I start with a try to implement ndis6 on XP SP3. First I download win7 embedded SP1 Standard Bit32 from https://archive.org/details/standard-7-sp-1-32bit-ibw with key for 180 days XGY72-BRBBT-FF8MH-2GG8H-W7KCW . Rufus does not work, tells no driver for CD rom(!). So I burn a DVD and choose "Minimal Install" for the Win7 image. This seems a little bit to less, because now I even cant install the driver for the i211 and i219 lan on board of Asrock Fatal1ty Z370 Gaming K6. No Device Manager (is in this image but does not start), nothing to open a *.txt file. So I need to play a little bit more with win7 Embedded SP1 Standard, how to configure the Minimal Image for my needs. Dependency Walker shows on this minimal configuration the following Dependencies Dietmar EDIT: During setup of Win7 Embedded image I can choose, which extra driver I want to install. So I install the Intel driver for i211 and i219 and now ipconfig shows, that they are both working. And this means, that the minimal install of win7 Embedded is enough for to get network working. Edited July 15, 2022 by Dietmar Link to comment Share on other sites More sharing options...
Dietmar Posted July 15, 2022 Share Posted July 15, 2022 The Intel Lan driver from XP for the i211 does not work under win7 Embedded SP1 Bit32 Dietmar Link to comment Share on other sites More sharing options...
Damnation Posted July 16, 2022 Author Share Posted July 16, 2022 @Dietmar So LAN drivers designed to run on XP are not forward compatible to run on Win7? Link to comment Share on other sites More sharing options...
Dietmar Posted July 16, 2022 Share Posted July 16, 2022 @Damnation yepp. Tomorrow I take the next look on ndis6 on XP Dietmar Link to comment Share on other sites More sharing options...
George King Posted July 17, 2022 Share Posted July 17, 2022 On 6/14/2022 at 6:49 PM, Damnation said: @George King @Dietmar For that to work I would need an ndis.lib from Vista beta 5048 DDK - Vista RTM ndis.lib is different again. Only way to extend functionality of Vista beta 5048 ndis.sys is with direct hex edit. According to mentioned tutorial I don't think you need it, but I haven't tried it yet. Link to comment Share on other sites More sharing options...
Dietmar Posted July 21, 2022 Share Posted July 21, 2022 @Damnation Can you please describe all the steps, that you have done until now, for to enable Ndis6 on XP? I never worked with the Extender from @Mov AX, 0xDEAD, so I also need basic steps, how to setup Compiler and which programs I need etc. Do you work for this under XP or which OS? I also want to try, if this until now builded files from you can work under Win7 SP1 Embedded Standard Dietmar PS: Nice would be, if we had the Source Code for Ndis6.. 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