dragonball-sandbox
Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors. The crates here are considered to be the downstream of rust-vmm.
This repository contains the following crates:
Name | Description | Links |
---|---|---|
db-allocator | allocator for vmm resource | TBD |
(Dragonball is a virtual machine monitor developed by Alibaba and db is the abbreviation for Dragonball.)
How to build
cargo build --release