Just type SYS 64738.
5 ways to reboot a PC. None of them reliable.
11–20 of 35 posts
Re: 5 ways to reboot a PC. None of them reliable.
#12It amazes me that this sort of behavior still hasn't been standardized and agreed upon by all PC and component manufacturers.
Reality is that in areas of poor standardisation, vendors will test against Windows and ship it if it works. You could argue for a cross-vendor compliance testing suite, but if the behaviour of Windows varied from that then people would still need to match the Windows behaviour because that's where the market is. So for all practical purposes, the behaviour is standardised. It's just embodied in the behaviour of Wind…
I guess this was the point of your article though.
Re: 5 ways to reboot a PC. None of them reliable.
#13Re: 5 ways to reboot a PC. None of them reliable.
#14Was there ever a computer as ugly as the IBM-PC? I imagine even the Commodore 16 could reboot itself reliably.
Re: 5 ways to reboot a PC. None of them reliable.
#15Method 6: return to 16-bit mode, call interrupt 0x19 (not if you're on efi). Method 7: return to 16-bit mode, set cs to 0xf000 and jump to 0xfff0. Linux used to use method 6, but it wasn't reliable either. Something tells me returning to 16-bit mode might not be possible for some hardware / driver combinations.
Re: 5 ways to reboot a PC. None of them reliable.
#16This article provides a good explanation for why that behavior was necessary.
Re: 5 ways to reboot a PC. None of them reliable.
#17It amazes me that this sort of behavior still hasn't been standardized and agreed upon by all PC and component manufacturers.
Reality is that in areas of poor standardisation, vendors will test against Windows and ship it if it works. You could argue for a cross-vendor compliance testing suite, but if the behaviour of Windows varied from that then people would still need to match the Windows behaviour because that's where the market is. So for all practical purposes, the behaviour is standardised. It's just embodied in the behaviour of Wind…
Re: 5 ways to reboot a PC. None of them reliable.
#18Was there ever a computer as ugly as the IBM-PC? I imagine even the Commodore 16 could reboot itself reliably.
An actual IBM-PC could reliably be rebooted using the keyboard controller (as mentioned in the article). The issues come with IBM-PC "compatible" machines. I'm sure commodore would have the same problem if anyone had bothered to clone them.
Re: 5 ways to reboot a PC. None of them reliable.
#19I don't know if anyone else remembers, but I think it was either Windows 95 or Windows 98 which, after selecting shut down, the eventual result would be a message that said, "It is now safe to turn off your computer." I remember thinking it was magic when the computer would actually turn itself off at this point. This article provides a good explanation for why that behavior was necessary.
Re: 5 ways to reboot a PC. None of them reliable.
#20It amazes me that this sort of behavior still hasn't been standardized and agreed upon by all PC and component manufacturers.
Reality is that in areas of poor standardisation, vendors will test against Windows and ship it if it works. You could argue for a cross-vendor compliance testing suite, but if the behaviour of Windows varied from that then people would still need to match the Windows behaviour because that's where the market is. So for all practical purposes, the behaviour is standardised. It's just embodied in the behaviour of Wind…
So hardware vendors might test a "standard" reboot, where nothing is broken, and the OS is in a stable state. Unfortunately, that probably isn't the case where most required reboots occur.