From 9edd65c48ee75751327c6ee6d42a7009e726d667 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 10 Nov 2022 15:14:10 +0200 Subject: initial implementation of process copying + Not actually working (at least fully), need to continue debugging when I have time. --- include/apos/vmem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/apos/vmem.h') diff --git a/include/apos/vmem.h b/include/apos/vmem.h index eb901a8..862af44 100644 --- a/include/apos/vmem.h +++ b/include/apos/vmem.h @@ -114,6 +114,8 @@ stat_t init_uvmem(struct tcb *r, vm_t base, vm_t top); */ stat_t destroy_uvmem(struct tcb *r); +stat_t clone_mem_regions(struct tcb *d, struct tcb *s); + /** * User virtual memory worker callback for \ref map_fill_region(). * -- cgit v1.3