Im trying to design a basic algorithm that manages host memory space for guest Operating systems. The management of the main memory would include page allocation/deallocation and page replacement etc..Im wondering what a general hypervisor like this would look in psuedocode?Thanks in advance
↧