Hi::
RV> Does anybody know how to produce a reset by software? The only way
You can do that by generating interrupt 0x19 (the boot loader intr)
Here's code:
.
.
int far *post=0x00000472;
post=0x1234; /* If you want the memory check on reboot */
geninterrupt(0x19); /* Works with Borland C compilers like TC, BC,...*/
/* or use asm int 0x19 */
.
.
.
Bye
Rajesh
...
* ATP/Linux 1.42 * What garlic is to salad, insanity is to art.
--- Maximus/2 3.01
---------------
* Origin: Kalptaru Net India. http://www.kalptaru.com . (6:606/31)
|