4 links
tagged with virtualization
Click any tag below to further narrow down your results
Links
Cirrus Labs has successfully enforced its Fair Source License after settling a dispute with another company that exceeded the license's free-use limits by using the Tart Virtualization Toolset to create a competing product. The settlement, which remains confidential, reaffirms Cirrus Labs' commitment to protecting its licensing strategy while supporting its community of users.
The article discusses User Mode Linux (UML), a method for running a Linux kernel as a userspace application without needing traditional virtualization software or root privileges. It explains how UML operates as a paravirtualized kernel, leveraging existing kernel functionalities to create a nested Linux environment, and provides guidance on building a UML kernel specifically for x86 platforms.
The article presents Katakate's k7, a self-hosted infrastructure designed for creating lightweight virtual machine (VM) sandboxes to safely execute untrusted code. It supports a command-line interface, API, and Python SDK, leveraging technologies like Kubernetes, Kata, and Firecracker for efficient VM management. Currently in beta, it offers features for serverless applications, CI/CD runners, and blockchain execution, while being open-source under the Apache-2.0 license.
The article provides an update on TinyKVM, which has recently been open-sourced and now includes limited support for running unmodified executables in addition to its original computation focus. The author describes innovations in system call emulation and hybrid per-request isolation that enhance performance, especially in running complex runtimes like Deno with lower latency compared to native execution. Additionally, a new remote procedure call mechanism is introduced, allowing for efficient intercommunication between loaded binaries.