I didn’t know whether to mark this NSFW or not but it’s time to buy a new computer if you haven’t upgraded in multiple decades.

  • _edge@discuss.tchncs.de
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 个月前

    Actually, most devices today run an amd64 kernel (amd or intel cpus in typical desktops or servers) or arm (phones, some modern notebooks). Those architectures never supported 486 cpus.

    I assume, the code removed is in the x86 branch, excluded when compiling for other architectures. As others said, I guess this is mostly about maintainance effort and testing.

    (But then i don’t know much about the kernels. Maybe there’s some interplay between amd64 and x64 x86 architectures.)