1# System Requirements 2 3A Linux kernel with KVM support (check for `/dev/kvm`) is required to run crosvm. In order to run 4certain devices, there are additional system requirements: 5 6- `virtio-wayland` - The `memfd_create` syscall, introduced in Linux 3.17, and a Wayland compositor. 7- `vsock` - Host Linux kernel with vhost-vsock support, introduced in Linux 4.8. 8- `multiprocess` - Host Linux kernel with seccomp-bpf and Linux namespacing support. 9- `virtio-net` - Host Linux kernel with TUN/TAP support (check for `/dev/net/tun`) and running with 10 `CAP_NET_ADMIN` privileges. 11