Reference the "Design elements of the FreeBSD VM system" article.
This commit is contained in:
parent
f59d1b094c
commit
1c02c671ff
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9442
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.100 2001/04/29 03:46:35 dd Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.101 2001/05/08 17:03:22 wosch Exp $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/docs.sgml,v 1.100 2001/04/29 03:46:35 dd Exp $ -->
|
||||
<!-- $FreeBSD: www/en/docs.sgml,v 1.101 2001/05/08 17:03:22 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -119,6 +119,11 @@
|
|||
<small>A user's guide to the various tools for software development on
|
||||
FreeBSD.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO_8859-1/articles/vm-design/index.html">Design
|
||||
elements of the FreeBSD VM system</a><br>
|
||||
<small>An easy to follow description of the design of the FreeBSD
|
||||
virtual memory system.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO_8859-1/articles/zip-drive/index.html">Zip-drives
|
||||
and FreeBSD</a><br>
|
||||
<small>How to format, mount, and use an Iomega Zip (SCSI, IDE, or
|
||||
|
|
Loading…
Reference in a new issue