You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
\chapter{boot} |
|
|
|
Le boot (aka bootstrap) est le processus de démarrage d'un ordinateur |
|
depuis la mise sous tension, jusque à l'arrivée du shell. |
|
Il varie grandement selon l'architecture matérielle de la machine~: |
|
\texttt{amd64} pour les pécés de tous les jours, ou bien |
|
\texttt{ARM}\footnote{Acorn Risc Machine}\index{ARM} comme sur |
|
le \textsl{Raspeberry Pi}. |
|
|
|
|
|
\begin{quote} |
|
\textbf{boot :}\footnote{http://www.catb.org/jargon/html/B/boot.html} |
|
\textit{[techspeak; from ‘by one's bootstraps’]} |
|
To load and initialize the |
|
operating system on a machine. This usage is no longer jargon |
|
(having passed into techspeak) but has given rise to some derivatives |
|
that are still jargon. |
|
\end{quote} |
|
|
|
|
|
\section{amd64}\index{amd64} |
|
|
|
Voir Grub, le bootloader. |
|
|
|
\section{ARM} |
|
|
|
XXX\index{XXX}. |
|
|
|
\section{rc.local} |
|
|
|
|
|
L'exécution de ce script est la toute dernière étape du démarrage d'un |
|
système de la famille Unix\index{Unix} avant le passage au |
|
mode multi-utilisateur. |
|
|
|
\textsl{Spécial dedikass to Fred Fermion} |
|
|
|
Et dans ce contexte (la fin du boot), que peut-on faire à partir du |
|
rc.local ? |