diff options
| author | Jan Altenberg <jan@linutronix.de> | 2010-10-09 09:28:01 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2010-10-09 09:28:01 +0200 |
| commit | 8bee39fc16ab0f016a0eabb6b39541ccaaec8cda (patch) | |
| tree | 889d551a5e2ebfa9a8520554e404795d074da32f | |
| parent | 80432a0d5d17e5091a226ca27c9b0b18ee83336f (diff) | |
Added bibliography to the memory management slides.
| -rw-r--r-- | linux-basics/linux-mm-basics/pres_linux-mm-basics_en.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/linux-mm-basics/pres_linux-mm-basics_en.tex b/linux-basics/linux-mm-basics/pres_linux-mm-basics_en.tex index 6b452ff..8ff0da7 100644 --- a/linux-basics/linux-mm-basics/pres_linux-mm-basics_en.tex +++ b/linux-basics/linux-mm-basics/pres_linux-mm-basics_en.tex @@ -241,4 +241,13 @@ static void reserve_process_memory(int size) \end{verbatim} \end{frame} +\section*{sources} +\begin{frame} +\frametitle{sources} +\begin{thebibliography}{1} +\bibitem{mmm} http://cftw.wordpress.com/2009/11/02/introduction-to-the-linux-memory-management/ +\bibitem{mmm} http://rt.wiki.kernel.org/ +\end{thebibliography} +\end{frame} + \end{document} |
