5 ways to reboot a PC. None of them reliable.
mjg59.livejournal.com
5 ways to reboot a PC. None of them reliable.
1–10 of 35 posts
Re: 5 ways to reboot a PC. None of them reliable.
#2Re: 5 ways to reboot a PC. None of them reliable.
#3Re: 5 ways to reboot a PC. None of them reliable.
#4It amazes me that this sort of behavior still hasn't been standardized and agreed upon by all PC and component manufacturers.
So for all practical purposes, the behaviour is standardised. It's just embodied in the behaviour of Windows rather than anywhere useful.
Re: 5 ways to reboot a PC. None of them reliable.
#5Method 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.
#6Method 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.
#7Just type SYS 64738.
Re: 5 ways to reboot a PC. None of them reliable.
#8Are they probing the hardware at install time? Do they just have a "table of things to try" the first time you reboot and then use the "successful thing" from then on?
Re: 5 ways to reboot a PC. None of them reliable.
#9I imagine even the Commodore 16 could reboot itself reliably.
Re: 5 ways to reboot a PC. None of them reliable.
#10Wow - that's very interesting. So, what do most operating systems (aside from Apple presumably) normally do to get a consistent reboot? Are they probing the hardware at install time? Do they just have a "table of things to try" the first time you reboot and then use the "successful thing" from then on?