Flog: Difference between revisions
Line 15: | Line 15: | ||
* The month+day must match the date of Iwata's [https://en.wikipedia.org/wiki/Satoru_Iwata death]: July 11. The loaded date originates from network-time-sync'd time, regardless of whether the user has it enabled or not. When the system was never connected to the Internet, it comes from the user-specified date instead. This is loaded from the [[PCV_services|time]] service-cmds, with the actual time-sync being handled by [[NIM_services|NIM]]. | * The month+day must match the date of Iwata's [https://en.wikipedia.org/wiki/Satoru_Iwata death]: July 11. The loaded date originates from network-time-sync'd time, regardless of whether the user has it enabled or not. When the system was never connected to the Internet, it comes from the user-specified date instead. This is loaded from the [[PCV_services|time]] service-cmds, with the actual time-sync being handled by [[NIM_services|NIM]]. | ||
* The output from a certain function must return 0, 1, or 2. On one system this was tested with, this check would pass. | * The output from a certain function must return 0, 1, or 2. On one system this was tested with, this check would pass. | ||
* Lastly a nsam cmd is used. Probably to verify that the title is installed? | * Lastly a [[NS_Services|nsam]] cmd is used. Probably to verify that the title is installed? | ||
Once everything passes it continues to the code which launches(?) flog. | Once everything passes it continues to the code which launches(?) flog. |