Adrian

Results 6 comments of Adrian

you forgot app name after create-react-app

Hey, I had the same question in mind a while ago, why did you decide against this in your hypervisor? https://github.com/wbenny/hvpp/blob/master/src/hvpp/hvpp/ia32/paging.h#L78 here you hardcode 36 bits, is this because of...

It needs a driver because that is the only real way to enter CPL0 (kernel mode) which is required for VMX instructions. This virtualizes all your processors.

You misunderstand what a hypervisor is and the difference between type 1 and 2. A type 2 hypervisor needs a driver to run, as it is self hosted. Although the...

same happening here, discord using 15% CPU usage and 2fps after loading the plugin

There is no bool in C, or at least not in versions < C23