Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tamaroning/simple_vmm

Rusty KVM based VMM which boots Linux
https://github.com/tamaroning/simple_vmm

Last synced: 19 days ago
JSON representation

Rusty KVM based VMM which boots Linux

Awesome Lists containing this project

README

        

# Simple VMM

A tiny KVM-based virtual machine monitor which boots Linux kernel.

## Prerequisites

- x86-64
- Cargo

## Run

```bash
cargo run examples/test-bzImage
```

## History

- https://github.com/tamaroning/simple_vmm/commit/6ea33ef0a761c3e58026ed4c3046108996323a7e
- Minimul implementation to boot Linux kernel (241 LOC)

## References

- https://lwn.net/Articles/658511/
- https://zserge.com/posts/kvm/
- https://github.com/bobuhiro11/gokvm