Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 12 submissions in the queue.
posted by cmn32480 on Sunday August 28 2016, @03:22PM   Printer-friendly
from the no-more-whining dept.

For those not following this project it is a FOSS reimplementation of the Win32 interface, which supports a great deal of humanity's historical computational effort. The new ReactOS release has reached 0.42 and the filesystems ext, btrfs are apparently RW, though Reiserfs and UFS are readonly mounts, successful systems have been shown running.

A nice gallery of some successfully run high profile applications is here (e.g. SimCity and PhotoshopCS2 !!), although interesting, not why I am reporting this.
There are an *enormous* number of scientific instruments (not just microscopes, but various scanners, PCR decks , robots) which originally came with a Win32 driver disk, and have since gone out of business or stopped support. There might only be a single run instance on a crusty old i386 (yes, I've seen that!!).

This is an ambitious project and of course depends on the effective WINE project. It deserves some specific credit and visibility, for providing a possible threshold in the future that sufficient OLD applications can be run independent of the new Microsoft "One OS to rule them All", that it may be possible to construct hybrid machines running Linux, and sufficient driver support from ReactOS to manage the old device drivers that WINE may find difficult to reverse engineer.

But in general, more OS choice's are a good thing!


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Informative) by SomeGuy on Sunday August 28 2016, @06:03PM

    by SomeGuy (5632) on Sunday August 28 2016, @06:03PM (#394277)

    One of the goals of ReactOS is not just to provide application compatiblity but also *hardware* compatibly. There is quite a bit of Windows-only hardware out there where the only way to operate it (or operate it fully) is through a proprietary closed source binary driver. Now, if you can stomp your feet enough to get all of these vendors to release source code, then by all means please do.

    There is also the seperate issue that some people just don't want a Unix based OS. There are many archaisms in Linux/Unix, and while Windows has its own archaisms, many people would, to put it bluntly, prefer not to run an OS that feels like it should be running on a DEC PDP-11.

    Tthe people with the above needs/wants deserve to have a choice, and therefor it is not a "waste".

    Starting Score:    1  point
    Moderation   +1  
       Informative=1, Total=1
    Extra 'Informative' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 2) by eravnrekaree on Sunday August 28 2016, @10:25PM

    by eravnrekaree (555) on Sunday August 28 2016, @10:25PM (#394336)

    You could do a hardware driver compatability layer on Linux. In fact, that would be a great idea to get more people to use Linux, would be for windows drivers to work on it.

    • (Score: 2) by SomeGuy on Sunday August 28 2016, @11:31PM

      by SomeGuy (5632) on Sunday August 28 2016, @11:31PM (#394353)

      You obviously have zero idea what that would involve. Perhaps YOU should try getting past the Linux politics and implementing it if you think it is so simple.

    • (Score: 0) by Anonymous Coward on Monday August 29 2016, @09:31AM

      by Anonymous Coward on Monday August 29 2016, @09:31AM (#394561)

      FWIW NDISwrapper exists.