Mercurial > hg > Papers > 2021 > okud-thesis
changeset 3:9849745dbd29
fix
author | Koki Okuda <e175701@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Sep 2020 19:49:57 +0900 |
parents | f3d87bc7dffc |
children | aeefa483d39a |
files | fig1.pdf mid_thesis.tex pic/fig1.pdf |
diffstat | 3 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mid_thesis.tex Mon Sep 14 19:48:50 2020 +0900 +++ b/mid_thesis.tex Mon Sep 14 19:49:57 2020 +0900 @@ -26,13 +26,13 @@ OSは、接続された機器を直接理解することはできず、OSと接続機器の橋渡しの役割を担うのがDevice Driverである。Device DriverはOSごとに作成する必要がある。当研究室で開発されているGeas OSに対応するDevice Driver としてUSB接続機器が市場に多いことやRaspberry PIに接続端子があることからUSB Driverを開発する。また、開発されたDevice Driverの信頼性の検証をしたいため、USBDriverのソースコードをCbCで書いていく。 \begin{figure}[H] \centering - \includegraphics[width=75mm]{fig1.pdf} + \includegraphics[width=75mm]{pic/fig1.pdf} \caption{Device Driverの役割} \label{fig1} \end{figure} \begin{figure}[H] \centering - \includegraphics[width=90mm]{USBDriver.pdf} + \includegraphics[width=90mm]{pic/USBDriver.pdf} \caption{USB Driverの構成} \label{fig2} \end{figure}