[Bug 271826] FreeBSD is disastrously slow on a PowerMac G5, freezing at every command
Date: Mon, 27 May 2024 20:42:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271826 --- Comment #23 from Warner Losh <imp@FreeBSD.org> --- (In reply to Mitch from comment #22) You can do something like: git checkout main git checkout -b tracking-branch git revert $HASH make kernel-toolchain TARGET_ARCH=powerpc64 make buildkernel KERNCONF=GENERIC64 TARGET_ARCH=powerpc64 will build it. you can install it to the destdir fo your choice: mkdir $HOME/powerpc-test-kernel make installkernel KERNCONF=GENERIC64 TARGET_ARCH=powerpc64 NO_ROOT=t -- You are receiving this mail because: You are the assignee for the bug.