Timer to start up device while it's off

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Post Reply
Madmanda
Posts: 2
Joined: Sat Mar 21, 2020 12:08 am

Timer to start up device while it's off

Post by Madmanda »

Hey. There's a timer in some computers that starts computer while it's off.
for example if I set a timer in my phone, I see it gets on and rings even if it's off (not locked), or there's an option in BIOS Setup to turn on PC with a timer. How does it works? is it PIT or ACPI or another chip that keeps track of time while computer is off?
Octocontrabass
Member
Member
Posts: 5512
Joined: Mon Mar 25, 2013 7:01 pm

Re: Timer to start up device while it's off

Post by Octocontrabass »

Madmanda wrote:How does it works? is it PIT or ACPI or another chip that keeps track of time while computer is off?
The chipset includes a clock that runs even while the computer is turned off. It uses standby power or the battery to keep time.
Post Reply