aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/arch.9
diff options
context:
space:
mode:
authorsigsegv7 <ian@vegaa.systems>2023-10-11 16:39:05 -0400
committersigsegv7 <ian@vegaa.systems>2023-10-11 16:40:42 -0400
commit1c4c7f88056f50987a5a4d40016d6e32dc5a0205 (patch)
treeeeaa2c72f23b7320126021cea142638c8fee4132 /share/man/man9/arch.9
parent9e5557130dcf2e4f312e09cbcd3c5a830707e421 (diff)
kernel: vm: Add PMAP abstraction
Signed-off-by: sigsegv7 <ian@vegaa.systems>
Diffstat (limited to 'share/man/man9/arch.9')
-rw-r--r--share/man/man9/arch.97
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man9/arch.9 b/share/man/man9/arch.9
index 6bcc317..47e864e 100644
--- a/share/man/man9/arch.9
+++ b/share/man/man9/arch.9
@@ -32,6 +32,7 @@
.Sh SYNOPSIS
.In sys/machdep.h
.In machine/cpu.h
+.In machine/pmap.h
.Sh DESCRIPTION
NOTE: All examples will be for x86_64 but can be applied to others
@@ -72,5 +73,11 @@ to a
.Ft cpu_info
structure.
+In the
+.Ft machine/pmap.h
+header, should be a struct containing information
+about the address space. This header MUST be implemented
+or compiler errors will occur.
+
.Sh AUTHORS
.An Ian Moffett Aq Mt ian@vegaa.systems