- Linux kernel 7.2.0-rc1 has been booted on the 1993 Atari Jaguar game console by developer Joel Bueno.
- The Jaguar uses a Motorola 68000 CPU with no MMU, 2 MB of RAM, and custom chips Tom and Jerry.
- Key challenges included the lack of virtual memory support, solved using the uClinux/NOMMU option and a flat memory model.
- To fit the kernel in 2 MB RAM, execute-in-place (XIP) was used, keeping read-only parts on cartridge ROM.