An open API service indexing awesome lists of open source software.

https://github.com/mel-edo/kvmbook

A minimal x86 VMM built from scratch on Linux KVM, with a companion book that explains every layer; from the first ioctl to a booting kernel.
https://github.com/mel-edo/kvmbook

kernel kvm

Last synced: 5 days ago
JSON representation

A minimal x86 VMM built from scratch on Linux KVM, with a companion book that explains every layer; from the first ioctl to a booting kernel.

Awesome Lists containing this project

README

          

# kvmbook

A minimal x86 VMM built from scratch on Linux KVM, with a companion book that explains every layer; from the first ioctl to a booting kernel.

## Book

The companion book is live at: https://mel-edo.github.io/kvmbook

## Status

Work in progress, currently working on chapter 1 which is KVM basics