Is it just / ?

I kid. But really, besides “its all a file”, if you take away the gui, is the only difference the syntax ? How libraries interact? How disks are mounted ?

If we stripped all ms’s junk out and made windows open source, would we still prefer linux?

When you get to a very basic level, is one of them more efficiently coded?

  • fmstrat@lemmy.nowsci.com
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 day ago

    This got me thinking, are there any other non-Unix-based OS’s left? Really, for any hardware more sophisticated than say, an ESP? At all?

    I honestly can’t think of one.

    • monovergent 🛠️@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      21 hours ago

      The OS bundled with TI-84 Plus CE Python Edition graphing calculators is a wacky one. It runs primarily on an eZ80 core for backwards-compatibility with earlier graphing calculators while also handling an ARM core for Python functions. Parts of the assembly code can be traced back to the TI-82 calculator ROM from 1993.

      Most people wouldn’t think a calculator would ever need a security solution, but it even verifies application signatures so students are less likely to load cheating utilities on them.

      • TurboWafflz@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        13 hours ago

        The HP 49g+/39g+ and their descendants the 50g/39gs run the same operating systems as the older 49g/39g except most of it runs in an emulator so they could replace the old Saturn CPUs with ARM ones. And it still runs way faster than the native version on the older devices somehow.

        Plus the entire operating system is written in Reverse Polish Lisp, one of the strangest languages I’ve ever seen. Very strange devices, but still leagues ahead of any calculator produced since (at least the 49/50, the 39 is very confusing)

    • TurboWafflz@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      1 day ago

      OpenVMS is still semi-maintained. It’s DEC’s old operating system that Windows NT draws some inspiration from because Microsoft hired a bunch of ex-DEC engineers.

      There’s also 9front, a fork of Bell Labs’ Plan9.

      Wegmans’ checkout uses Toshiba 4690 OS, which I think is vaguely descended from CP/M.

      I think IBM still maintains their i operating system, which used to be called OS/400.

      Network equipment like enterprise routers and switches tend to run weird unique things, Cisco equipment runs IOS and Adtran equipment runs AOS.