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?
Printable View
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?
Thats an easy one do a jump to 0xFFFF:0x0000 i.e.
Code:jmp 0xFFFF:0x0000
You can also call the BIOS interrupt 19h.
PHP Code:int 19h