Outbreaker Posted August 14, 2022 Posted August 14, 2022 (edited) I got it now, I had to add spaces "4E E6 40 BB" if i simply Copy&Paste it then the Editor won't let me add any spaces and i had to type it in manually. Edited August 14, 2022 by Outbreaker
George King Posted August 14, 2022 Posted August 14, 2022 40 minutes ago, Outbreaker said: I got it now, I had to add spaces "4E E6 40 BB" if i simply Copy&Paste it then the Editor won't let me add any spaces and i had to type it in manually. HxD can handle it without spaces
Outbreaker Posted August 14, 2022 Posted August 14, 2022 (edited) Dose someone know if the Windows 8 UASP driver or the Windows 7 UASP driver is better for Windows XP? There was something in the Win-Raid forum about this, before it got Nuked. Edited August 14, 2022 by Outbreaker
George King Posted August 14, 2022 Posted August 14, 2022 @Outbreaker I PMed you whole ported drivers collection. 1
George King Posted August 28, 2022 Posted August 28, 2022 (edited) @Mov AX, 0xDEAD Can you please try to adapt ReactOS MmMapIoSpace as MmMapIoSpaceEx into your extender? Seems like ReactOS already impemented it. https://doxygen.reactos.org/d6/d4e/iosup_8c.html#ab8226d02760f43cf18eea59e065a94f3 EDIT: I have also found this code which seems much better https://github.com/microsoft/Windows-driver-samples/blob/main/general/pcidrv/kmdf/HW/nic_init.c Edited September 16, 2022 by George King
Brickedandroid Posted September 3, 2022 Posted September 3, 2022 (edited) I tried installing the latest version of Intel HD 4000 driver on Windows Vista extended kernel using NTOSKRNL Emu_Extender, and it worked successfully, but it causes most other apps crashing, even the aero theme won't work and the Intel HD control panel itself won't open... Edited September 3, 2022 by Brickedandroid
Damnation Posted September 3, 2022 Posted September 3, 2022 @Brickedandroid You don't need to use NTOSKRNL Emu_Extender on Vista, NTOSKRNL Emu_Extender is for XP. There are already Vista drivers for Intel HD 4000.
Brickedandroid Posted September 3, 2022 Posted September 3, 2022 3 hours ago, Damnation said: There are already Vista drivers for Intel HD 4000 But I hate the old versions of Intel HD 4000 drivers (which have dark color accent of the control panel window) because of the slowdowns in PCSX2 and glitchy screen in Windows 8.1/10 VM in VirtualBox!
Damnation Posted September 3, 2022 Posted September 3, 2022 @Brickedandroid Well, unless I'm mistaken, those old drivers are your only option for Vista.
George King Posted September 16, 2022 Posted September 16, 2022 (edited) On 9/3/2022 at 8:04 AM, Damnation said: @Brickedandroid You don't need to use NTOSKRNL Emu_Extender on Vista, NTOSKRNL Emu_Extender is for XP. There are already Vista drivers for Intel HD 4000. Extender is for XP / 2003 / Vista / 7 I have updated it today to v12 with @pappyN4 changes, new functons for XP, RtlInitAnsiStringEx + RtlInitUnicodeStringEx. I have also addd two new functions memcmp (XP / 2003 x86) + MmMapIoSpaceEx (XP - 7). These functions are added accoding to googled source code @Mov AX, 0xDEAD Can you please review our changes? https://github.com/GeorgeK1ng/NTOSKRNL_Emu Edited September 16, 2022 by George King
Brickedandroid Posted September 16, 2022 Posted September 16, 2022 6 hours ago, George King said: Extender is for XP / 2003 / Vista / 7 I have updated it today to v12 with @pappyN4 changes, new functons for XP, RtlInitAnsiStringEx + RtlInitUnicodeStringEx. I have also addd two new functions memcmp (XP / 2003 x86) + MmMapIoSpaceEx (XP - 7). These functions are added accoding to googled source code @Mov AX, 0xDEAD Can you please review our changes? https://github.com/GeorgeK1ng/NTOSKRNL_Emu Does it fix the new version of Intel HD Graphics 4000 driver bug for Windows Vista Extended Kernel?
Damnation Posted September 17, 2022 Posted September 17, 2022 @Brickedandroid What bug are you referring to? 1
Brickedandroid Posted September 18, 2022 Posted September 18, 2022 (edited) 19 hours ago, Damnation said: @Brickedandroid What bug are you referring to? The driver is installed successfully, but causes windows aero and most other programs that require D3D, or even the control panel itself to crash (BEX64, code 0xc0000005) until I disable that driver from Device Manager or get rid of igdumdim64.dll from System32 folder and igdumdim32.dll from SysWOW64 folder. The control panel looks like this: Edited September 18, 2022 by Brickedandroid
Damnation Posted September 18, 2022 Posted September 18, 2022 @Brickedandroid Unfortunately I don't think ntoskrnl extender will help for something like this - ntoskrnl extender just resolves missing exports. Maybe try the XP driver on Vista, see if that works.
Brickedandroid Posted September 18, 2022 Posted September 18, 2022 (edited) 29 minutes ago, Damnation said: @Brickedandroid Unfortunately I don't think ntoskrnl extender will help for something like this - ntoskrnl extender just resolves missing exports. Maybe try the XP driver on Vista, see if that works. Do you mean the version that the control panel window looks like this?: Yes, that one worked perfectly, but I hate it! Because that version of Intel HD 4000 slows PCSX2 down drastically and makes the Windows 8.1 and 10 VM in VirtualBox visually inoperable at all after installing the Guest Additions with D3D!!! Edited September 18, 2022 by Brickedandroid
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