diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-07-17 17:58:21 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-07-17 17:58:21 +0000 |
commit | 0d44a9e5c5666d5c93be004e3a3aaac90f543967 (patch) | |
tree | 3c063b95128fbfbe78e4c0a5fdcc78228d64719f | |
parent | 4a95b5409c05615d49b91f155f2fc14bcaa9ba56 (diff) | |
download | doc-0d44a9e5c5.tar.gz doc-0d44a9e5c5.zip |
VM Design: Add author after the abstract title
PR: 263212
Submitted by: grahamperrin@
-rw-r--r-- | documentation/content/en/articles/vm-design/_index.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/content/en/articles/vm-design/_index.adoc b/documentation/content/en/articles/vm-design/_index.adoc index 1a6431a489..f80be4f0e1 100644 --- a/documentation/content/en/articles/vm-design/_index.adoc +++ b/documentation/content/en/articles/vm-design/_index.adoc @@ -42,6 +42,8 @@ endif::[] [.abstract-title] Abstract +Matthew Dillon <dillon@apollo.backplane.com> + The title is really just a fancy way of saying that I am going to attempt to describe the whole VM enchilada, hopefully in a way that everyone can follow. For the last year I have concentrated on a number of major kernel subsystems within FreeBSD, with the VM and Swap subsystems being the most interesting and NFS being "a necessary chore". I rewrote only small portions of the code. In the VM arena the only major rewrite I have done is to the swap subsystem. |