IRC channel logs

2025-01-18.log

back to list of logs

<lrvick>For now I cheated and let "ADD" extract files for me, which it weirdly has support for
<lrvick>however that is probably not going to be compatible with all OCI implementations. Certianly not sloci-image
<lrvick>and I don't want a hard dependency on docker.
<stikonas>nice, gtker added support for enums to M2-Planet https://github.com/oriansj/M2-Planet/pull/60
<aggi>argh, added a few more components to tinycc-compiled linux24 kernel, recently nfs/nfsd, all of the sudden this thing crashed during boot
<aggi>seems i was hitting a kernel-image size limit (that i increased manually some place), and it's corrupting memory at some yet unknown boundary
<aggi>this thing does need extensive testing before, ideally before git-pushing to avoid others hitting such problems
<aggi>max statically linked linux image size seems to be ~6.4MiB, a tad more and with 6.5MiB it crashes
<aggi>anyway, no big problem, i'll patch build-system to issue a warning if size limit is surpassed, which i had set to 8MiB which is too much, obviously