IRC channel logs

2025-05-05.log

back to list of logs

<stikonas>gtker: I've now pushed updated submodules to stage0-posix
<stikonas>argh, though my matrix bridge is now down and it might take some time till this is fixed (up to one week, though possibly faster)
<matrix_bridge><gtker> Stikonas: Hmm, that might be difficult since we would need a define in cc_* to tell us that we're on knight and not just cross compiling?
<matrix_bridge><Andrius Štikonas> gtker: but cc_* doesn't know about late M2libc
<matrix_bridge><Andrius Štikonas> To build M2 we use that simplified libc and bootsrappable.c
<matrix_bridge><Andrius Štikonas> Anyway, I guess let's not worry about knight for now
<matrix_bridge><Andrius Štikonas> Once/if somebody really needs it, we can fix it then
<matrix_bridge><Andrius Štikonas> And then it won't block POSIX work
<matrix_bridge><Andrius Štikonas> gtker: I'm also converting cc_x86.s to gas syntax so just in case don't do parallel changes in the meantime
<matrix_bridge><Andrius Štikonas> (unlikely to be a problem though)
<matrix_bridge><Andrius Štikonas> I think you were done with that file for now
<matrix_bridge><gtker> Stikonas: Cool. I'll look at the armv7l version then
<matrix_bridge><Andrius Štikonas> There isn't armv7 I think
<matrix_bridge><Andrius Štikonas> Or is there?
<matrix_bridge><gtker> Do you mean in the amd64 repo? The files are named incorrectly
<matrix_bridge><gtker> There is a gas version of armv7l
<matrix_bridge><Andrius Štikonas> Oh ok
<matrix_bridge><Andrius Štikonas> Yes, I meant amd64 repo
<matrix_bridge><Andrius Štikonas> That cc_x86 prototype is cross compiler from amd64 to x86
<matrix_bridge><Andrius Štikonas> https://github.com/oriansj/stage0-posix-amd64/blob/99b18bc4ca69168ce020644babefd40c91bdcc63/NASM/cc_x86.S
<matrix_bridge><Andrius Štikonas> Did you mean https://github.com/oriansj/stage0/tree/master/stage2 ?
<matrix_bridge><Andrius Štikonas> Not sure if we care enough about these...
<matrix_bridge><gtker> Ah, ok, must have missed that one
<matrix_bridge><gtker> It's in the stage0-posix-armv7l repi
<matrix_bridge><Andrius Štikonas> oh, yes, I forgot about this one as it's not yet part of stage0-posix...
<matrix_bridge><Andrius Štikonas> gtker: I don't have write access to stage0-posix-armv7l, you'll have to ask Jeremiah Orians to merge
<matrix_bridge><gtker> +
<matrix_bridge><Andrius Štikonas> gtker: I don't have write access to stage0-posix-armv7l, you'll have to ask Jeremiah Orians to merge
<matrix_bridge><gtker> I'm doing aarch64 next
<matrix_bridge><gtker> Do you know if https://git.stikonas.eu/andrius/stage0-uefi is the official UEFI repo?
<matrix_bridge><Andrius Štikonas> yes, that's my git server. I don't think there are other mirrors...