libfs: implement private/shared mapping support

This commit is contained in:
2026-04-21 21:16:50 +01:00
parent 55f755e7d9
commit 58e99b046d
+1
View File
@@ -73,6 +73,7 @@ struct fs_context *fs_context_create(struct fs_allocator *alloc)
ctx->ctx_temp_object,
0,
TEMP_OBJECT_SIZE,
VM_PRIVATE,
VM_PROT_READ | VM_PROT_WRITE | VM_PROT_USER,
&temp_buffer);
kern_handle_close(address_space);