Changes

Jump to navigation Jump to search
→‎GetUnimplementedEventHandle: GetBootFinishedEvent
Line 277: Line 277:  
On normal [[7.0.0]] retail firmware, this will double the limit on system threads from 0x60 to 0xC0.
 
On normal [[7.0.0]] retail firmware, this will double the limit on system threads from 0x60 to 0xC0.
   −
== GetUnimplementedEventHandle ==
+
== GetBootFinishedEvent ==
This function returns a handle, and in [[8.0.0]] code was added to the global ProcessManager object constructor to call svcCreateEvent to make a new global event.  
+
This function returns a handle to an event that is signaled when [[#NotifyBootFinished]] is called.
   −
This command is presumably intended to retrieve this event, however, the event is never signaled anywhere, and as of [[8.0.0]] the implementation for this command just does "abort();".
+
However, this is only used/available in safe mode; in normal, non-safe FIRM, the implementation for this command just does "abort();".  
    
[[Category:Services]]
 
[[Category:Services]]

Navigation menu