Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Feb 18:16

GyrOS v1.0.0

Secure RAM-only Ubuntu live ISO

Verification

SHA256: 149839503d04eb74f701a10c6ebaf2d3d21f14e23cf582336a24a759f12cc0a9

Installation

# Write to USB drive (replace /dev/sdX with your device)
sudo dd if=gyros-questing-amd64.iso of=/dev/sdX bs=4M status=progress oflag=sync && sync

QEMU Testing

qemu-system-x86_64 -enable-kvm -smp 4 -cpu host -m 4096 \
  -cdrom gyros-questing-amd64.iso \
  -netdev user,id=net0 -device virtio-net,netdev=net0