-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building for 32 bit win2k/xp #2
Comments
Yes, can be compiled for 32bit too. But doesn't have any advantage over the original driver besides the ability to place your own bank file. |
I suppose advantage comes from having source to fiddle with. |
You can try to use SoftICE or any other kernel-level debugger (RR0D, BugChecker, Syser, etc) to debug drivers on the same machine. These tools look abandoned but they're still worth trying. Another alternative is to use Linux host + qemu-kvm + PCI pass-through, this way suits me better. |
I used a second PC with an ESS card via LAN connection to debug via Ethernet with WinDbg, faster than serial connection |
For experimenting, I'd use my https://github.com/leecher1337/esfmbank/ bank editor. ;-) |
This is compilable for 32 bit win2k/xp, yes?
Might be interesting to try in place of original.
The text was updated successfully, but these errors were encountered: