Kernel: Expose CPU load information under /proc/cpu/<index>

This commit is contained in:
2026-05-20 19:13:25 +03:00
parent ed3924722e
commit f6679eb4b5
3 changed files with 33 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ namespace Kernel
static void initialize();
static ProcFileSystem& get();
void post_scheduler_initialize();
BAN::ErrorOr<void> on_process_create(Process&);
void on_process_delete(Process&);