Software Update: ReactOS 0.4.13

Spread the love

Version 0.4.13 of ReactOS has been released. The React Operating System is an open source operating system that aims to be compatible with Windows NT, 2000 and XP so that Windows applications and drivers can be run on it. Although it already runs a lot of software without any problems, including LibreOffice, Mozilla Firefox, Mozilla Thunderbird, and several games, the developers say the entire project is still in its alpha stage and not suitable for everyday use. on this page some screenshots of ReactOS can be viewed. The changelog for this release can here are found, these are the release notes:

USB Improvements

USB (Universal Serial Bus) is an important standard adopted throughout the industry and used widely on many devices such as external storage, keyboards, mice, and various other devices. Notably, there are a great number of computers that do not come with a CD-ROM drive these days, with the only option being USB in order to boot or install an operating system. The USB stack itself is arguably a very complicated one, the code to support it is complex, and maintaining it is not an easy task. ReactOS currently lags behind an advanced USB implementation as various bugs and regressions still plague the system. Despite this, many people have worked hard and contributed code to improve USB functionality in ReactOS.

Vadim Galyant and Victor Perevertkin have brought in a new USB stack which provides many fixes as well as improvements to various areas, improving USB support in general. Although there is a long journey ahead towards an advanced and perfectly functional USB stack within ReactOS, the new module already supports HID and storage devices.

Explorer File Search Bring-Up

The graphical shell (aka Explorer) is a vital component that allows the user to interact with the system. The shell itself, though, lacks a lot of stuff which deeply limits the overall ability for the user to interact with the system in an easy and flexible way. However, with work done during the Google Summer of Code 2019, the shell has seen a new feature implemented – file search. Thanks to student Brock Mammen, this feature will help the user find the exact location of a file without the hassle of having to search for content manually or to rely on third-party programs. The screenshot below demonstrates the search feature in action:

Xbox ReactOS Port Improvements

Once upon a time, ReactOS had an Xbox architecture port specifically to boot ReactOS onto the first generation of Xbox console hardware. With ReactOS code making significant changes over time, the port was not maintained and had been largely ignored by developers who were focused on other issues.

Due to the significant amount of changes in various areas that ReactOS was receiving, it was discovered that the OS could no longer boot on Xbox hardware. Now, this is no longer the case as ReactOS contributor Stanislav Motylkov, with the help from Matt Borgerson, have brought changes to the port which show tremendous improvement. And as is often the case with porting code to a new system, the work has also helped ReactOS more broadly by exposing nasty bugs in some fundamental modules of the system.

FreeLoader FAT Boot Speed-Up

In past releases, booting ReactOS on a system that was partitioned using the FAT filesystem could be a burden, as you had to wait some time for ReactOS to boot. FreeLoader (the ReactOS bootloader) has to do a lot of stuff in order to get ReactOS ready for boot, but unfortunately it was doing this in an unoptimized way. In this release, Victor Perevertkin did a great job optimizing the FAT driver of FreeLoader, significantly improving the boot speed when using this filesystem for USB-RAM boot.

Accessibility

In the area of ​​accessibility in ReactOS, new software was introduced – the Accessibility Utility Manager. Developed by ReactOS contributor Bișoc George, the Accessibility Utility Manager, as the name implies, manages the accessibility applications of ReactOS. The following screenshot shows the program in operation:

Similarly, the On-Screen Keyboard has seen some improvements to theming support and there have been some additional features and minor bug fixes in the Magnifier.

Font Management

Developer Katayama Hirofumi has continued his work to bring ReactOS’ font support closer to that of Windows. With the merging of two large pull requests, system font management is now done via the registry rather than in an ad-hoc way. This brings improved compatibility and stability to ReactOS.

Other Improvements

Besides the highlighted points of this release, we should not forget that the whole of ReactOS – components such as DLLs, applications, and other modules have been improved.

In addition to the improvements to accessibility features mentioned above, Bișoc George also fixed some common dialog boxes where the “Apply” button enabled itself unconditionally even though the user had not taken any action. Furthermore, he also fixed an issue regarding disk space where the Recycle Bin could occupy more than the available disk space.

The 64-bit ReactOS build is getting better and better such that now ReactOS is fully booting and working in an x64 environment thanks to Timo Kreuzer’s work continuing to progress further.

Third Party Syncs

ReactOS is an open source project that collaborates with various other open source projects all around the globe. The following list shows the 3rd party libraries that other projects share with ReactOS, and with the responsible committers that have synced the libraries with the ReactOS project.

  • BtrFS v1.4 by Pierre Schweitzer
  • ACPICA v20190816 by Thomas Faber
  • UniATA v0.47a by Thomas Faber
  • mbedTLS v2.7.11 by Thomas Faber
  • libpng v1.6.37 by Thomas Faber

Statistics

  • JIRA Issues fixed of this release – 278
  • Number of commits as of this release – 1282
  • Oldest issue fixed as of this release – CORE-4995

Version number 0.4.13
Release status Final
Website ReactOS
Download
License type Conditions (GNU/BSD/etc.)
You might also like