libc: implement private/shared mapping support

This commit is contained in:
2026-04-21 21:15:27 +01:00
parent 70e990a885
commit 1c6ece7b55
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -79,6 +79,7 @@ static kern_status_t expand_heap(heap_t *heap)
vmo,
0,
HEAP_EXPAND_INCREMENT,
VM_PRIVATE,
VM_PROT_READ | VM_PROT_WRITE | VM_PROT_USER,
&base);