kvm

  1. Y

    How to execute code in Hypervisor mode?

    Hey, I am now able to develop kernel modules for the R9000, thanks to Voxel :) ARM defines multiple operating modes: User, Supervisor, Hypervisor, Secure Monitor. Every kernel module is being executed in Supervisor mode, but my goal is to execute code in Hypervisor mode. Later I would like to...
Back
Top