mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Kernel: List all CPUs in /proc/cpuinfo
This commit is contained in:
parent
fb41d89384
commit
d98edb3171
Notes:
sideshowbarker
2024-07-19 05:18:09 +09:00
Author: https://github.com/tomuta
Commit: d98edb3171
Pull-request: https://github.com/SerenityOS/serenity/pull/2513
12 changed files with 229 additions and 64 deletions
|
@ -36,6 +36,7 @@
|
|||
// - CharacterDevice (sequential)
|
||||
#include <AK/Function.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
#include <Kernel/FileSystem/File.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue