Re: dump device

H. Peter Anvin (hpa@zytor.com)
30 Jun 2000 03:07:23 -0700


Followup to: <CA25690D.007D6C8E.00@d73mta05.au.ibm.com>
By author: pnilesh@in.ibm.com
In newsgroup: linux.dev.kernel
>
> no, for the simple reason that if the system is crashed,
> it's unsafe to attempt _any_ kind of work, including IO
> to a dedicated device.
>

Not really. You just can't rely on the kernel code, nor on IRQ or DMA
to work. A simple enough device like a serial or parallel port, where
you can have a dedicated "crash dump driver" would work just fine
(then you would have another computer as "flight recorder" take the
output, of course.)

-hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt

- 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/