From 1c4c7f88056f50987a5a4d40016d6e32dc5a0205 Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Wed, 11 Oct 2023 16:39:05 -0400 Subject: kernel: vm: Add PMAP abstraction Signed-off-by: sigsegv7 --- share/man/man9/arch.9 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/man/man9') 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 -- cgit v1.2.3