On 11/24/25 03:50, Philippe Mathieu-Daudé wrote:
Do not give false expectations, as this machine only
uses 64MB of RAM.

This broke my https://landley.net/bin/mkroot/0.8.13/sh4.tgz because every target in that directory does -m 256 as part of the template from https://github.com/landley/toybox/blob/0.8.13/mkroot/mkroot.sh#L333 which worked until now.

I can special case qemu-system-sh4 but that won't fix compatibility with existing shipped instances. Could you maybe just turn this into a warning instead of -Werror in production?

I fixed it up by hand for testing in the meantime, and it loaded the kernel with -m 192 but then initramfs couldn't find init. Without the patch series the same git version (942b0d378a1d) booted to a shell prompt. I can try to track down what happened in the morning...

Sorry if I missed newer stuff I should be testing instead, I've been a bit distracted.

Thanks,

Rob

Reply via email to