Ahmed Samy
Ahmed Samy
Thanks but it'd be appreciated if you followed the Issue template and at least uploaded the files required along with any patches applied (i.e. source code or Makefile edits.).
The issue template clearly says if it's a crash you need to upload .dmp files, and the produced executable file, .sys file, etc.
Can you try without `-DENABLE_PRINT`? I kind of suspect the print interface had some nasty changes so that might be it. Also, if you wouldn't mind (and have the resources...
I wonder if it's an optimization related issue, since I was always compiling without optimizations when testing the cross build and they all worked fine (except on cross win10 builds),...
The real question is, which path it ends up in. What I'd appreciate is, if you use GDB to debug the kernel (If you're using QEMU/VMWare, it's quite easy), then...
On Fri, Mar 10, 2017 at 3:13 PM rohaaan wrote: > There is army of inline functions in code with static scope declaration, > that too in header files. >...
Actually, I was wrong about one thing: The Microsoft Linker by default marks sections as non-pageable (i.e. with P section attribute), initially I thought the P implies pageable [1]. However,...
What do you mean use driver verifier...? Anyway, try with latest, you'll need Python 2.7 and install pefile with: `pip install pefile` Then recompile.
I understand what Driver Verifier is, it sounded like you wanted to use Driver Verifier for something else.
Updates on this? Finalizing stuff.