Add missing id attributes.
This commit is contained in:
parent
c6b41de97a
commit
dbae0021a3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19882
1 changed files with 17 additions and 17 deletions
|
@ -43,7 +43,7 @@
|
||||||
<!-- I seem to recall the editor wanting this notice to be bold. In html, I'd
|
<!-- I seem to recall the editor wanting this notice to be bold. In html, I'd
|
||||||
use the _strong_ tag. What should I use instead? -->
|
use the _strong_ tag. What should I use instead? -->
|
||||||
|
|
||||||
<legalnotice>
|
<legalnotice id="legalnotice">
|
||||||
<para>The second chapter of the book, <citetitle>The Design and
|
<para>The second chapter of the book, <citetitle>The Design and
|
||||||
Implementation of the 4.4BSD Operating System</citetitle> is
|
Implementation of the 4.4BSD Operating System</citetitle> is
|
||||||
excerpted here with the permission of the publisher. No part of it
|
excerpted here with the permission of the publisher. No part of it
|
||||||
|
@ -62,10 +62,10 @@
|
||||||
</legalnotice>
|
</legalnotice>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
|
|
||||||
<chapter label="2">
|
<chapter id="overview" label="2">
|
||||||
<title>Design Overview of 4.4BSD</title>
|
<title>Design Overview of 4.4BSD</title>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-facilities">
|
||||||
<title>4.4BSD Facilities and the Kernel</title>
|
<title>4.4BSD Facilities and the Kernel</title>
|
||||||
|
|
||||||
<para>The 4.4BSD kernel provides four basic facilities:
|
<para>The 4.4BSD kernel provides four basic facilities:
|
||||||
|
@ -222,7 +222,7 @@
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-kernel-organization">
|
||||||
<title>Kernel Organization</title>
|
<title>Kernel Organization</title>
|
||||||
|
|
||||||
<para>In this section, we view the organization of the 4.4BSD
|
<para>In this section, we view the organization of the 4.4BSD
|
||||||
|
@ -567,7 +567,7 @@
|
||||||
in places logically associated with what is being initialized.</para>
|
in places logically associated with what is being initialized.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-kernel-service">
|
||||||
<title>Kernel Services</title>
|
<title>Kernel Services</title>
|
||||||
|
|
||||||
<para>The boundary between the kernel- and user-level code is enforced by
|
<para>The boundary between the kernel- and user-level code is enforced by
|
||||||
|
@ -634,7 +634,7 @@
|
||||||
invisible to the processes involved.</para>
|
invisible to the processes involved.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-process-management">
|
||||||
<title>Process Management</title>
|
<title>Process Management</title>
|
||||||
|
|
||||||
<para>4.4BSD supports a multitasking environment.
|
<para>4.4BSD supports a multitasking environment.
|
||||||
|
@ -898,7 +898,7 @@
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-memory-management">
|
||||||
<title>Memory Management</title>
|
<title>Memory Management</title>
|
||||||
|
|
||||||
<para>Each process has its own private address space.
|
<para>Each process has its own private address space.
|
||||||
|
@ -1119,7 +1119,7 @@
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-io-system">
|
||||||
<title>I/O System</title>
|
<title>I/O System</title>
|
||||||
|
|
||||||
<para>The basic model of the UNIX
|
<para>The basic model of the UNIX
|
||||||
|
@ -1632,7 +1632,7 @@
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-filesystem">
|
||||||
<title>Filesystems</title>
|
<title>Filesystems</title>
|
||||||
|
|
||||||
<para>A regular file is a linear array of bytes,
|
<para>A regular file is a linear array of bytes,
|
||||||
|
@ -2018,7 +2018,7 @@
|
||||||
first introduced in 4.2BSD practically eliminate it.</para>
|
first introduced in 4.2BSD practically eliminate it.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-filestore">
|
||||||
<title>Filestores</title>
|
<title>Filestores</title>
|
||||||
|
|
||||||
<para>The operations defined for local filesystems are divided into two parts.
|
<para>The operations defined for local filesystems are divided into two parts.
|
||||||
|
@ -2077,7 +2077,7 @@
|
||||||
the usage of virtual-memory resources.</para>
|
the usage of virtual-memory resources.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-nfs">
|
||||||
<title>Network Filesystem</title>
|
<title>Network Filesystem</title>
|
||||||
|
|
||||||
<para>Initially, networking was used
|
<para>Initially, networking was used
|
||||||
|
@ -2135,7 +2135,7 @@
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-terminal">
|
||||||
<title>Terminals</title>
|
<title>Terminals</title>
|
||||||
|
|
||||||
<para>Terminals support the standard system I/O operations, as well
|
<para>Terminals support the standard system I/O operations, as well
|
||||||
|
@ -2220,7 +2220,7 @@
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-ipc">
|
||||||
<title>Interprocess Communication</title>
|
<title>Interprocess Communication</title>
|
||||||
|
|
||||||
<para>Interprocess communication in 4.4BSD is organized in
|
<para>Interprocess communication in 4.4BSD is organized in
|
||||||
|
@ -2314,7 +2314,7 @@
|
||||||
Microsoft's Winsock networking interface for Windows.</para>
|
Microsoft's Winsock networking interface for Windows.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-network-communication">
|
||||||
<title>Network Communication</title>
|
<title>Network Communication</title>
|
||||||
|
|
||||||
<para>Some of the communication domains supported by the
|
<para>Some of the communication domains supported by the
|
||||||
|
@ -2349,7 +2349,7 @@
|
||||||
running with a newer network protocol.</para>
|
running with a newer network protocol.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-network-implementation">
|
||||||
<title>Network Implementation</title>
|
<title>Network Implementation</title>
|
||||||
|
|
||||||
<para>The first protocol suite implemented in 4.2BSD was
|
<para>The first protocol suite implemented in 4.2BSD was
|
||||||
|
@ -2407,7 +2407,7 @@
|
||||||
network masks.</para>
|
network masks.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1 id="overview-operation">
|
||||||
<title>System Operation</title>
|
<title>System Operation</title>
|
||||||
|
|
||||||
<para>Bootstrapping mechanisms are used to start the system running.
|
<para>Bootstrapping mechanisms are used to start the system running.
|
||||||
|
@ -2434,7 +2434,7 @@
|
||||||
the user can run additional processes.</para>
|
the user can run additional processes.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<bibliography>
|
<bibliography id="references">
|
||||||
<title>References</title>
|
<title>References</title>
|
||||||
|
|
||||||
<biblioentry id="biblio-accetta">
|
<biblioentry id="biblio-accetta">
|
||||||
|
|
Loading…
Reference in a new issue