Bug 14426

Summary: FAQ entry on kernel panics needs updating
Product: Documentation Reporter: bmah <bmah>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description bmah 1999-10-20 04:30:01 UTC
In the FAQ, hackers.html has an item titled "Making the most of a
kernel panic".  Part of this item shows how to create a kernel with
debugging symbols.  Due to changes in the kernel build process since
this text was written, it needs a little updating.

Fix: 

The bullets "cp kernel kernel.debug", "strip -d kernel", 
"mv kernel /kernel.orig/" [sic], and "cp kernel /" can all
be replaced with "make install".  It might also be good to add
a sentence to the effect that in the build directory, kernel.debug
has debugging symbols and kernel is stripped (since this fact is
no longer obvious).
Comment 1 nik freebsd_committer freebsd_triage 1999-12-16 01:53:51 UTC
State Changed
From-To: open->closed

Committing new text now, thanks.