mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:37:45 +00:00
Kernel: Convert Processor::features_string() API to KString
This commit is contained in:
parent
f8ad3cc6a0
commit
faf1fa0a84
5 changed files with 39 additions and 39 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <Kernel/Arch/x86/PageDirectory.h>
|
||||
#include <Kernel/Arch/x86/TSS.h>
|
||||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/KString.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
@ -123,7 +124,7 @@ class Processor {
|
|||
void cpu_detect();
|
||||
void cpu_setup();
|
||||
|
||||
String features_string() const;
|
||||
NonnullOwnPtr<KString> features_string() const;
|
||||
|
||||
public:
|
||||
Processor() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue