The project, developed in partnership with veteran free software developer Rob Savoye, aims to create a fully free and open mobile platform, from the firmware to the operating system.

  • lemmyknow@lemmy.today
    link
    fedilink
    arrow-up
    5
    ·
    10 hours ago

    Why couldn’t they just use usual Linux for that? Why a modified kernel? Is Linux as is not suitable for a phone?

    Can’t they just, idk, make a distro? Maybe from scratch? Pop!_OS is working on COSMIC. Can’t they have their Linux-based OS, perhaps with its own things as needed, such as a phone-optimised DE? Or whatever the phone equivalent of a DESKTOP environment would be. A Mobile Environment, perhaps

    If my laptop had touch screen with no other method of input built in, and were way smaller, could it not run Linux? Or is that different altogether?

    • Hemingways_Shotgun@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      Linux by design gives the user enough rope to hang themselves with.

      And that’s certainly not a problem when dealing with tech enthusiasts who know what, when and where to touch to avoid messing things up. But when you’re dealing with getting a phone into the hands of ordinary people, that isn’t going to fly because all of those people will at some point start mucking around inside and then expect tech support when they mess up.

      For mainstream adoption, the linux kernel must and the desktop environment must be at least somewhat locked down.

      • FreeBooteR69@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 hours ago

        We have immutable distributions already, that is something that isn’t a problem. It’s replacing those pesky proprietary blobs used to talk to the hardware that is a headache.

      • UpperBroccoli@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        1
        ·
        3 hours ago

        Between capabilities, namespaces, control groups, mandatory access control (AppArmor etc) and other mechanisms, I think there are plenty of ways to reduce user access to any part of the system.