diff options
author | David Greenman <dg@FreeBSD.org> | 1995-07-30 18:33:01 +0000 |
---|---|---|
committer | David Greenman <dg@FreeBSD.org> | 1995-07-30 18:33:01 +0000 |
commit | 2d691d7dbc068f6c905ecd19e61c311edb047caa (patch) | |
tree | 97b3e9faf5b78ba3f9a8b0b2f4ce57532aaef41b /share/FAQ/Text/kernel-debug.FAQ | |
parent | a705fd3e484be4076cd94fb39637aa45e8d1c16e (diff) |
Correct the mangled English when mentioning that the kernel config-file
"dump on" is deprecated...by removing the note completely.
Notes
Notes:
svn path=/head/; revision=9802
Diffstat (limited to 'share/FAQ/Text/kernel-debug.FAQ')
-rw-r--r-- | share/FAQ/Text/kernel-debug.FAQ | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/FAQ/Text/kernel-debug.FAQ b/share/FAQ/Text/kernel-debug.FAQ index 8a5b0d625405..304bcd367c6f 100644 --- a/share/FAQ/Text/kernel-debug.FAQ +++ b/share/FAQ/Text/kernel-debug.FAQ @@ -2,7 +2,7 @@ Kernel debugging FAQ for FreeBSD -$Id: kernel-debug.FAQ,v 1.2 1995/03/25 12:35:00 joerg Exp $ +$Id: kernel-debug.FAQ,v 1.3 1995/07/30 12:53:39 joerg Exp $ *** Debugging a kernel crash dump with kgdb *** @@ -27,10 +27,7 @@ $Id: kernel-debug.FAQ,v 1.2 1995/03/25 12:35:00 joerg Exp $ partition in question as swap space via swapon(8)). This is normally arranged via sysconfig and /etc/rc. Alternatively, you can hard-code the dump device via the `dump' clause in the `config' line - of your kernel config file. This is deprecated, but might be the - only chance to get a crash dump from a kernel that's not booting at - all, so that you didn't had the ability to run any command before it - used to crash. + of your kernel config file. When the kernel's been built make a copy of it, say kernel.debug, and then run strip -x on the original. Install the original as |