• uis@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    Can you elaborate? I am not an OS design expert, and I thought microkernels had some advantages.

    Many people think that microcernels are only way to run one program on multiple machines without modyfing them. Counterexample to such statement is Plan 9, which had such capability with monolithic kernel.

    • areyouevenreal@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      That’s not something I ever associated with microkernels to be honest. That’s just clustering.

      I was more interested in having minimal kernels with a bunch of processes handling low level stuff like file systems that could be restarted if they died. The other cool thing was virtualized kernels.

      • uis@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Well, even monolithic Linux can restart fs driver if it dies. I think.