June 8, 20224 yr @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, 20224 yr by Dietmar
June 13, 20224 yr Why dont we try a new LAN driver , just need hardware intterupts from Linux source?
June 14, 20224 yr 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
June 14, 20224 yr Author @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.
June 20, 20224 yr Author @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.
July 5, 20224 yr Author @Mov AX, 0xDEAD is there anyway we could motivate you to help us with getting this working?
July 15, 20224 yr 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, 20224 yr by Dietmar
July 15, 20224 yr The Intel Lan driver from XP for the i211 does not work under win7 Embedded SP1 Bit32 Dietmar
July 16, 20224 yr Author @Dietmar So LAN drivers designed to run on XP are not forward compatible to run on Win7?
July 17, 20224 yr 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.
July 21, 20224 yr @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..
Create an account or sign in to comment