diff paper/chapter/chapter5.tex @ 15:82407e7fefd9

fix
author okud
date Sun, 14 Feb 2021 15:40:34 +0900
parents 63c082d08136
children c977b5f82b9f
line wrap: on
line diff
--- a/paper/chapter/chapter5.tex	Sat Feb 13 02:11:40 2021 +0900
+++ b/paper/chapter/chapter5.tex	Sun Feb 14 15:40:34 2021 +0900
@@ -1,6 +1,16 @@
 \chapter{Boot Loader}
 
 
-\section{bootloader}
+\section{Boot Loader}
+Boot Loaderは、OSをLoadしてBootさせる役割をもつプログラムである。
+図\ref{bootloader}は、UEFIとPlatformの関係を表したもので、赤い円の部分がBootLoaderである。
+図\ref{bootloader}のようにBootLoaderはBootManagerから起動され、OSをLoadし、bootさせる。
+
 
-aaa
\ No newline at end of file
+\begin{figure}[H]
+    \begin{center}
+        \includegraphics[width=150mm]{fig/bootloader.png}
+    \end{center}
+    \caption{bootloader}
+    \label{bootloader}
+\end{figure}
\ No newline at end of file