calling bios interrupt

From: Jozef Kutej
Date: Thu Feb 02 2006 - 02:46:26 EST


Hello.

Can someone help me solve my problem with on board watch dog timer that need to call bios interrupt? Here's how to update watch dog timer.

mov ax,6f02h
mov bl, 30 ;number of seconds
int 15h

How can i do this in kernel so that i can write wdt driver?

Thank you.

Jozef Kutej.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/