Regen Doc

This commit is contained in:
Wayne Warthen
2021-10-18 13:01:29 -07:00
parent 9bae200836
commit faa9db9394
15 changed files with 6 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ header-includes:
\usepackage{fancyhdr}
\usepackage{xcolor}
\usepackage{xhfill}
\usepackage{graphicx}
\renewcommand*{\familydefault}{\sfdefault}
\renewcommand{\maketitle}{
\begin{titlepage}
@@ -194,7 +195,7 @@ simpler and more memory efficient to keep everything in RAM. At startup
Runtime Memory Layout
=====================
![Banked Switched Memory Layout](Graphics/Bank Switched Memory){ width=80% }
![Banked Switched Memory Layout](Graphics/BankSwitchedMemory){ width=80% }
System Boot Process
===================
@@ -344,7 +345,7 @@ functions (such as cursor positioning, scrolling, etc.).
Figure 7.1 depicts the relationship between these components
of HBIOS video processing:
![Character / Emulation / Video Services](Graphics/Character Emulation Video Services){ width=100% }
![Character / Emulation / Video Services](Graphics/CharacterEmulationVideoServices){ width=100% }
Normally, the operating system will simply utilize the CIOXXX functions
to send and receive character data. The Character I/O Services will