fr: introduction
This commit is contained in:
parent
49c92e8fba
commit
cbcba07452
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,6 +12,7 @@
|
|||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
*.pdf
|
||||
|
||||
## Intermediate documents:
|
||||
*.dvi
|
||||
|
|
11
fr/main.tex
11
fr/main.tex
|
@ -52,9 +52,10 @@
|
|||
\tableofcontents
|
||||
|
||||
\mainmatter
|
||||
|
||||
|
||||
\include{chapter/00-introduction}
|
||||
|
||||
\part{Notre environment}
|
||||
|
||||
\chapter{Préparer son environment}
|
||||
|
||||
|
@ -62,7 +63,9 @@
|
|||
|
||||
\section{cross-compiler}
|
||||
|
||||
\section{Hello, Kernel World}
|
||||
\part{Notre Kernel}
|
||||
|
||||
\chapter{Hello, Kernel World}
|
||||
|
||||
\chapter{La gestion de la mémoire}
|
||||
|
||||
|
@ -82,7 +85,9 @@
|
|||
|
||||
\section{ext2}
|
||||
|
||||
\chapter{L'userspace}
|
||||
\part{L'espace utilisateur}
|
||||
|
||||
\chapter{Hello, User World}
|
||||
|
||||
\chapter{Porter des logiciel}
|
||||
|
||||
|
|
Loading…
Reference in a new issue