Skip to content
Fangrui Song edited this page May 27, 2025 · 3 revisions
qemu-system-x86_64 -enable-kvm -m 16384 -smp 8 -cpu host -drive file=~/Images/freebsd.qcow2,if=virtio -net nic,model=virtio -nic user,hostfwd=tcp::2224-:22

pkg install cmake ninja lang/lua54

To build packages using GNU tools (e.g. neovim)

pkg install autotools gettext pkgconf
freebsd-update fetch
freebsd-update install

pkg upgrade

powerpc64

qemu-system-ppc64 -smp 8 -m 4g -drive file=freebsd-disk.qcow2,format=qcow2,if=virtio -net nic,model=virtio -machine pseries,cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken -vga none -nographic -cdrom FreeBSD-13.1-RELEASE-powerpc-powerpc64-disc1.iso -boot d

Clone this wiki locally