Skip to content

Commit

Permalink
Kernel slides: add slide about text editors and IDEs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Sep 4, 2019
1 parent e9c1454 commit d98ebdc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Expand Up @@ -56,3 +56,25 @@ \subsection{Kernel source management tools}
\includegraphics[height=0.8\textheight]{slides/kernel-source-code-management/elixir.pdf}
\end{center}
\end{frame}

\begin{frame}
\frametitle{Text editors and IDEs for kernel development}
\begin{columns}
\column{0.6\textwidth}
\begin{itemize}
\item You can use text editors (Emacs, Vim...) to work on kernel code.
\item At least Vim and Emacs support ctags and cscope and therefore
can help with symbol lookup and auto-completion.
\item It's also possible to use more elaborate IDEs to develop
kernel code, such as Eclipse or QtCreator.
See Marcin Bis' presentation at ELCE 2016:
\begin{itemize}
\item Title: Exploring Linux Kernel Source Code with Eclipse and QTCreator
\item Slides: \url{https://frama.link/ocNdWgB6}
\item Video: \url{https://youtu.be/0CGRkXIUM-o}
\end{itemize}
\end{itemize}
\column{0.4\textwidth}
\includegraphics[width=\textwidth]{slides/kernel-source-code-management/marcin-bis-kernel-with-eclipse-and-qtcreator.jpg}
\end{columns}
\end{frame}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d98ebdc

Please sign in to comment.