• pastermil
    link
    fedilink
    arrow-up
    9
    arrow-down
    2
    ·
    9 个月前

    Dunno…

    Wanna ask my OpenWRT router that?

    Also, is Android not Linux anymore?

    • Ajen
      link
      fedilink
      arrow-up
      1
      ·
      9 个月前

      Also, is Android not Linux anymore?

      Nope, never was. Android is a fork of Linux, but they are 2 separate projects.

      • pastermil
        link
        fedilink
        arrow-up
        1
        ·
        9 个月前

        this document says otherwise.

        The Android kernel is based on an upstream Linux Long Term Supported (LTS) kernel. At Google, LTS kernels are combined with Android-specific patches to form what are known as Android Common Kernels (ACKs).

        • Ajen
          link
          fedilink
          arrow-up
          1
          ·
          9 个月前

          Like I said, android is a fork of Linux. That’s what they mean when they say it’s “based on an upstream Linux LTS.” It doesn’t mean they’re the same.

          • pastermil
            link
            fedilink
            arrow-up
            1
            ·
            9 个月前

            Fork implies they diverge. They don’t. Android would rebase from time to time.

            • Ajen
              link
              fedilink
              arrow-up
              1
              ·
              9 个月前

              They do diverge. Linux generally does not merge code from Android. You clearly haven’t attempted to get complex binaries complied for Linux to run on Android. There are significant differences between the 2 operating systems that become very apparent when you’re doing system-level coding.