marcan changed the topic of #asahi-alt to: Asahi Linux: porting Linux to Apple Silicon macs | User-contributed/unofficial distribution ports | Logs: https://alx.sh/l/asahi-alt
<chadmed_>
alright gentoo installation attempt 7: genkernel edition is beginning
<mps>
I've built latest u-boot with my patch for terminus 12x24 fonts. If anyone interested in it I can upload it somewhere on web server for download
<mps>
or upload APKBUILD for building locally
<mps>
also my patch with same fonts for kernel works again with latest asahi branch, if someone need/want it
KonradHoh has joined #asahi-alt
KonradHoh has quit [Quit: Connection closed]
<chadmed_>
huh interesting so i think ive narrowed down that other issue
<chadmed_>
something's funky with the interaction between clang and gcc. before i updated the world set, i bootstrapped clang and switched that to the global toolchain, which meant kmod was being rebuilt with clang as part of the script
<chadmed_>
i guess doing that breaks kmod's ability to handle kernel modules built with gcc because rebuilding it with gcc makes the system work again
<j`ey>
that sounds.. weird
<chadmed_>
yeah idk its only one way too, i actually have by pure coincidence the opposite setup on my server (clang kernel, gcc kmod) and it works fine and has done for years