React OS is a Free Operating System looks like Windows. The React OS team completely written the new code for it using C and C++ programming. They didnt use UNIX architecture, but they followed Windows NT architecture and design.
React OS is binary compatible with Windows OS. All Device Drivers, Tools, Utilities, Applications for Windows can run under React OS without any error.
The user interface (UI) is similar to Windows.
The user interface (UI) is similar to Windows.
It is a clone of Windows NT. React OS Live CD allows us to try it without installing it on our hard disk drive.
What is ReactOS?
ReactOS is a free and open-source operating system based on the Windows NT architecture, providing support for existing applications and drivers, and an alternative to the current dominant consumer and server operating systems.Why re-implement NT?
First of all, the 'Windows' the general public knows is actually just one part of the modern Windows NT operating system. They usually mean the Win32 subsystem, a layer that sits upon the NT kernel, providing the user and application interface."NT is still around, known as XP and |
The NTarchitecture was designed by a team lead by David Cutler, a former lead developer of VMS. It took them more than 4 years to combine the best of UNIX, VMS and OS/2 and create the NT architecture.
What about UNIX?
Mac OS X, Linux, BSD and other UNIX derivates share a common heritage based on a more than three decades old design of a simple basic operating system, that has evolved over time into a complex structure.Modern incarnations like Mac OS X put a fancy graphical user interface on top of UNIX, to hide system details, but focus mainly on beginners, and many advanced users are left out in the rain, as most advanced features cannot be accessed from the graphical user interface. Almost all UNIX flavors retain some of the original design flaws and binary compatibility between various versions is usually non-existent.
In theory there are a few UNIX standards like POSIX but in practice the standards are old and cover only the basic operating system and the terminal environment. Other standards such as the Linux Standard Base are often not implemented faithfully. As there is no user interface standard nor a standard API, most people still have to use command line applications or fight through the GUI mess. Many UNIX derivates use the de-facto standard X-Window system for graphical output, which might well possess one of the worst designs in software history.
Still, modern UNIX derivates are trying to catch up with recent innovations and some of them already possess important features like access control list support.
In contrast to UNIX, ReactOS was designed for people familiar and comfortable with the Windows environment. Everything can be done through the well known Win32 user interface and advanced users are free to automate tasks with scripts or use the console.
Compatible
"Change your OS, not your software!" |
ReactOS combines the power and strengths of the NT kernel - which is well known for its extensibility, portability, reliability, robustness, performance and compatibility – with Win32 compatibility.
Secure
Despite statements to the contrary, NT is secure by design. It was the first mainstream operating system with a proper implementation of a very flexible security model based on access control lists.Recent NT-based operating systems from Redmond, especially XP, got a bad reputation for their weak default security settings; mainly to simplify the transition from Win9x for both users and legacy applications. This decision alone invalidated many of the security features in NT. ReactOS will incorporate proper default security settings.
ReactOS has been designed for high security; it doesn't share some of the common security flaws with other operating systems.
On a closer view, real computer viruses (which are normal applications) are not as widespread anymore. Most malicious applications are scripts that target common network software like browsers and email applications and software with built-in scripting support like various Office products.
Obviously, more widespread systems with a large user base are more likely to be attacked by bad software writers than minor systems like Macintosh and Linux.
Lightweight
In short, ReactOS is designed to be powerful and lightweight. You can think of the term "lightweight" in the good old fashion of Win95, a consistent user interface and small bundle of very common and useful tools. Although lightweight, ReactOS offers a lot in comparison to Windows 95, with an up-to-date experience as well as built from scratch on a rock solid NT core.Open
ReactOS is free software, the source code of the whole system is available for free and it is licensed under the GNU GPL license."'Free' as in 'free speech' and as in 'free beer'" |
Life with other operating systems tends to be a love-hate relationship, with most people falling strongly on one side or the other. The ReactOS project has a great community that is well appreciated.
Reliable
"Open your windows to freedom" |
ReactOS incorporates many design decisions from other operating system families like UNIX, VMS, OS/2 and of course NT and is meant as 'the' new platform that serves all.
Performance
ReactOS is lightweight and fast and will outperform other bloated operating system in several ways.Portability
"ReactOS – the XP successor people asked for" |
There is only one single OS core, the kernel; porting ReactOS to other architectures only involves porting the hardware abstraction layer, the lowest part that talks directly with the platform hardware.
Extensible
ReactOS is flexible and extensible by design. ReactOS is probably one of the most versatile operating system platform, especially thanks to its NT kernel and the open source nature.ReactOS can be extended with the help of so called "subsystems" to provide support for legacy applications from other platforms. For example, a POSIX subsystem would provide compatibility layer with various flavors of UNIX applications.
Object Based
ReactOS is not an object-oriented system in the strictest sense of the term, but it does use objects to represent internal system resources. Software objects are a combination of computer instructions and data that model the behavior of things, real or imagined, in the world."UNIX file metaphor is sooooo 1970s" |
ReactOS capitalizes on this metaphor and expands it. It uses an object metaphor that is pervasive throughout the architecture of the system. Not only are all of the things in the UNIX file metaphor viewed as objects by ReactOS, but so are things such as processes and threads, shared memory segments, the global registry database and even access rights.
No comments:
Post a Comment