by axelfontaine on 10/23/22, 9:53 PM with 5 comments
by dusted on 10/24/22, 9:46 AM
There's probably no intersection where 486 legacy systems are going to be in need of kernel features that are not already implemented.
In that unlikely event, it may still be possible to backport said feature to the last 486 compatible kernel.
by TillE on 10/23/22, 10:20 PM
32-bit is essentially dead outside of weird scenarios like companies still running Windows XP. Even the cheap Android phones should all be 64-bit these days.
So unless you really need to support old hardware (or microcontrollers I guess), it means you can now confidently do fun stuff like cramming data into the 64-bit user data pointer in callback APIs.