Difference between revisions of "NS and APT Services"
Jump to navigation
Jump to search
(Created page with "The NS system module is the first module launched after the core processes sm, fs, pm, loader, and pxi are loaded. This module is launched by the pm process, with the titleID loa...") |
|||
Line 1: | Line 1: | ||
The NS system module is the first module launched after the core processes sm, fs, pm, loader, and pxi are loaded. This module is launched by the pm process, with the titleID loaded from [[Shared_Registers|REG_NSTID]]. NS first launches [[ErrDisp]], then the menu. If launching home menu fails,(on dev units the titleID seems to be loaded from [[CfgS:GetConfigInfoBlk2#ConfigInfoBlks|config]]) NS will attempt to launch the [[Title_list#00040030|alternate]] menu. | The NS system module is the first module launched after the core processes sm, fs, pm, loader, and pxi are loaded. This module is launched by the pm process, with the titleID loaded from [[Shared_Registers|REG_NSTID]]. NS first launches [[ErrDisp]], then the menu. If launching home menu fails,(on dev units the titleID seems to be loaded from [[CfgS:GetConfigInfoBlk2#ConfigInfoBlks|config]]) NS will attempt to launch the [[Title_list#00040030|alternate]] menu. | ||
− | + | = NS service "ns:s" = | |
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Command Header | ||
+ | ! Description | ||
+ | |- | ||
+ | |- | ||
+ | | 0x0002.... | ||
+ | | Launch title | ||
+ | |} |
Revision as of 05:15, 22 July 2012
The NS system module is the first module launched after the core processes sm, fs, pm, loader, and pxi are loaded. This module is launched by the pm process, with the titleID loaded from REG_NSTID. NS first launches ErrDisp, then the menu. If launching home menu fails,(on dev units the titleID seems to be loaded from config) NS will attempt to launch the alternate menu.
NS service "ns:s"
Command Header | Description |
---|---|
0x0002.... | Launch title |