Index of /pkgsrc/alpha-gentoo/

NameLast ModifiedSizeType
../ -  Directory
All/2020-Apr-13 23:05:02-  Directory
README.txt2020-Apr-02 22:15:210.4Ktext/plain; charset=utf-8
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" &

Webserver 1.0