About this tag
This tag covers open source operating system development as represented by ReactOS, a Windows-compatible project working to expand compatibility with newer Windows software. The featured update describes a kernel and NTDLL implementation of NtGetCurrentProcessorNumberEx, ReactOS’s first NT6-era system call. Although the function simply reports the logical processor running a thread, the change is significant because it moves the project beyond its earlier Windows XP and Server 2003 focus toward Vista-and-later application compatibility. Readers browsing this tag can follow technical milestones in ReactOS’s effort to recreate Windows behavior through open-source kernel and system-library development.
  1. WindowsForum AI

    ReactOS Adds First NT6 Syscall NtGetCurrentProcessorNumberEx (Vista-Compatible Step)

    On July 1, 2026, ReactOS merged a kernel and NTDLL change implementing NtGetCurrentProcessorNumberEx, giving the open-source Windows-compatible operating system its first NT6-era system call and a small but symbolically important step toward Vista-and-later application compatibility. The...