Vito Plantamura

Results 150 comments of Vito Plantamura

Yes, if you can, try to load the driver ASAP after system restart. In order to get the framebuffer details, since the auto detect feature fails, you can get the...

Hi Michael, thank you for your feedback. A question: after starting the driver, did you manage to enter in the BugChecker UI successfully (and to resume system execution afterwards)? I'm...

Can you try to break into BC (PrintScr key), then to exit from the UI (F5 key) and then to wait until the interrupt problem happens? In order to configure...

Perfect! Thank you Michael! This is exactly the same problem that occurs in the issue https://github.com/vitoplantamura/BugChecker/issues/2 , i.e. an INT3 is triggered somewhere after 2/3 mins after boot. INT3s require...

So you are unable to determine your screen resolution when the display drivers are disabled, even with Windows' display properties, right? PS: for the stride, try with 0

Ah ok, thank you Michael. At the time I did an extensive research on the possibility of hooking into WDDK in order to get the characteristics of the video framebuffer,...

hi, if you are interested in how BugChecker handles the FPU state in kernel mode, search for the "SaveFPUState" class in the project. The pre-built binaries of BC are available...

hi, all the projects (including the main sys driver) compile and link correctly if you follow precisely the instructions in the main README.md. If you are curious about how some...

hi, for some reason, XNNPACK is unable to create the FP16 multiply operator in a proxmox vm. Can you try adding the "--rpi" option? Thanks, Vito

hi, take a look at this issue: https://github.com/vitoplantamura/OnnxStream/issues/69 Vito