Re: How to create hard reboots through software

Robert Johannes (rjohanne@rjohanne-host.dsl.visi.com)
Sun, 6 Feb 2000 17:10:24 -0600 (EST)


In what situations would you use this code? When there's a system
lockup?

robert

> Hi,
>
> I personnaly use this very simple program to hard-reset my machine :
>
> main() {
> ioperm(0x64,1,1);
> while (1) outb(0xfe, 0x64);
> }
>
> it basically outputs the value 0xFE to the KB controller at port 0x64 which
> will perform a hardware bus reset.
>
> Willy
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/
>

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