IRC channel logs
2025-05-06.log
back to list of logs
<stikonas>fixed various breakages too there, so it should work now <stikonas>(and will be more consistent with other arches such as aarch64 and risc-v where we have to use GAS) <stikonas>I'll add anonymous enums to risc-v next... <stikonas>ok, both cc_riscv32 and cc_riscv64 now support anonymous enums <matrix_bridge><Andrius Štikonas> gtker: I've figured out why you cc_aarch64 changes were crashing.... <matrix_bridge><gtker> Nice, just saw the email. I'll push the fixed later today. I've also got x86 done but no PR up yet. I'll create one later today. I'm hoping UEFI will just be a copy paste of amd64, but I'm not sure how to test it <matrix_bridge><Andrius Štikonas> yeah, UEFI is just a copy and paste there... <matrix_bridge><Andrius Štikonas> generally there it is just "make qemu" assuming you have qemu and edk2 installed <matrix_bridge><Andrius Štikonas> it needs UEFI image from edk2 and Makefile looks at in /usr/share/OVMF/OVMF_CODE.fd or /usr/share/edk2-ovmf/OVMF_CODE.fd <stikonas>yeah, UEFI version is really just a copy paste of the same patch... <stikonas>ok, UEFI updated too. Though at some point I need to implement append mode there too... <matrix_bridge><Andrius Štikonas> gtker: hmm, I can't reproduce your x86 error... <matrix_bridge><gtker> It might be because I'm not up to date or have some local changes mucking things up <matrix_bridge><gtker> I'll try cloning a fresh repo and seeing if that works <matrix_bridge><gtker> Yeah, fresh repo works. So it's probably just some of my local changes <matrix_bridge><Andrius Štikonas> anyway, I don't have access to stage0 repo either for that PR <matrix_bridge><gtker> stikonas: Yeah, I assume so. Feel free to look over the PR anyway just to check for mistakes. The files are all identical so it'll be enough to check one of them