Welcome to the ReactOS stand!

ReactOS is a modern open source operating system based on the Windows XP/2003 design. It was written from scratch with the goal of full compatibility with Windows applications and drivers, as well as a similar user interface so that most users can find their way around immediately. The source code for the entire system is freely available under either the GNU GPL, BSD or similar license.

ReactOS's unique ability to use applications and drivers developed for Windows makes it the open source operating system with the broadest hardware and software support. In addition, it is based on the design of the NT kernel, which makes it scalable, portable and performant. In addition to the well-known Win32 support, this also enables other subsystems, for example POSIX, or the DOS/Win16 VDM, which is already under development.

ReactOS @ FOSDEM

We are a one of a kind project aiming to recreate Windows NT from ground up, cleanly and legally. All code is freely available for anyone to tinker with.

We will show on our stand what was and is possible with our quite limited manpower and give a little insight to what can happen when a few developers are getting paid for a few months, how much the whole project can improve just by support on paid work base for a short time period.

Of course we can and will try to answer all questions our visitors have regarding the project, the current status and what we will expect to happen soon. We have still some big improvements left to come soon and plan to show some of these live in a preview.

We will show working real hardware, real Windows applications running and all with real Windows 3rd party closed source drivers being used. All on a FOSS Windows like system.

Welcome to the ReactOS stand

ReactOS in 2021

A lot of work has been done in both kernel and user mode parts of ReactOS.

User mode changes:

  • Filesystem notifications in shell
  • Many small UI polishing changes, like autocomplete text fields, "size on disk" label for file properties dialog
  • More work towards forward compatibility with recent Windows apps
  • ReactOS Applications manager (Rapps) enchancement (one of our GSoC projects):
    Support for displaying screenshots, visual changes, command-line scripting improvements

The most notable kernel changes are:

  • new storage stack, derived from open source Microsoft drivers.
    Offers compatibility with vendor-provided storage drivers, and other software,
    GPT partitions support, SSD special commands, blu-ray drives and more
  • Compatibility improvements in Cache Controller subsystem and Memory Manager.
    Support for filesystem drivers for Windows improved a lot,
    now "ntfs.sys" driver from Windows almost works and FAT driver works without issues
  • Plug and Play manager improvements, for better 3rd party driver support
  • amd64 support progress, now it boots to the desktop
  • original Xbox port improved, and NEC PC-98 port started