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

Kernel: List all CPUs in /proc/cpuinfo

This commit is contained in:
Tom 2020-06-27 17:06:33 -06:00 committed by Andreas Kling
parent fb41d89384
commit d98edb3171
12 changed files with 229 additions and 64 deletions

View file

@ -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>