Menu

NoirVisor Development Status Report by May 2019

2019-05-20 - Virtualization Technology

Recently, I am very frustrated about porting NoirVisor to Windows 10. It seems that Microsoft has added many system features that NoirVisor is not aware of. Thus NoirVisor is not functional for these operating systems. For now, it is hard for me to port NoirVisor to Windows 10. I will be looking for experienced virtualization developers to contribute to my project. In future, I might be porting NoirVisor to 32-bit Windows Operating System.

However, I also have other options in future development. One is to focus on AMD-V based hypervisor (SVM-core) as I own an AMD Ryzen 7 1700. Or, I may focus on nested virtualization algorithm for NoirVisor on Intel VT-x.

My next step is to optimize the memory allocation of NoirVisor. Since there is someone in GitHub submitted an issue, I realized that the memory allocation might be inefficient. The most essential thing is that I am going to fuse the fragmented memory allocations to a reduced amount of integrated allocations. I will submit and push a commit very soon regarding this step.

If you are interested in contributing, feel free to visit the repository page on GitHub: https://github.com/Zero-Tang/NoirVisor

Leave a Reply

Your email address will not be published. Required fields are marked *