One of the more significant sets of improvements was to ReactOS’ networking stack. As part of the GSoC, ReactOS gained a new TCP/IP driver built around the LwIP project. The LwIP library is a popular and stable implementation of TCP/IP originally intended for embedded use. The new driver has significantly increased both stability and performance, allowing the use of high bandwidth applications such as torrents. Furthermore, ReactOS has improved compatibility with NT5.1 drivers with the export of scatter/gather DMA functionality. Last but not least, ReactOS now includes wireless network support and is able to connect to both open and WEP encrypted networks.
One of the more obvious user visible changes includes the implementation of theme support. Users can now change the look and feel of ReactOS’ user interface by installing XP based themes and changing the appearance of the desktop from the default classic look to something more exciting.
Architecturally, the addition of a kernel mode testing framework has helped to identify a variety of bugs in kernel mode components. This is an important change with regards to core stability and is proving invaluable in ensuring the project does not suffer unexpected regressions in the kernel.
Bookmarks