[2026-05-25T02:27:33Z] still can't stop thinking about putting a modified ploopy bean in the reform... [2026-05-25T02:27:48Z] a bean with one of those modos displays... [2026-05-25T02:27:56Z] swap the choc browns for some jades... [2026-05-25T02:28:03Z] absolute peak [2026-05-25T03:22:26Z] apparently there are calls to undefined functions in the syslinux source tree... [2026-05-25T03:23:06Z] building bios executables by default pulls in some code to manage tftp stuff and it calls a function 'tftp_put' that isn't defined anywhere in either the source tree or the standard headers, it seems, at least going off an initial inspection [2026-05-25T03:23:10Z] wild [2026-05-25T03:26:45Z] https://src.openmamba.org/rpms/syslinux/src/branch/main/syslinux-6.04~pre1-gcc-14.patch [2026-05-25T03:26:48Z] relevant [2026-05-25T03:54:12Z] hrmh. looks like it needs a little more work to build on a modern system. [2026-05-25T03:54:23Z] it doesn't seem too difficult though... [2026-05-25T03:57:16Z] me and the boys just booting our kernels directly [2026-05-25T05:29:00Z] did a little more poking around [2026-05-25T05:29:27Z] big issue is that it was using internal gcc unsigned integer definitions instead of the stdint ones [2026-05-25T05:30:01Z] i guess that modern gcc doesn't have them? we'll see if swapping them over causes any issues, anyhow [2026-05-25T05:32:40Z] worst case it's a learning opportunity [2026-05-25T06:03:36Z] https://www.youtube.com/watch?v=dortSZ7JvNI [2026-05-25T06:03:38Z] oh boy