
Damnation
Content Type
Profiles
Forums
Events
Posts posted by Damnation
-
-
It depends on which functions the audio driver depends on.
0 -
Check what error code the USB 3.0 controller is giving you in device manager.
0 -
When you loaded the XHCI controller driver did it at least prompt you to install the USB 3.0 hub driver?
If not, then we'll need to debug but, If it did then it should just be a matter of loading the hub driver and then USB 3.0 should work.
0 -
Regarding your Windows 7 not working with USB, are you using x86 or x64 Windows 7?
0 -
ACPIRangeValidatePciResources is in my windows 7 acpi.sys - maybe you didn't load the PDB symbols?
0 -
We don't have 2003 R2 x86/x64 source code, we have 2003 RTM.
0 -
I don't think that'll work, that's just changing the names of things isn't it?
In bootdata.c
I think the USHORT VGA_640x480[] code will need to be modified, but I don't know how it works.
0 -
I did get the amd64 version of bootvid.dll to build in the XPSP1 tree.
I'm not sure how to change the resolution from 640x480 to something else though.
0 -
32bit or 64bit bootvid.dll?
0 -
"Unknown Device" - It could be that this device is not your graphics card, is there anything listed under Display Adapters?
0 -
I was doing an experiment merging ntoskrn8.sys with the main kernel, since I wanted to add in extra Zw* functions that make use of internal KiSystemService function.
I don't think this approach worked though.
0 -
Yeah, that would have something to do with the issue.
Not sure about this one though, try disabling IRQ steering?
0 -
7B BSOD is a storage driver issue. So you're missing either an AHCI or NVME driver (IDE is included in XP so that should be fine)
I noticed you're using x64 XP so you'll need the x64 versions of the drivers, x86 wont work in this case.
0 -
It is admittedly not as easy to get a DeviceID in 98SE as it is in XP.
It's easiest just get the DeviceID when booted into XP, it won't have changed between the 2 OS's.
0 -
Newer hardware doesn't use IDE for storage anymore, you'll need to use an XP AHCI or NVMe driver.
0 -
Do you think you might be able to figure out why Windows 98's ESDI_506.PDR driver fails to load when booting off of the SD card interface on rasteri's WeeCee and Eivind's Tinyllama 1 and 2.
They both use this "RDC SD-IDE Host Controller" device that works fine in 2000 and XP, but 98 doesn't like it for some as yet undiscovered reason.
Do you think you might be interested in solving this?
1 -
Whats the Device ID of your Xpress 200 graphics chip?
0 -
Try with just ACPI, AHCI and USB3 patches to get past 7B BSOD.
0 -
You should install the driver for that ? Universal Serial Bus (USB) controller - see if that fixes things.
0 -
So yet another AMLILoadDDB() error, I thought we'd caught all of these.
If you want to find the exact cause of this so it can be patched you'll need to setup a windbg session to trace the BSOD.
0 -
0
-
Sorry for not getting back to you sooner.
Unfortunately, your delay acpi.sys did not show any change in behaviour for the USB 3.0 on threadripper.
I do still think it's an ACPI issue though - my B550 Steel Legend has the exact same 149C controller in it and it works fine in XP on there. So something in my Threadripper DSDT is causing the issue.
Not to worry though, I've worked around the issue with a separate USB 3.0 card so it doesn't bother me all that much now.
0 -
I'm curious to see if adding this kind of delay would help with the USB problem on my threadripper system.
Can I get a 32-bit build from you to test this with?
0 -
Regarding only having IRQ 1-15 in XP.
Don't you need to be using an APIC to get more than 16 IRQs?
0
KernelEx for Windows XP?
in Windows XP
Posted
Out of curiosity, how is exkernel.dll supposed to work?