Nucleus
Barry Kernel threads + threads share address space 6217f0d (3 years, 1 month ago)diff --git a/include/nucleus/memory.h b/include/nucleus/memory.h index 057ff0b..481070c 100644 --- a/include/nucleus/memory.h +++ b/include/nucleus/memory.h @@ -66,6 +66,6 @@ void *map_page(Page *page); int verify_access(const void *addr, size_t len, int prot); -VMRegion *vm_create_stack(void); +void switch_to_mm(VirtualMemory *vm); #endif