All kernel API's need an implementation that matches the Xbox behavior.
One goal is to update all Nt prefixed functions that are currently implemented, to make use of the Ke and Obj prefixed kernel functions.
Related issues:
64 appears to be done..?
I believe those are only stubs, and still need an implementation.
Indeed. Just search for LOG_UNIMPLEMENTED() in our kernel sources, and you'll see how many are not even started
Most helpful comment
64 appears to be done..?