mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
Kernel: Introduce global variables and stats in /sys/kernel directory
The ProcFS is an utter mess currently, so let's start move things that are not related to processes-info. To ensure it's done in a sane manner, we start by duplicating all /proc/ global nodes to the /sys/kernel/ directory, then we will move Userland to use the new directory so the old directory nodes can be removed from the /proc directory.
This commit is contained in:
parent
db2e1bfa02
commit
a91589c09b
58 changed files with 2122 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
extern Spinlock g_console_lock;
|
||||
|
||||
class ConsoleDevice final : public CharacterDevice {
|
||||
friend class DeviceManagement;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue