tomoyasuzuki / kvmm

kvmm is a type2 hypervisor that uses the Linux Kernel Virtual Machine(KVM).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kvmm

kvmm is a type2 hypervisor that uses the Linux Kernel Virtual Machine(KVM).
The goal of kvmm is to run xv6.

features

  • execution of basic instructions
  • LAPIC/IOAPIC emulation (partially)
  • disk emulation (partially)
  • uart emulation (partially)
  • ide interrupts (partially)
  • uart interrupts
  • keyboard interrupts
  • timer
  • multiproccessor support

references

About

kvmm is a type2 hypervisor that uses the Linux Kernel Virtual Machine(KVM).

License:Apache License 2.0


Languages

Language:C 95.2%Language:C++ 3.2%Language:Makefile 1.6%