git: 0d44a9e5c5 - main - VM Design: Add author after the abstract title
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=0d44a9e5c5666d5c93be004e3a3aaac90f543967 commit 0d44a9e5c5666d5c93be004e3a3aaac90f543967 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2023-07-17 17:58:21 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-07-17 17:58:21 +0000 VM Design: Add author after the abstract title PR: 263212 Submitted by: grahamperrin@ --- documentation/content/en/articles/vm-design/_index.adoc | 2 ++ 1 file changed, 2 insertions(+) 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 <[email protected]> + 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.