![]() |
|
Questions regarding Sys.Power - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Open Source (https://www.atozed.com/forums/forum-19.html) +--- Forum: COSMOS (https://www.atozed.com/forums/forum-21.html) +--- Thread: Questions regarding Sys.Power (/thread-1183.html) |
Questions regarding Sys.Power - AwesomeCronk - 08-14-2019 I have in my current code for my OS a routine that reboots the device if you give five incorrect passwords. However, when it reboots, it reboots back into the device(VMWare) without resetting any variables. Is this intended? And should I just wipe the variables on boot-up? They do not appear to persist between debug instances. BTW, this forum is QUIET! RE: Questions regarding Sys.Power - kudzu - 08-14-2019 The forum is quiet because most people are using the chat or github.. we are trying to transition people to here rather than github so just post away. ![]() We do use the gitter chat though, but chat is only better for "talking live" issues. As for reboot, just a temporary side effect. Memory isnt cleared right now. You could add this to Cosmos pretty easily though. RE: Questions regarding Sys.Power - AwesomeCronk - 08-15-2019 Ok. I have a few lines of code in the before run section zeroing out the variables. |