Kernel: moved read/write_from_user out of Process

This commit is contained in:
2026-05-20 17:21:50 +03:00
committed by Bananymous
parent 14aa28b043
commit 718379ce3b
7 changed files with 67 additions and 47 deletions

View File

@@ -121,6 +121,7 @@ set(KERNEL_SOURCES
kernel/USB/USBManager.cpp
kernel/USB/XHCI/Controller.cpp
kernel/USB/XHCI/Device.cpp
kernel/UserCopy.cpp
icxxabi.cpp
)