Skip to content

[NTOS][NTDLL][NTDLL_VISTA] Implement NT6 processor functions#9184

Merged
tkreuzer merged 4 commits into
reactos:masterfrom
tkreuzer:ntos/NtGetCurrentProcessorNumberEx
Jul 1, 2026
Merged

[NTOS][NTDLL][NTDLL_VISTA] Implement NT6 processor functions#9184
tkreuzer merged 4 commits into
reactos:masterfrom
tkreuzer:ntos/NtGetCurrentProcessorNumberEx

Conversation

@tkreuzer

@tkreuzer tkreuzer commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Purpose

Implement some NT6+ processor functions.
This adds the first NT6 system call.
To prevent linking issues, ntdllsys_nt6 is added, which is linked into ntdll_vista.

Proposed changes

  • [NDK] Add NtGetCurrentProcessorNumberEx
  • [NTDLL_APITEST] Add test for NtGetCurrentProcessorNumberEx
  • [NTOS:KE][NTDLL] Implement NtGetCurrentProcessorNumberEx
  • [RTL][NTDLL] Implement processor related NT6+ functions

Testbot runs (Filled in by Devs)

@tkreuzer tkreuzer self-assigned this Jun 19, 2026
@tkreuzer tkreuzer requested a review from HeisSpiter as a code owner June 19, 2026 12:09
@tkreuzer tkreuzer added the NT6+ For PRs that aim at implementing NT6+ functionality. label Jun 19, 2026
@tkreuzer tkreuzer requested a review from ThFabba as a code owner June 19, 2026 12:09
@github-actions github-actions Bot added ROSTESTS Label for ROS testcases PRs. kernel&hal Code changes to the ntoskrnl and HAL labels Jun 19, 2026
@tkreuzer tkreuzer merged commit ed51a5d into reactos:master Jul 1, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kernel&hal Code changes to the ntoskrnl and HAL NT6+ For PRs that aim at implementing NT6+ functionality. ROSTESTS Label for ROS testcases PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants