Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 585 Bytes

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