boot.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-22 11:59:18 +02:00
parent 1dea597b7a
commit cc2cc29db8
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ or
When the kernel is loaded, it initializes various components of
the computer and operating system; each portion of software
responsible for such a task is usually consider "a \fBdriver\fR" for
the applicable component. The kernel starts the virtual memory
the applicable component.
The kernel starts the virtual memory
swapper (it is a kernel process, called "kswapd" in a modern Linux
kernel), and mounts some filesystem at the root path,
.IR / .