Remove the "History of the Unix Kernel" place-holder chapter. That
material does not belong here. Replace it with the new "Booting and Kernel Initialization" chapter.
This commit is contained in:
parent
6800086bfb
commit
2c4941f92c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13724
6 changed files with 6 additions and 20 deletions
|
@ -25,6 +25,7 @@ IMAGES= sockets/layers.eps sockets/sain.eps sockets/sainfill.eps sockets/sainlsb
|
|||
|
||||
# SGML content
|
||||
SRCS= book.sgml
|
||||
SRCS+= boot/chapter.sgml
|
||||
SRCS+= dma/chapter.sgml
|
||||
SRCS+= driverbasics/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
|
|
|
@ -80,16 +80,7 @@
|
|||
<part id="kernel">
|
||||
<title>Kernel</title>
|
||||
|
||||
<chapter id="kernelhistory">
|
||||
<title>* History of the Unix Kernel</title>
|
||||
|
||||
<para>Some history of the Unix/BSD kernel, system calls, how
|
||||
processes work, blocking, scheduling, threads (kernel),
|
||||
context switching, signals, interrupts, modules, etc.</para>
|
||||
|
||||
<para></para>
|
||||
</chapter>
|
||||
|
||||
&chap.boot;
|
||||
&chap.locking;
|
||||
&chap.kobj;
|
||||
&chap.jail;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
<!ENTITY chap.ipv6 SYSTEM "ipv6/chapter.sgml">
|
||||
|
||||
<!-- Part three - Kernel -->
|
||||
<!ENTITY chap.boot SYSTEM "boot/chapter.sgml">
|
||||
<!ENTITY chap.kobj SYSTEM "kobj/chapter.sgml">
|
||||
<!ENTITY chap.sysinit SYSTEM "sysinit/chapter.sgml">
|
||||
<!ENTITY chap.locking SYSTEM "locking/chapter.sgml">
|
||||
|
|
|
@ -25,6 +25,7 @@ IMAGES= sockets/layers.eps sockets/sain.eps sockets/sainfill.eps sockets/sainlsb
|
|||
|
||||
# SGML content
|
||||
SRCS= book.sgml
|
||||
SRCS+= boot/chapter.sgml
|
||||
SRCS+= dma/chapter.sgml
|
||||
SRCS+= driverbasics/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
|
|
|
@ -80,16 +80,7 @@
|
|||
<part id="kernel">
|
||||
<title>Kernel</title>
|
||||
|
||||
<chapter id="kernelhistory">
|
||||
<title>* History of the Unix Kernel</title>
|
||||
|
||||
<para>Some history of the Unix/BSD kernel, system calls, how
|
||||
processes work, blocking, scheduling, threads (kernel),
|
||||
context switching, signals, interrupts, modules, etc.</para>
|
||||
|
||||
<para></para>
|
||||
</chapter>
|
||||
|
||||
&chap.boot;
|
||||
&chap.locking;
|
||||
&chap.kobj;
|
||||
&chap.jail;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
<!ENTITY chap.ipv6 SYSTEM "ipv6/chapter.sgml">
|
||||
|
||||
<!-- Part three - Kernel -->
|
||||
<!ENTITY chap.boot SYSTEM "boot/chapter.sgml">
|
||||
<!ENTITY chap.kobj SYSTEM "kobj/chapter.sgml">
|
||||
<!ENTITY chap.sysinit SYSTEM "sysinit/chapter.sgml">
|
||||
<!ENTITY chap.locking SYSTEM "locking/chapter.sgml">
|
||||
|
|
Loading…
Reference in a new issue