• Tiuku@sopuli.xyz
    link
    fedilink
    arrow-up
    3
    ·
    2 years ago

    … it’s only a very basic implementation of Rust that cannot be used for any real-world use cases.

    Could someone explain what this means?

    • DerPapa69@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      I imagine it means that all the libraries one would need to develop kernel modules have not been ported to Rust yet. Meaning you could theoretically write a module in Rust, but not really, since you can’t interact with any of the other code

    • sgtnasty@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      I am no expert by any means, but rust cant compile to all of the architectures that linux supports, so it can only be used for drivers. I am looking for an explanation myself.