Zoth OS // KVM Hypervisor Sandbox & Bare-Metal Operating System
Hardware-isolated Linux virtualization, thin QEMU disk management, and edge dispatch inside air-gapped sovereign enclaves.
Deployment Options
- QEMU/KVM Virtual Machine:
qemu-system-x86_64 -enable-kvm -m 8192 -smp 4 -hda zoth-agent-os.qcow2 - Bare-Metal Physical ISO:
sudo dd if=zothos-1.0-amd64.iso of=/dev/sdX status=progress bs=4M conv=fdatasync - Resource Allocations: 4 vCPU isolation, 8GB locked RAM, NVMe thin pool storage with cgroupv2 memory containment.