Skip to content

Commit

Permalink
Revert "Kernel debugging: fix compile and syntax issues"
Browse files Browse the repository at this point in the history
This reverts commit 976b82b.

The kernel debugging changes was WIP, so should not have been
committed yet.
  • Loading branch information
gclement authored and tpetazzoni committed Oct 29, 2021
1 parent efaaeb5 commit a18c38b
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -105,13 +105,13 @@ \section{Kernel debugging}
\begin{itemize}
\item Messages are visible only once the console driver has been initialized.
\item The console driver is simpler than a complete serial driver
and is initialized earlier than the serial driver
\item But core subsystems are still initialized before, such as
memory, timer or interrupt; if a crash occurred there, then no
messages are visible
\item On the ARM (32 bit) architecture most of the SoCs implement
and is initialize earlier than serial driver
\item But core subsystem are still initialized before, such as
memory, timer or interrupt, if a crash occurred there, then no
message are visible
\item on arm (32 bits) architecture most of the SoC implement the
\code{early_printk} support
\item Activate it with \kconfig{CONFIG_DEBUG_LL} and \kconfig{CONFIG_EARLYPRINTK} and add
\item \Activate it with kconfig{CONFIG_DEBUG_LL} and \kconfig{CONFIG_EARLYPRINTK} and add
\code{earlyprintk} to the kernel command line.
\end{itemize}
\end{frame}
Expand Down

0 comments on commit a18c38b

Please sign in to comment.