From: Ben Pfaff Date: Tue, 14 Dec 2004 18:09:07 +0000 (+0000) Subject: Fix sentence that trailed off. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a463b258cbc4d64ef70dda6ca3d21f6036d8b933;p=pintos-anon Fix sentence that trailed off. --- diff --git a/doc/intro.texi b/doc/intro.texi index e49a6c6..7bdd7e5 100644 --- a/doc/intro.texi +++ b/doc/intro.texi @@ -165,7 +165,7 @@ the kernel. @xref{Adding c or h Files}, for more information. Object file for the entire kernel. This is the result of linking object files compiled from each individual kernel source file into a single object file. It contains debug information, so you can run -@command{gdb} or +@command{gdb} or @command{backtrace} (@pxref{Backtraces}) on it. @item kernel.bin Memory image of the kernel. These are the exact bytes loaded into