
The Transmeta Crusoe VLIW processor was released back in 2000 and offered x86 compatibility via the Code Morphing Software. For those that didn't know or have since forgot, Linus Torvalds even worked at Transmeta from the late 90's to the early 00's.
Recently it was noted that the Transmeta Crusoe was unable to boot the Linux kernel when built with the MCRUSOE Kconfig build target. The x86 Kconfig file had been incorrectly setting the Transmeta Crusoe as an i686 processor rather than i586. In turn trying to boot on the Crusoe would yield an error over the kernel requiring an i686 class processor.
But with a one line patch now queued in x86/urgent , selecting the "MCRUSOE" option will treat it as Family 5 / i586 where it can then successfully boot. As it's going the "urgent" fixes route, the x86/urgent material should be sent in this weekend ahead of the Linux 6.8-rc4 kernel.