• TimeSquirrel@kbin.melroy.org
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      It’s hard to overcome the Hurd problem though. Although it would be fascinating to see how it would diverge on the design of the Linux kernel. How much can you still act like Linux while not being Linux? Or would it just be a direct algorithmic translation, basically doing the same processes under the hood with the same architecture? I’m sure there’s more than a few things Linux is doing in C that the Rust compiler would frown upon.

      • WalnutLum@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Main issue is drivers. One of the best places to take advantage of rust’s memory safety is in hardware drivers, and those would be hard to share between separate kernels.

        That entire talk, and the complaint that Ts’o responded to was that to continue with rust, there needs to be some responsibility from the guys working on the underlying C bindings to not break downstream dependencies if they refactor code.

        The answer from some of the Kernel developers, and vocally by Ts’o was: lol no fuck you and your toy language.