pub fn proc_fs(
current_task: &CurrentTask,
options: FileSystemOptions,
) -> Result<FileSystemHandle, Errno>Expand description
Returns kernel’s procfs instance, initializing it if needed.
pub fn proc_fs(
current_task: &CurrentTask,
options: FileSystemOptions,
) -> Result<FileSystemHandle, Errno>Returns kernel’s procfs instance, initializing it if needed.