Skip to content

sux2mfgj/vmm

Repository files navigation

vmm

purpose of this project
  • design of a simple vmm

    • small code and single guest os.
  • learning linux kernel and kernel module.

  • using hardware acceleration

    • Intel VMX and EPT
current status (notice)

This project is work in progress. (the vmm cannot boot any guest OS and run programs as a guest.)

how to build and run this vmm

see a DEVELOPPER.md
wellcome any patches and issues!!