Damnation
MemberContent Type
Profiles
Forums
Events
Everything posted by Damnation
-
NTOSKRNL Emu_Extender for Windows XP/2003
Damnation replied to Mov AX, 0xDEAD's topic in Pinned Topics regarding Windows XP
@Brickedandroid Well, unless I'm mistaken, those old drivers are your only option for Vista. -
NTOSKRNL Emu_Extender for Windows XP/2003
Damnation replied to Mov AX, 0xDEAD's topic in Pinned Topics regarding Windows XP
@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. -
Windows XP/2003 x32 on Modern Hardware FAQ
Damnation replied to Mov AX, 0xDEAD's topic in Windows XP
@pappyN4 @Dietmar Could it possibly be a timer issue? I thought the timer issue was an intel only thing though, but perhaps some AMD boards are affected? -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@George King Can you help me debug this 9F BSOD? -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@Dietmar If you have the free time, can you set up a VM and try to trace where the 9F BSOD occurs in checked 8.1 storport.sys? If not in XP text mode setup then on an existing XP install? I'm able to get all the way to the end of XP textmode setup with the 8.1 storahci driver, right up to the point where the system reboots and then 9F BSOD. I've included the PDB symbols for both my checked ntoskrn8.sys and checked 8.1 storport.sys to help with this. https://ufile.io/gbzhscdp Edit: hold on, checked version of storport.sys has some missing imports. I'll fix it. edit: fixed - https://ufile.io/rwbg20oa -
Hi @Mov AX, 0xDEAD So I've been working on trying to get storport and stornvme of windows 8.1 working on XP and for the most part it seems to be functioning, I can get XP installed. the issue I've run into is these driver power state BSODs. Would you be willing to help solve this issue? I'm sure @Dietmar would be interested in helping to solve this too. here is my modified ntoskrnl extender source code - https://ufile.io/arl8wbth
-
Windows XP/2003 x32 on Modern Hardware FAQ
Damnation replied to Mov AX, 0xDEAD's topic in Windows XP
@pappyN4 Overheating maybe? Check with HWMonitor for both temps and power usage. I noticed this on my new B550 Steel Legend that power usage (140W) and Temps (70C) were abnormally high just sitting idle and I needed a DSDT mod to fix it. What motherboard do you have? -
@Dietmar Yes! I managed to get ASL 5.0 to work! I merged my XP friendly CPUSSDT into my DSDT, compiled it, and loaded with ASL 5.0 ! So, for whatever reason, ASL is fine with loading DSDT+CPUSSDT merged together, but it fails with an A5 BSOD if you try to load them separately. Changes persist on reboot. I have absolutely no idea why this makes a difference, but there you go.