TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
الميزات الرئيسية لـ jakogut/tinyvm هي: Hypervisor Implementations, Virtual Machines.
تشمل البدائل مفتوحة المصدر لـ jakogut/tinyvm: includeos/includeos — IncludeOS is a unikernel operating system that bundles application code with only the necessary kernel drivers into a… bareflank/boxy — The Boxy Hypervisor is an open source hypervisor led by Assured Information Security, Inc. (AIS), that provides… bareflank/hypervisor — The Bareflank Hypervisor is an open source hypervisor Software Development Toolkit (SDK) for Rust and C++, led by… bareflank/microv — warning: MicroV is currently a work in progress. If you need support now, please see the Mono branch until MicroV is… changeofpace/viviennevmm — VivienneVMM. asamy/ksm — A really simple and lightweight x64 hypervisor written in C for Intel processors. KSM has a self-contained physical…
IncludeOS is a unikernel operating system that bundles application code with only the necessary kernel drivers into a single bootable image. It functions as a resource-efficient cloud service virtual machine and a lightweight serverless runtime environment designed to minimize memory footprints and boot times. The project provides a Linux compatibility layer via a C library, allowing applications written for Linux to be compiled and executed within the unikernel environment. It also serves as a network appliance framework for building high-performance firewalls and load balancers using config
The Boxy Hypervisor is an open source hypervisor led by Assured Information Security, Inc. (AIS), that provides support for custom, lightweight Linux and Unikernel virtual machines on any platform including Windows, Linux and UEFI.
The Bareflank Hypervisor is an open source hypervisor Software Development Toolkit (SDK) for Rust and C++, led by Assured Information Security, Inc. (AIS), that provides the tools needed to rapidly prototype and create your own hypervisor on 64bit versions of Intel and AMD (ARMv8 CPUs, RISC-V…
A really simple and lightweight x64 hypervisor written in C for Intel processors. KSM has a self-contained physical memory introspection engine and userspace physical memory virtualization which can be enabled at compiletime.