[FE training-materials-updates] kernel-sources.tex: update to 3.6

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Oct 3 07:58:42 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=e0b0c4b670d1347d596c970e6293ec9998d222d3

>---------------------------------------------------------------

commit e0b0c4b670d1347d596c970e6293ec9998d222d3
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Oct 3 06:02:15 2012 +0200

    kernel-sources.tex: update to 3.6
    
    Also minor font improvements


>---------------------------------------------------------------

e0b0c4b670d1347d596c970e6293ec9998d222d3
 labs/kernel-sources/kernel-sources.tex |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/labs/kernel-sources/kernel-sources.tex b/labs/kernel-sources/kernel-sources.tex
index e71dc65..4934364 100644
--- a/labs/kernel-sources/kernel-sources.tex
+++ b/labs/kernel-sources/kernel-sources.tex
@@ -8,7 +8,7 @@ After this lab, you will be able to:
 \item Explore the sources in search for files, function headers or
   other kinds of information...
 
-\item Browse the kernel sources with tools like cscope and LXR.
+\item Browse the kernel sources with tools like \code{cscope} and LXR.
 
 \end{itemize}
 
@@ -16,7 +16,7 @@ After this lab, you will be able to:
 
 Go to the \code{/home/<user>/felabs/linux/modules} directory.
 
-Download and extract the Linux 3.0 kernel sources
+Download and extract the Linux 3.5 kernel sources
 from \url{http://kernel.org}.
 
 \section{Apply patches}
@@ -28,7 +28,8 @@ manager, or using the following command line:
 sudo apt-get install patch
 \end{verbatim}
 
-Now, download the two Linux patches corresponding to versions 3.1 and 3.1.x.
+Now, download the two Linux patches corresponding to versions 3.6 and
+3.6.x (if such a version exists).
 
 Apply these patches, check the \code{Makefile} file to double check
 that you have the right version, and rename the source directory to
@@ -54,7 +55,7 @@ automated tools.
 Try LXR (Linux Cross Reference) at \url{http://lxr.free-electrons.com}
 and choose the Linux version closest to yours.
 
-If you don't have Internet access, you can use {\em cscope} instead.
+If you don't have Internet access, you can use \code{cscope} instead.
 
 As in the previous section, use this tool to find where
 the \code{platform_device_register()} is declared, implemented and
@@ -86,4 +87,3 @@ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
 
 Now, just let this command run, from 30 minutes to several hours
 according to your workstation and network speed.
-



More information about the training-materials-updates mailing list