kernel: handle: add support for allocating a specific handle value

This commit is contained in:
2026-03-29 11:47:22 +01:00
parent dfffb45e66
commit 537242e606
5 changed files with 63 additions and 3 deletions
+1
View File
@@ -154,6 +154,7 @@ kern_status_t sys_vm_controller_create_object(
kern_handle_t out_handle = KERN_HANDLE_INVALID;
status = handle_table_alloc_handle(
self->t_handles,
KERN_HANDLE_INVALID,
&out_slot,
&out_handle);