In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
no edit summary
Line 487: Line 487:  
| 0x42 || 0x42 || IOSError || WriteAsyncAs || [[#IOSFd|IOSFd]] fd, void *buf, u32 len, [[#IOSMessageQueueId|IOSMessageQueueId]] mqid, IOSResourceRequest *reply, [[#IOSProcessId|IOSProcessId]] pid, IOSNodeId node_id
 
| 0x42 || 0x42 || IOSError || WriteAsyncAs || [[#IOSFd|IOSFd]] fd, void *buf, u32 len, [[#IOSMessageQueueId|IOSMessageQueueId]] mqid, IOSResourceRequest *reply, [[#IOSProcessId|IOSProcessId]] pid, IOSNodeId node_id
 
|-
 
|-
| 0x43 || 0x43 || IOSError || Resume || [[#IOSFd|IOSFd]] fd, u32 unk0, u32 unk1
+
| 0x43 || 0x43 || IOSError || Resume || [[#IOSFd|IOSFd]] fd, [[Boot1#SystemMode|SystemMode]] mode, [[Boot1#PowerFlags|PowerFlags]] flags
 
|-
 
|-
| 0x44 || 0x44 || IOSError || Suspend || [[#IOSFd|IOSFd]] fd, u32 unk0, u32 unk1
+
| 0x44 || 0x44 || IOSError || Suspend || [[#IOSFd|IOSFd]] fd, [[Boot1#SystemMode|SystemMode]] mode, [[Boot1#PowerFlags|PowerFlags]] flags
 
|-
 
|-
 
| 0x45 || 0x45 || IOSError || SvcMsg || [[#IOSFd|IOSFd]] fd, u32 unk0, u32 unk1, u32 unk2, u32 unk3
 
| 0x45 || 0x45 || IOSError || SvcMsg || [[#IOSFd|IOSFd]] fd, u32 unk0, u32 unk1, u32 unk2, u32 unk3
 
|-
 
|-
| 0x46 || 0x46 || IOSError || ResumeAsync || [[#IOSFd|IOSFd]] fd, u32 unk0, u32 unk1, [[#IOSMessageQueueId|IOSMessageQueueId]] mqid, IOSResourceRequest *reply
+
| 0x46 || 0x46 || IOSError || ResumeAsync || [[#IOSFd|IOSFd]] fd, [[Boot1#SystemMode|SystemMode]] mode, [[Boot1#PowerFlags|PowerFlags]] flags, [[#IOSMessageQueueId|IOSMessageQueueId]] mqid, IOSResourceRequest *reply
 
|-
 
|-
| 0x47 || 0x47 || IOSError || SuspendAsync || [[#IOSFd|IOSFd]] fd, u32 unk0, u32 unk1, [[#IOSMessageQueueId|IOSMessageQueueId]] mqid, IOSResourceRequest *reply
+
| 0x47 || 0x47 || IOSError || SuspendAsync || [[#IOSFd|IOSFd]] fd, [[Boot1#SystemMode|SystemMode]] mode, [[Boot1#PowerFlags|PowerFlags]] flags, [[#IOSMessageQueueId|IOSMessageQueueId]] mqid, IOSResourceRequest *reply
 
|-
 
|-
 
| 0x48 || 0x48 || IOSError || SvcMsgAsync || [[#IOSFd|IOSFd]] fd, u32 unk0, u32 unk1, u32 unk2, u32 unk3, [[#IOSMessageQueueId|IOSMessageQueueId]] mqid, IOSResourceRequest *reply
 
| 0x48 || 0x48 || IOSError || SvcMsgAsync || [[#IOSFd|IOSFd]] fd, u32 unk0, u32 unk1, u32 unk2, u32 unk3, [[#IOSMessageQueueId|IOSMessageQueueId]] mqid, IOSResourceRequest *reply
Line 555: Line 555:  
| 0x64 || 0x5A || IOSError || IOS_DestroySemaphore || IOSSemaphoreId id
 
| 0x64 || 0x5A || IOSError || IOS_DestroySemaphore || IOSSemaphoreId id
 
|-
 
|-
| 0x65 || 0x5B || IOSError || FlushIpc ||  
+
| 0x65 || 0x5B || IOSError || InitializeIpc ||  
 
|-
 
|-
 
| 0x66 || 0x5C || IOSError || SetBspReady ||
 
| 0x66 || 0x5C || IOSError || SetBspReady ||
Line 605: Line 605:  
| 0x7D || 0x71 || u32 || [[#IsSystemConfigurationEnabled|IsSystemConfigurationEnabled]] || u32 flag
 
| 0x7D || 0x71 || u32 || [[#IsSystemConfigurationEnabled|IsSystemConfigurationEnabled]] || u32 flag
 
|-
 
|-
| 0x7E || 0x72 || void || Shutdown || bool reset
+
| 0x7E || 0x72 || void || Standby || bool unk
 
|-
 
|-
 
| 0x7F || 0x73 || void || IOS_Panic || char *panic_desc, u32 panic_desc_size
 
| 0x7F || 0x73 || void || IOS_Panic || char *panic_desc, u32 panic_desc_size
 
|-
 
|-
| 0x80 || 0x74 || void || Reset ||
+
| 0x80 || 0x74 || void || Shutdown ||
 
|-
 
|-
 
| 0x81 || 0x75 || void || [[#EnableResetOnPanic|EnableResetOnPanic]] || u32 mode
 
| 0x81 || 0x75 || void || [[#EnableResetOnPanic|EnableResetOnPanic]] || u32 mode
Line 647: Line 647:  
| 0x92 || 0x86 || IOSError || [[#InitializeIOS|InitializeIOS]] ||  
 
| 0x92 || 0x86 || IOSError || [[#InitializeIOS|InitializeIOS]] ||  
 
|-
 
|-
| 0x93 || 0x87 || void || [[#ResetEXI|ResetEXI]] ||
+
| 0x93 || 0x87 || void || [[#Enable4sOffTimer|Enable4sOffTimer]] ||
 
|}
 
|}
   Line 726: Line 726:  
Maps the IOS kernel image memory.
 
Maps the IOS kernel image memory.
   −
=== ResetEXI ===
+
=== Enable4sOffTimer ===
Resets the EXI for the PPC side.
+
Programs the RTC off timer with RTC_COUNTER + 4 seconds and enables it.
    
== Syscalls (via syscall instruction) ==
 
== Syscalls (via syscall instruction) ==

Navigation menu