Jump to content

ReactOS: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Line 160: Line 160:
|-
|-
! 0.3.15
! 0.3.15
| style="background:skyBlue;"| 2012-12-23 ||Partiall USB 2.0 support (HID and storage), SATA 1,2,3 support improvements, first release with working AHCI <ref>{{citation |url=http://jira.reactos.org/secure/ReleaseNote.jspa?projectId=10005&version=10100 |title=0.3.15 - ReactOS}}</ref>
| style="background:skyBlue;"| 2012-12-23 ||Partial USB 2.0 support (HID and storage), SATA 1,2,3 support improvements, first release with working AHCI <ref>{{citation |url=http://jira.reactos.org/secure/ReleaseNote.jspa?projectId=10005&version=10100 |title=0.3.15 - ReactOS}}</ref>
|}
|}



Revision as of 22:03, 20 November 2012

ReactOS
ReactOS 0.3.14 Desktop
DeveloperReactOS Foundation
Written inC, C++
OS familyWindows NT-like
Working stateAlpha
Source modelFree and open source software
Latest preview0.3.14 / February 7, 2012; 12 years ago (2012-02-07)
Repository
Marketing targetPersonal computing
Available inMulti-lingual
Update methodRe-Installation
PlatformsIA-32, x86-64, ARM
Kernel typeHybrid (based on Windows NT)
Default
user interface
Graphical (ReactOS Explorer)
LicenseGNU GPL, LGPL and BSD licenses[1]
Official websitewww.reactos.org/en/

ReactOS is an open source computer operating system intended to be binary compatible with application software and device drivers made for Microsoft Windows NT versions 5.x and up (Windows 2000 and its successors). A spin-off of a previous attempt to clone Windows 95, development started in early 1998, and has continued with the incremental addition of features already found in Windows.

ReactOS is primarily written in C, with some elements, such as ReactOS Explorer, written in C++. The project has been ported to the ARM and AMD64 processor architectures, and partially implements Windows API functionality. The latter is assisted by including parts from the Wine compatibility layer for Unix-like operating systems, but other functionality is implemented by the developers themselves. However, progress has been hampered by a lack of developers with the relevant skill-sets.

An extensive code audit is in place to protect against legal problems, such that implementation of the Windows API is only done by means of a complete clean room reverse engineering process. This has been in place following claims made in 2006 by a former developer[citation needed] that the project contains disassembled assembly code from Windows and a generally cautious approach. The allegation and audit has found no compromised code and has had no adverse legal consequences to the project.[2]

ReactOS has been noted for its information on undocumented Windows APIs and more generally as a potential open-source drop-in replacement for Windows. "The main goal of the ReactOS project is to provide an operating system which is binary compatible with Windows ... such that people accustomed to the familiar user interface of Windows® would find using ReactOS straightforward. The ultimate goal of ReactOS is to allow you to remove Windows® and install ReactOS without the end user noticing the change."[3]

Etymology

The name ReactOS was coined by project founder Jason Filby, an Oracle developer from Durban, South Africa. While the term "OS" stood for Operating System, the term "react" referred to the group's dissatisfaction with - and reaction to - Microsoft's monopolistic position.[4]

History

Early development: FreeWin95 to ReactOS

Around 1996, a group of free and open source software developers started a project called FreeWin95 to implement a clone of Windows 95. The project stalled in discussions of the design of the system.

While FreeWin95 had started out with high expectations, there still hadn't been any builds released to the public by the end of 1997. As a result, the project members, led by coordinator Jason Filby, joined together to revive the project. The revived project sought to duplicate the functionality of Windows NT. In creating the new project, a new name, ReactOS, was chosen. The project began development in February 1998 by creating the basis for a new NT kernel and basic drivers.[5]

Internal audit

A claim was made on January 17, 2006 by now former developer Hartmut Birr on the ReactOS Developers mailing list (ros-dev) that ReactOS contained code derived from disassembling Microsoft Windows.[6] The code that Birr disputed involved the function BadStack in syscall.S[7] as well as other unspecified items.[8] Comparing this function to disassembled binaries from Windows XP, Birr argued that the BadStack function was simply copy-pasted from Windows XP, given that they were identical. Alex Ionescu, the author of the code, asserted that while the Windows XP binary in question was indeed disassembled and studied, the code was not merely copy-pasted, but reimplemented; the reason why the functions were identical, Ionescu claimed, was because there was only one possible way to implement the function.[9]

On January 27, 2006, the developers responsible for maintaining the ReactOS code repository disabled access after a meeting was held to discuss the allegations. However, when approached by NewsForge, Microsoft declined to comment about the incident. Since ReactOS is a free and open source software development project, the claim triggered a negative reaction by the free software community; in particular, Wine barred several now inactive developers from providing contributions and formal high level cooperation between the two projects still remains difficult.[10] Contributions from several active ReactOS developers, however, have been accepted post-audit, and low level cooperation for bug fixes still occurs.

In a statement on its website, ReactOS cited differing legal definitions of what constitutes clean-room reverse engineering as a cause for the conflict, as some countries, including the United States, require that reimplementation of disassembled code be written by someone other than the person having disassembled and examined the original code[citation needed], whereas other countries allow both tasks to be performed by the same individual. Consequently, ReactOS clarified that its Intellectual Property Policy Statement requirements on clean room reverse engineering conform to US law. An internal source code audit was conducted to ensure that only clean room reverse engineering was used, and all developers were made to sign an agreement committing them to comply with the project's policies on reverse engineering.[10] Contributors to its development were not affected by these events, and all access to the software development tools was restored shortly afterward. In September 2007, with the audit nearing completion, the audit status was removed from the ReactOS homepage. Though the audit was completed, specific details were not made public as it was only an internal effort to ensure compliance with the project's own policies.[11] Much of the assembly code that was allegedly copied has also been replaced as a natural progression in ReactOS development, with developers having reimplemented the functionality in C for portability reasons.

Version history

Color Meaning
Red Release no longer supported
Green Current release
Blue Future release
Gray Skipped release
System Version Release Date Release Information
0.2.0 2004-01-25 first release with working GUI
0.2.1 2004-03-03 bug fixes only
0.2.2 2004-04-27
0.2.3 2004-06-26
0.2.4 2004-09-13
0.2.5 2005-01-02
0.2.6 2005-04-09
0.2.7 2005-08-21
0.2.8 2005-10-29 VMWare detection, CSRSS rewrite
0.2.9 2005-12-22 bug fixes only
0.3.0 2006-08-27 first version to officially support networking
0.3.1 2007-03-10 program manager included, start of kernel rewrite
0.3.2 skipped branch created but never released
0.3.3 2007-09-12 kernel and win32k improvements
0.3.4 2008-01-22 registry support rewrite, remote desktop client and Plug 'N' Play
0.3.5 2008-06-30 bug fixes only
0.3.6 2008-08-06 RTL support
0.3.7 2008-11-04 improved x86-64; MSVC, new stacks
0.3.8 2009-02-04 introduced PSEH and multipartition HDD support in LiveCD
0.3.9 2009-04-26 24MB minimum RAM, faster hyperspace mapping, initial sound support
0.3.10 2009-07-05 initial SATA support, USB keyboard/mouse support, Paint clone, initial MSVC.[12][13]
0.3.11 2009-12-16 kdcom rewrite; Chinese/Korean fonts; compatibility updates; sound system improvements
0.3.12 2010-10-20 trap handler rewrite; timer and message handling rewrite; NMI support; SxS support; partial EMS support[14]
0.3.13 2011-03-22 heap manager rewrite, improved SATA support, fixed graphics issues [15]
0.3.14 2012-02-07 ACPI enabled by default, WiFi support (WPA/WPA2 not implemented), Theme support, new TCP/IP driver (LwIP), MSVC compatibility, Scatter/Gather DMA operations supported, shell32 rewrite [16]
0.3.15 2012-12-23 Partial USB 2.0 support (HID and storage), SATA 1,2,3 support improvements, first release with working AHCI [17]

Development

ReactOS is primarily written in C, with some elements, such as ReactOS Explorer and sound stack, written in C++. The project relies on MinGW for compilation, and contributes to its development through the submission of patches to its components.[18]

The developers aim to make the kernel more compatible with Windows NT version 5.2 (Windows Server 2003), the usermode APIs with Windows NT 6.1 (Windows 7),[19] and to add support for more applications and hardware. DirectX support is undertaken through ReactX, an in-house implementation. 2D hardware-accelerated rendering is done natively, while other drawing functionality is redirected to OpenGL as a stopgap solution.[20]

Development progress is influenced by the size of the development team and the level of experience amongst them. As an estimate of the effort required to implement the Windows API, there are 1000 or so developers who worked on Windows 7 alone, organized into 25 teams, with each team averaging 40 developers.[21] As of 2 September 2011, in the ReactOS entry in Ohloh, the page followed through the "Very large, active development team" link lists 33 developers who have contributed over a 12-month period and a cumulative total of 104 present and former users who have contributed code to the project via Subversion since its inception.[22] In his presentation at Hackmeeting 2009 in Milan, ReactOS developer Michele C. noted that most of the developers learn about Windows architecture while working on ReactOS and have no prior knowledge.[23]

Dependencies

ReactOS makes use of code from other projects where possible, so that developers can avoid duplicating readily available functionality and focus on binary compatibility with Windows.

Wine

A simplified architecture diagram of ReactOS, with Wine dependencies indicated with the Wine logo.

ReactOS uses portions of the Wine project so that it can benefit from Wine's progress in implementing the Win32 API.[24] Wine's NTDLL, USER32, KERNEL32, GDI32 and ADVAPI components cannot be used by ReactOS due to architectural differences, but the other parts of the code can be shared between both projects. Components that are not available from Wine, such as the kernel, are developed separately.[18][23]

Separately, the experimental Arwinss branch was created as an alternative means to improve USER32 and GDI32 support through an alternative implementation of the Win32 API. Whereas ReactOS's original Win32 subsystem was closely modeled after its equivalent in Windows, Arwinss combines the architecture of that subsystem with the corresponding implementation in Wine. To this end, Arwinss uses Wine's GDI32 and USER32 libraries with few changes to take fuller advantage of Wine's existing software compatibility. Arwinss also allows the user to optionally use a remote X server instead of a local display.[25]

Networking

As part of its participation in the Google Summer of Code held in 2011,[26] ReactOS mentored a student project which integrated lwIP into the network stack.[27] This replaced a previous implementation built from an import of the TCP portion of OSKit's port of the network stack in FreeBSD, along with an internally developed implementation for packet-oriented protocols like IP.[28]

USB

ReactOS makes use of the USB stack from Haiku both as a reference and as a foundation for its USB support. The data structures used to define USB requests and messages were adapted to help plug holes in ReactOS's own USB stack.[29]

Other

FreeType is used for the rendering of fonts in the GUI, while Mesa 3D provides OpenGL rendering.[18] Serial ATA drivers are provided by UniATA.[30]. The project has also experimented with using the FullFAT library in its rewrite of its FAT Installable File System.[31]

Architecture support

ReactOS has been partially ported to the AMD64 and ARM architectures.[20] Support for the Xbox, a variant IA-32 architecture, was added through the use of an architecture-specific HAL,[23] although this, along with a port to PowerPC, are no longer actively maintained.[32]

Usability

At Chemnitz 2010, the ReactOS development team considered ReactOS 0.3.12 as alpha-stage software, not feature-complete and not suitable for everyday use.[32] The kernel is incomplete, and only a few Windows applications run without problems. However, the operating system is considered quite stable,[who?] and has a very short installation and boot time.

Reception

ReactOS project coordinator Aleksey Bragin (left) shows ReactOS to Viktor Alksnis.
Dmitry Medvedev is given a demonstration of ReactOS.

Various people have acknowledged ReactOS and the implications of having a viable open-source drop-in replacement for Windows.

In his column for Free Software Magazine, David Sugar noted that ReactOS would allow the use of applications depending on older versions of Windows whose APIs have been deprecated. He also recognized its potential to expand the total deployed base of free software, and as a resource for developers wanting to know undocumented Windows APIs in the course of writing portable applications.[33] PC Magazine columnist John C. Dvorak remarked that the Windows NT architecture has remained largely the same to this day, making it an ideal candidate for cloning, and believes that ReactOS could be "a bigger threat than Linux to Microsoft's dominance".[34] Indeed, Aleksey Bragin has mentioned in a comment to German weekly magazine Der Spiegel that ReactOS is directed at Windows users who want to renounce use of proprietary commercial software without having to switch to Linux.[4]

However, ReactOS has been observed to have challenges. In response to Dvorak's column, ZDNet technology journalist Dana Blankenhorn has noted that a lack of corporate sponsors and partners has currently rendered the project harmless to Microsoft.[35][36] Echoing this, Thom Holwerda of OSNews categorized ReactOS under a family of hobby operating systems that are maintained only by small groups of developers working in their spare time, and lack the financial support of more mainstream operating systems as well as the legacy of formerly mainstream ones such as RISC OS.[37]

Demonstrations of the operating system have been given, mainly to Russian political figures. Viktor Alksnis has met with current project coordinator Aleksey Bragin, who gave a presentation and demonstration of the project, showing ReactOS running with Total Commander and Mozilla Firefox.[38] Dmitry Medvedev was also given a demonstration during a visit as President of Russia Dmitri Medvedev to a high school in Verhnerusskoe, Stavropol, attended by one of the development team members.[39]

On July 31, 2012 Vladimir Putin was also given a demonstration during his visit as President of Russia to Seliger Youth Forum, attended by Marat Karatov, one of the development team members.[40]

Awards

The 2nd place in a national award in the field of the software "Software of year" in the nomination "System".[41] "The best project of month" on SourceForge in February, 2012.[42]

  • ReactOS shares some dependencies with Wine.
  • Samba/Samba TNG implements LSASS, SAM, NETLOGON, Print spooling and other Windows network services.
  • NDISwrapper recreated a partial Windows NT kernel inside a Linux Kernel making it possible to execute modern Windows drivers in Linux. It consists of a NTOSKRNL API, a basic WDM controller, and a set of Windows call wrappers such as Wireless/NDIS/USB/PnP to Linux APIs.
  • NTFS-3G, NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems.

System requirements

  • x86-compatible processor, Pentium or later
  • 24 MB RAM (128MB recommended)
  • IDE hard drive of at least 150 MB
  • FAT16/FAT32 Boot partition
  • 2 MB VGA graphics adapter
  • CD-ROM drive
  • Standard keyboard
  • PS/2 Compatible mouse or Microsoft Mouse-compatible serial mouse

See also

References

  1. ^ "General Presentation". OS Revolution. Retrieved November 30, 2009.
  2. ^ Murphy, Ged. "ReactOS audit status". Ged Murphy. Retrieved November 9, 2012.
  3. ^ "Frontpage". ReactOS Web-page. ReactOS Foundation. Retrieved May 8, 2012.
  4. ^ a b Sixtus, Von Mario (February 20, 2004). "ReactOS: Das Nicht-Windows [[:Template:De icon]]". Spiegel Online. Retrieved December 11, 2009. {{cite web}}: URL–wikilink conflict (help)
  5. ^ Loschwitz, Martin (March 2004), "Projects on the Move" (PDF), Linux Magazine, p. 87, retrieved November 18, 2009
  6. ^ Birr, Hartmut (January 18, 2006). "Bye bye". ros-dev (Mailing list). Retrieved January 3, 2009. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  7. ^ "BadStack in syscall.S". ReactOS. January 17, 2006. Retrieved November 16, 2009.
  8. ^ Birr, Hartmut (January 18, 2006). "Bye bye". ros-dev (Mailing list). Retrieved November 16, 2009. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  9. ^ Ionescu, Alex (January 18, 2006). "Bye bye". ros-dev (Mailing list). Retrieved November 16, 2009. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  10. ^ a b Feller, Stephen (February 1, 2006). "ReactOS suspends development for source code review". Linux.com. Retrieved December 10, 2009.
  11. ^ Bragin, Aleksey (September 18, 2007). "Audit". ros-dev (Mailing list). Retrieved January 3, 2009. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  12. ^ "ReactOS 0.3.10". OS Revolution. Retrieved December 9, 2009.
  13. ^ Holwerda, Thom (July 6, 2009). "ReactOS 0.3.10 Released". OSNews. Retrieved December 9, 2009.
  14. ^ Holwerda, Thom (October 20, 2010). "ReactOS 0.3.12 Released". OSNews. Retrieved November 8, 2010.
  15. ^ 0.3.13 - ReactOS
  16. ^ 0.3.14 - ReactOS
  17. ^ 0.3.15 - ReactOS
  18. ^ a b c Ionescu, Alex (February 26, 2006). The ReactOS Project – An Open Source OS Platform for Learning (PDF) (Speech). University of Waterloo, Canada. Retrieved December 10, 2009. {{cite speech}}: External link in |author= and |location= (help)CS1 maint: location (link)
  19. ^ "ReactOS Newsletter 54". Retrieved August 19, 2012.
  20. ^ a b Holwerda, Thom (January 17, 2009). "ReactOS: Looking Back Upon 2008". OS News. Retrieved December 10, 2009.
  21. ^ Sinovsky, Steven (August 18, 2008). "The Windows 7 Team". Engineering Windows 7, MSDN. Retrieved December 9, 2009.
  22. ^ "ReactOS". Ohloh. Retrieved September 2, 2011.
  23. ^ a b c C., Michele (June 19–21, 2009). ReactOS is (not) Windows. Hackmeeting 2009. Milan. {{cite conference}}: |access-date= requires |url= (help); External link in |conferenceurl= (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)
  24. ^ "Acknowledgements". Wine. Retrieved November 15, 2009.
  25. ^ Holwerda, Thom (January 18, 2010). "ReactOS Proposes Radical New Win32 Subsystem". OSNews. Retrieved January 18, 2010.
  26. ^ "TCP/IP diriver replacement for ReactOS, using lwIP". Google. Retrieved August 9, 2011.
  27. ^ Gutman, Cameron (August 7, 2011). "ReactOS is now using lwIP for TCP". lwip-devel (Mailing list). Retrieved August 9, 2011. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  28. ^ "An interview with Art Yerkes, Network Developer for the ReactOS Project". Network Performance Daily. March 28, 2007. Retrieved February 22, 2010.
  29. ^ "ReactOS gets USB Stack, with Help from Us". Haiku. February 20, 2012. Retrieved March 2, 2012.
  30. ^ http://alter.org.ua/soft/win/uni_ata/ Universal ATA driver for Windows NT3.51/NT4/2000/XP/Vista/7/ReactOS With PATA/SATA/AHCI support
  31. ^ Walmsley, James (2009). "Features - Portability". Retrieved February 19, 2010.
  32. ^ a b Kupfer, Matthias; Bragin, Aleksey (March 14, 2010). ReactOS - Das zu Windows binärkompatible Open-Source-Betriebssystem [[:Template:De icon]]. Chemnitzer Linux-Tage. Chemnitz, Germany. Retrieved March 15, 2010. {{cite conference}}: External link in |conferenceurl= (help); URL–wikilink conflict (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)
  33. ^ Sugar, David (January 31, 2006). "A reaction to ReactOS". Free Software Magazine. Retrieved December 11, 2009. {{cite web}}: |author= has generic name (help); External link in |author= (help)CS1 maint: numeric names: authors list (link)
  34. ^ Dvorak, John C. (April 4, 2008). "What A New OS Needs". PC Magazine. Retrieved December 11, 2009.
  35. ^ Blankenhorn, Dana (May 13, 2008). "ReactOS no threat to Windows". ZDNet. Retrieved December 22, 2009. {{cite web}}: External link in |author= (help)
  36. ^ Blankenhorn, Dana (May 13, 2008). "ReactOS needs a channel". ZDNet. Retrieved December 22, 2009. {{cite web}}: External link in |author= (help)
  37. ^ Holwerda, Thom (December 20, 2009). "My OS Is Less Hobby Than Yours". OSNews. Retrieved December 22, 2009.
  38. ^ Alksnis, Viktor (June 6, 2007). "Виктор Имантович Алкснис – Знакомство с проектом ReactOS [[:Template:Ru icon]]". Retrieved December 11, 2009. {{cite web}}: URL–wikilink conflict (help)
  39. ^ "Russian President Medvedev asked to fund Windows clone". BBC News. September 13, 2011. Retrieved September 14, 2011.
  40. ^ Z98 (August 5, 2012). ReactOS Presented to President Putin "ReactOS Presented to President Putin". ReactOS News. Retrieved August 6, 2012. {{cite web}}: Check |url= value (help)CS1 maint: numeric names: authors list (link)
  41. ^ "Премия «Софт года»". Soft.mail.ru. Retrieved November 7, 2012.
  42. ^ "News #74 - ReactOS Website". Reactos.org. Retrieved November 7, 2012.