From 8da0171e5ca3492cdb34422184a1c96acd0b5165 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 21 May 2022 21:02:17 +0300 Subject: add status info to memory mappings + next up would probably be to start working on process/thread relationships, largely as documented. Still not entirely sure about how I want to handle fork, but I suppose I might figure it out at some point. --- include/arch/vmem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/arch/vmem.h') diff --git a/include/arch/vmem.h b/include/arch/vmem.h index 182af11..74b0aa5 100644 --- a/include/arch/vmem.h +++ b/include/arch/vmem.h @@ -23,4 +23,6 @@ struct vm_branch *init_vmem(void *fdt); vm_t setup_kernel_io(struct vm_branch *b, vm_t paddr); #endif +stat_t clone_vmbranch(struct vm_branch *, struct vm_branch *); + #endif /* APOS_ARCH_PAGES_H */ -- cgit v1.3