PCI WATCHDOG TIME CARD

Local Watchdog

LOCAL WATCHDOG FOR LINUX

How to test the Watchdog Driver ?

1. Compile then run the test program
# cc test.c
# ./a.out
2. Compile then run the test1 program
# cc test1.c
# ./a.out
or
# ./a.out 1
where 0 is power off; 1 is power on

LINUX DEVICE DRIVER FILE
LOCAL WATCHDOG USING LINUX 1Kb
HOME