\documentclass{beamer}
\mode<presentation>
\title{General structure of the Linux kernel}
\author{Geoffrey Thomas \and \texttt{geofft@mit.edu}}
\institute{MIT Student Information Processing Board}
\date{November 11, 2008}

\begin{document}
\maketitle
\include{intro}
\include{processes}
\include{fs}
\include{lib}
\include{modules}
\end{document}
