Index of /pkgsrc/alpha-gentoo/
Name | Last Modified | Size | Type |
../ | | - | Directory |
All/ | 2020-Apr-13 23:05:02 | - | Directory |
README.txt | 2020-Apr-02 22:15:21 | 0.4K | text/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" &