• topperharlie@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 hour ago

    I mean, from what we learnt on university the “messiness” of a monolithic kernel seems “wrong” and a microkernel arch seems “better design”. Once you spend a couple of decades in the workforce and opening your mind… I haven’t seen a single “good modular design” that doesn’t suck balls, super bloated and with many performance issues just to make it “pretty”.

    So, while I’m not claiming it doesn’t exist… I think is at the very least debatable.

  • DupaCycki@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    4 hours ago

    It powers servers, smartphones, a growing number of personal computers, and at least three gaming consoles (Deck, Machine, Legion Go S), with more coming.

    • BillyClark@piefed.social
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 hours ago

      In 1987, Bill Gates predicted in an interview that in 3 years time, 80% of new office systems would be based on OS/2, an operating system from IBM.

      The first release of Windows was in 1985, so that Computerworld interview was basically Bill Gates calling Windows obsolete.

    • Smug_Marmot@lemmy.zip
      link
      fedilink
      English
      arrow-up
      10
      ·
      5 hours ago

      Tanenbaum also believed that the Intel x86 was on the way out, the very CPU that Linux was hard-coded to run on. On the other hand, Minix was ready to adopt the upcoming RISC tech, which Tanenbaum believed would drive the x86 into extinction.

      A genuine Nostradamus, here.

          • thingsiplay@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 hour ago

            Depends if you count ARM too. I was always confused between RISC and RISC-V, and what ARM has anything to do. As I understand ARM is based on RISC, but its closed source. And RISC-V is based on RISC, but open source. Is that correct?

              • thingsiplay@lemmy.ml
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 hour ago

                So is ARM. Every ARM processor is basically uniq, and that makes it efficient. That’s the point of it. RISC as a design philosophy doesn’t take over the industry, its specific implementations. My question is not what RISC is, but if ARM is based on RISC and how close it is in their designs to RISC-V. As I understand the company behind ARM took the RISC philosophy and created a closed source system.

                • Default Username@lemmy.dbzer0.com
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  arrow-down
                  1
                  ·
                  49 minutes ago

                  ARM is a well-defined instruction set architecture (ISA), that in order to implement, must comply with that instruction set and be compatible with other implementations from other vendors.

                  RISC is not any sepcific ISA at all, but is rather a more generic term for any ISA that has a small amount of instructions.

                  RISC-V, on the other hand, is a well-defined ISA whose implementations are intercompatible with each other. RISC-V is a very specific, royalty-free ISA that comes out of UC Berkeley that adopts the RISC philosophy.

    • jdr@lemmy.ml
      link
      fedilink
      English
      arrow-up
      22
      arrow-down
      1
      ·
      edit-2
      7 hours ago

      And was Linus’s teacher for Operating Systems in Helsinki

      Write the book on Operating Systems that Torvalds said inspired him to make Linux.

      • A_norny_mousse@piefed.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        At university?

        You mean docent I presume. Universities do not exactly have teachers.

        Resident or visiting?

        • jdr@lemmy.ml
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          1
          ·
          7 hours ago

          I think universities do have teachers, but that’s beside the point.

          Anyway I misremembered and it was just that Tanenbaum wrote the OS book that Torvalds had during undergrad.

  • mmmm@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    22
    ·
    10 hours ago

    I mean, if it were for novelty and “cleverness” then it would be Plan-9 (or BeOS) the one who shoulda take over. At the end of the day both Linux.and Minix are both following the UNIX model which even at that time it already was “obsolete”. But reality is often more pragmatic

    • thedeadwalking4242@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 hours ago

      Honestly plan9 is neat but it suffers from being incredibly stringy and so does Linux / unix.

      There’s some new paradigms out there that probably need to be uncovered. Computers have way more processing capabilities then they did in the 90s

      • athairmor@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 hours ago

        More processing power means new paradigms are less likely to be uncovered, I think. The deficiencies of current designs are obscured, and maybe moot, due to the raw power the processors. There isn’t any real pressure to improve kernel design.

        All of the big current kernels (NT, Linux, XNU) are rooted in the i386 era. There’s certainly been a lot of changes in all of them but I don’t know if any have been completely re-architected.

        Might have to wait for some kind of completely new processor before we see completely new kernels.

    • Rawrosaurus@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      I had no clue how to operate a computer in '92. Pretty sure I had no clue what MSDOS was, much less what Linux was. Was a few years later that I actually got my first PC and started to learn stuff.

  • eurodyne@piefed.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    10 hours ago

    How? Torvolds released the Linux kernel in 91, lol.

    Oh, maybe because UNIXWare 1.0 (System V 4.2) came out in 1992, the first major release in years. :P 🖕

  • KiwiTB@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 hours ago

    It’s a old design shoe horned to do modern things. That’s fine but yeah… Obviously something more modern would be nice.