1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

Kernel/ProcFS: Remove all unnecessary components

Now that all global nodes are located in the /sys/kernel directory, we
can safely drop the global nodes in /proc, which includes both /proc/net
and /proc/sys directories as well.
This in fact leaves the ProcFS to only have subdirectories for processes
and the "self" symbolic link to reflect the current process being run.
This commit is contained in:
Liav A 2022-10-14 14:52:01 +03:00 committed by Andrew Kaster
parent 1c5e09f789
commit dc5b28e26c
4 changed files with 80 additions and 1153 deletions

View file

@ -65,7 +65,6 @@ set(KERNEL_SOURCES
Devices/HID/HIDManagement.cpp
Devices/HID/KeyboardDevice.cpp
Devices/HID/MouseDevice.cpp
GlobalProcessExposed.cpp
Graphics/Bochs/GraphicsAdapter.cpp
Graphics/Bochs/QEMUDisplayConnector.cpp
Graphics/Console/BootFramebufferConsole.cpp