old-www/HOWTO/Linux-Crash-HOWTO/intro.html

184 lines
3.2 KiB
HTML

<HTML
><HEAD
><TITLE
>Introduction</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.63
"><LINK
REL="HOME"
TITLE="Linux Crash HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Linux Crash HOWTO"
HREF="index.html"><LINK
REL="NEXT"
TITLE="How LKCD Works"
HREF="howitworks.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Crash HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="index.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="howitworks.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="INTRO"
>1. Introduction</A
></H1
><P
> The <STRONG
>LKCD (Linux Kernel Crash Dump)</STRONG
>
project is a set of kernel patches and utilities to allow a copy
of the kernel memory to be saved in the event of a kernel panic.
The saved kernel image makes forensics on the kernel panic
possible with utilities included in the package. Most commercial
Unix operating systems come with similar crash utilities, but
this package is fairly new to Linux and has to be added on
manually. The LKCD utility is not designed to gather helpful
information in the case of a hardware caused panic or a segment
violation. The complete LKCD package is available for download at
<A
HREF="http://lkcd.sourceforge.net/"
TARGET="_top"
>http://lkcd.sourceforge.net/</A
>.
</P
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="COPYRIGHT"
>1.1. Copyright and License</A
></H2
><P
>This document is copyrighted (c) 2002 by Norman Patten.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with no Invariant Sections, with no Front-Cover
Texts, and with no Back-Cover Texts. A copy of the license is
available at <A
HREF="http://www.gnu.org/copyleft/fdl.html"
TARGET="_top"
> http://www.gnu.org/copyleft/fdl.html</A
>. </P
><P
>Linux is a registered trademark of Linus Torvalds .
lkcd is distributed under the copyright of Silicon Graphics Inc. </P
><P
>Send feedback to
<A
HREF="mailto:nepatten@us.ibm.com"
TARGET="_top"
><I
CLASS="CITETITLE"
>nepatten@us.ibm.com</I
></A
>.
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="index.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="howitworks.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Linux Crash HOWTO</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>How LKCD Works</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>