Date: Mon, 27 May 2024 20:42:41 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 271826] FreeBSD is disastrously slow on a PowerMac G5, freezing at every command Message-ID: <bug-271826-227-EDntgRcZ2F@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271826-227@https.bugs.freebsd.org/bugzilla/> References: <bug-271826-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271826 --- 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=3Dpowerpc64 make buildkernel KERNCONF=3DGENERIC64 TARGET_ARCH=3Dpowerpc64 will build it. you can install it to the destdir fo your choice: mkdir $HOME/powerpc-test-kernel make installkernel KERNCONF=3DGENERIC64 TARGET_ARCH=3Dpowerpc64 NO_ROOT=3Dt --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271826-227-EDntgRcZ2F>