3 comments

  • NooneAtAll3 1 hour ago
    something I wondered for a while

    do windows viruses get ported by such efforts as well?

    • TechSquidTV 2 minutes ago
      Of course. Maybe not successfully but a "virus" is just software. If it runs software, it runs software, full stop. Maybe the same APIs are not available or behave differently, so it may be buggy or non-functional, but that's true of Half-Life here too.
    • naturalmovement 14 minutes ago
      Maybe worry about Linux malware which is a major problem right now everyone is in huge denial about, instead of throwing shade at a hobby OS emulating a 25 year old version of Windows.

      ReactOS isn't the one that just had one of its package repos owned (again).

    • augusto-moura 53 minutes ago
      Some, but not all, most don't. Ideally they would all work, ReactOS doesn't make a priority on being a "safer" option, just an open source option
    • canyp 45 minutes ago
      Somewhere in the docs they state that they must also recreate whatever bugs the API has, otherwise applications written with those bugs as an (implicit) assumption could misbehave.
    • chadgpt3 1 hour ago
      Yes
  • alaskahoffman 45 minutes ago
    reactos has been in development for 28 years and it can run half-life on real hardware. that is approximately how long half-life 1 itself has existed in the first place!
  • ajross 1 hour ago
    While this is sort of laughable out of context (I mean, Steam on Linux for the last few years has run basically everything with full acceleration)...

    I think what is being claimed, but not explicitly in the article, is that this is running the NVIDIA driver stack (for an ancient GeForce 8 card) directly, as opposed to emulating DirectX at the API level on top of a Vulkan driver.

    • chadgpt3 1 hour ago
      Indeed. ReactOS is to the full Windows stack what Wine is to the userland Windows API.
    • da_chicken 13 minutes ago
      > While this is sort of laughable out of context (I mean, Steam on Linux for the last few years has run basically everything with full acceleration)...

      Eh. It's sort of like saying FreeDOS is laughable because DOSBox exists. I think that's missing the point.

    • himata4113 44 minutes ago
      I mean they reimplemented directx without vulkan, that's indeed in a league of their own. wine/proton relies on opengl/vulkan to do anything.
      • ddtaylor 4 minutes ago
        Wine has had many different DirectX backends over the decades, including one before Vulkan existed obviously.