diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/arch.9 | 7 |
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 |