Boot2: Difference between revisions
Line 342: | Line 342: | ||
= boot2.Manu1st = | = boot2.Manu1st = | ||
As of version [[2.1.0|2.1.0]], just like [[#boot2.prodBoot|boot2.prodBoot]], it opens the [[Process_Manager_services#pm:shell|pm:shell]] service and launches the following titles in order: | |||
* 0100000000000021 (psc) | * 0100000000000021 (psc) | ||
* 0100000000000009 (settings) | * 0100000000000009 (settings) | ||
Line 348: | Line 348: | ||
* 010000000000001D (pcie) | * 010000000000001D (pcie) | ||
* 010000000000000A (bus) | * 010000000000000A (bus) | ||
* 0100000000000007 (tma) | |||
* 010000000000001A (pcv) | * 010000000000001A (pcv) | ||
At this point it checks if the device is being booted in maintenance mode, if it is it opens the [[Process_Manager_services#pm:bm|pm:bm]] service and calls [[Process_Manager_services#pm:bm|SetMaintenanceBoot]] then attempts to to launch titles in the same order that [[#boot2|boot2]] does in maintenance mode. | |||
Then it attempts to launch the following titles in the following order: | |||
* 010000000000001F (ns) | * 010000000000001F (ns) | ||
* 0100000000000015 (lm) | * 0100000000000015 (lm) | ||
* 0100000000000034 (fatal) | * 0100000000000034 (fatal) | ||
* 010000000000B14A (manu) | |||
After launching these processes, it exits. | After launching these processes, it exits. |