On Fri, 21 Oct 2022 22:55:57 +0200, Mark Kettenis wrote: > Be careful. By moving more stuff into .rodata, you may overflow the > .text/.rodata block. Make sure you build and test the kernels and > also test an actual bsd.rd.
Do we know exactly what these limits are? If so, couldn't we test for them in the kernel Makefile after the kernel is linked? - todd