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.
- Host: GitHub
- URL: https://github.com/mel-edo/kvmbook
- Owner: mel-edo
- License: gpl-3.0
- Created: 2026-04-05T20:48:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-24T09:20:33.000Z (28 days ago)
- Last Synced: 2026-05-24T11:16:15.270Z (28 days ago)
- Topics: kernel, kvm
- Language: C
- Homepage:
- Size: 627 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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