• SorteKanin@feddit.dk
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    I find the idea of a modern practically usable OS really exciting, so this is awesome!

    It says “Drivers run in Userspace” on the front page of Redox - what is the advantage of this? I don’t know too much about drivers.

    • hatred_45@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      11 months ago

      The Linux distribution packages suffer from dependency hell because the C and C++ dependency management is manual, there’s no good dependency manager on the C and C++ programming languages.

      While the Rust programming language has automatic dependency management with Cargo, the best dependency manager in the history of computing.