mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +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:
parent
1c5e09f789
commit
dc5b28e26c
4 changed files with 80 additions and 1153 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue