kernel/vm: Update/add some documentation comments and drop some old files.

They mostly contained descriptions of functions' operations, not
what they're for, so they weren't so useful. I've added some of
the remarks they had (or ones with a similar purpose) inline
as documentation comments, and deleted the rest.
This commit is contained in:
Augustin Cavalier
2026-03-26 16:43:52 -04:00
parent 222c477cf0
commit 76af6f4c98
8 changed files with 26 additions and 341 deletions
+3
View File
@@ -41,6 +41,9 @@ enum {
enum {
// TODO: these are here only temporarily - it's a private
// addition to the BeOS create_area() lock flags
//! (Only for use during the boot process.) Indicates the specified address
//! is already mapped, and the corresponding pages should be found and
//! inserted into the new cache.
B_ALREADY_WIRED = 7,
};