Satoshi Tanda
Satoshi Tanda
Thank you for explaining the idea. I see your points. As a quick hack, what I have done is polling and parsing a log file (C:\Windows\RemoteWriteMonitor\RemoteWriteMonitor.log), and then did my...
I am glad to hear that at least one person is interested in the tools and may extend it on my own as I published them to share concepts or...
Re-opened. It should be kept as a record for the request. For now, any specific actions are planned since similar work can be done using a log file and the...
Calling NT's function within the host (hypervisor) context is not a good idea because the processor state is bit unusual, in particular that interrupts are disabled (aside security/isolation). The attached...
Hi, I do not think I encountered INIT signal while working on this project. I also cannot think of why INIT would be sent either. I would try to see...
MiniVisor does not virtualize any device. I have never attempted to emulate devices so hard to say, but my impression is that it is a substantial amount or work, but...
MiniVisor virtualizes logical cores reported by UEFI. On booting the system, are you saying after the `exit` command, the system froze? Please try the same operations without loading MiniVisor to...
Thank you for the details. I might know that issue. Please try specifying the `init_cpu_udelay=` kernel parameter when booting ubuntu (under the hypervisor). 1000 reliably resolved the similar issue in...
If you are struggling to insert the kernel command line, you can specify that in some file. IIRC, `/etc/default/grub`. Whether secure boot becomes issue depends on your use cases. You...
@spectra-analytics are you referring to ia32-doc headers? If so, I am happy to update the headers. Please consider making a PR against https://github.com/ia32-doc. `HandleHostException` getting 0x6c is interesting. IIRC, I...