Linked by Thom Holwerda on Tue 20th Mar 2007 18:38 UTC, submitted by Andareed
ReactOS "The ReactOS operating system has been in development for over eight years and aims to provide users with a fully functional and Windows-compatible distribution under the GPL license. ReactOS comes with its own Windows 2003-based kernel and system utilities and applications, resulting in an environment identical to Windows, both visually and internally. This talk will introduce the ReactOS project, as well as the various software engineering challenges behind it."
Thread beginning with comment 223118
To read all comments associated with this story, please click here.
What it boils down to...
by dnstest on Wed 21st Mar 2007 07:16 UTC
dnstest
Member since:
2006-06-11

ReactOS must "clone" an environment capable of running Win16, Win32, and Win64. On top of that, it must also inclusively implement all the .NET Framework releases. That is, if the goal is complete compatibility and implementation. To me that is not directly comparable to cloning one Windows release level, it is going beyond that.

Can anyone clarify the differences between Win64 5.x and Win64 6.x?

RE: What it boils down to...
by gedmurphy on Wed 21st Mar 2007 09:26 in reply to "What it boils down to..."
gedmurphy Member since:
2005-12-23

ReactOS is currently aiming for win32 only. There is no 16 bit support in ReactOS and there never will be.

64 bit is planned for the future, but there is little point in doing this until the current code base is both stable and complete enough for it to be viable.

It should be noted that much of the ReactOS code is 64 bit friendly as the devs are aware of the future path of computing.

Reply Parent Bookmark Score: 2

RE: What it boils down to...
by BrianH on Wed 21st Mar 2007 13:51 in reply to "What it boils down to..."
BrianH Member since:
2005-07-06

Mono should help if you need the .NET support (which I would need too). It isn't exactly compatible but it's close, and runs on Windows already.

Reply Parent Bookmark Score: 1