PDA

Click to See Complete Forum and Search --> : reboot from DOS


vb99
Jul 3rd, 2002, 04:06 AM
Does anyone know of a standard way to reboot from a DOS environment - such as write <xxx> to register <yyy> or is it dependent on the chipset?

GuitarMan
Jul 7th, 2002, 10:59 AM
Thats an easy one do a jump to 0xFFFF:0x0000 i.e.


jmp 0xFFFF:0x0000

abdul
Jul 8th, 2002, 11:37 PM
You can also call the BIOS interrupt 19h.

int 19h