Linux 7.2 has landed, dragging x86 timing clean out of the nineties by making the Time Stamp Counter mandatory.

I wrote up a quick article on why ditching those ancient legacy fallbacks is good housekeeping, plus a few other bits like cache-aware scheduling and memory tweaks worth noting.

Is anyone still using legacy hardware? If so, what do you use it for?

  • refalo@programming.dev
    link
    fedilink
    arrow-up
    18
    ·
    2 days ago

    Lots of retro enthusiasts still use legacy hardware for all sorts of reasons… I fear that a fork of the kernel will be necessary in the near future to keep these machines running.

    The notion of using Linux to revive old hardware and keep it out of the landfill may not last forever…

    • AudaciousArmadillo@piefed.blahaj.zone
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 day ago

      Or just don’t connect to the public internet and continue using a kernel that works? Even with internet, the attack vectors for such a machine are nearly non existent.

      • refalo@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        16 hours ago

        Security updates if you use it online or copy new binaries to run on it. Even if you’re not worried about hackers, there can still be viruses and malware that destroy your data.

    • menas@lemmy.wtf
      link
      fedilink
      arrow-up
      3
      ·
      1 day ago

      I do agree. Maybe I’m little paranoid, but I feel like in some years, recycle old chips will be the only IT available

    • tux0r@snac.rosaelefanten.org
      link
      fedilink
      arrow-up
      5
      ·
      2 days ago

      Just use NetBSD and never look back :)

      The notion of using Linux to revive old hardware and keep it out of the landfill may not last forever…

      Linux supports much less old hardware than its competitors.

      • mabeledo@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        15 hours ago

        On the other hand, Linux runs more software than its competitors, and it’s not even close.

          • mabeledo@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            13 hours ago

            Emulation support doesn’t imply full ABI or driver support.

            Otherwise, since Proton is supported for Linux but not BSD, Linux would still be ahead.

            • Anti_Iridium@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 hours ago

              It’s much deeper than emulation like you would a PlayStation. Last time I checked you could run steam and proton on FreeBSD

              • mabeledo@lemmy.world
                link
                fedilink
                arrow-up
                2
                ·
                3 hours ago

                I know how it works. My point is that, if emulated software, be under a hypervisor or an ABI compatibility layer, is considered “supported”, then we could say that Windows applications are supported in Linux, but that’s not entirely true.

                More importantly, if I want to run Linux software, I would rather run it on Linux, e.g. Docker and Kubernetes.