pkgsrc Q4-2019 packages for Alpha Gentoo Also a custom kernel I have compiled that Im using with Qemu to boot the simulation via qemu-system-alpha #! /bin/sh sim=./qemu-system-alpha # insert any needed path/prefix here $sim -m 1024 \ -serial null -monitor null -vga cirrus\ -kernel vmlinux-4.19.113 \ -drive file=disk.img,if=virtio,media=disk,format=raw,index=0 \ -net nic,macaddr=52:54:00:fa:ce:19,model=virtio -net tap \ -append "root=/dev/vda" &