1

 2 // HypervisorWithKVM project page

 3 // This project was part of a faculty course, Architecture and Organisation of a Computer 2

 4 // -------------------------------------------------------------------------------------------------------------------------------------------

 5

 6 class HypervisorWithKVM: public Project {

 7

 8    name: MiniHypervisorWithKVM

 9

10    desc: hypervisor on the Linux kernel capable of performing virtualization with input/output operations and data retrieval

11

12    tools: C, C++, virtualisation

13

14    github_link: Click here

15

16 }

17

18

19

20

21

Terminal