How are game consoles and other computer devices able to turn themselves off and on again after an update?

919 views

How are game consoles and other computer devices able to turn themselves off and on again after an update?

In: Technology

4 Answers

Anonymous 0 Comments

There are a few different shutdowns that happen when you shut down your computer, and a few different levels that a computer can be “off”:

* Physically unpowered: No power cord or no power coming from outlet (sometimes due to a wall switch or a power supply on/off switch). This is the true “off” state.

* Powered but shut down: This draws a tiiiiny bit of power that monitors just the power button, and sends a predefined command (held by a really small memory chip, generally) to turn on the power.

* Operating system not loaded: This is the “boot to bios” option, where you change things like the CPU clock or clockspeed if you’re a power-user. But this is best left alone by 99.9% of users. Generally, if you don’t interrupt the BIOS startup sequence (that is a preprogrammed set of steps) it will find your preferred boot media or go through your boot order to find an operating system on the first available storage device (this is why, in older computers, you’d get a “non-system disk or disk error” message if you tried to boot up with a disk in your floppy or CD drive; the CD and floppy drives were typically first in the boot order, but if there is nothing in them, it moves to the next. That error is saying that there is a disk there, but the BIOS found nothing that looked like it could be loaded into.)

* Operating system loading/”booting from disk”; the BIOS has recognized a storage device with an operating system that it can boot to, and it sends commands to load that OS’s boot instructions into RAM to be executed so that the OS can load and let you use the computer as a consumer.

* “On”: Functional and waiting for you to use it as an end-user.

When you “shut down” it goes through these stages in reverse, stopping at “Powered but shut down”; you have to hit a physical switch for that last bit.

What an operating shutdown does is basically take all of the changes you’ve made to the operating system’s initial state, wipe them (except for new installs that go into the OS’s load instructions now) and pulls all the data for the OS from the “fresh” copy.

But I digress; when you “restart” your computer sends a signal to the bios that says “I’m going to unload myself from memory, and the last thing I’m going to do is send this signal, when I do, run through startup sequence again, kthx.” so it gets into that “Operating system not loaded” state, and then kicks the BIOS into re-loading the OS, without ever going through the last 2 phases where it’s truly without power.

You are viewing 1 out of 4 answers, click here to view all answers.