From 770b1034a8f1bc401251ebbbeb8af82568829f09 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 4 May 2024 19:23:48 +0200 Subject: MHR-23: Improve code and add a ProcessSubsystem inside the scheduler. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/LoaderInterface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/KernelKit/LoaderInterface.hpp') diff --git a/Private/KernelKit/LoaderInterface.hpp b/Private/KernelKit/LoaderInterface.hpp index 09d0d7b5..97a12938 100644 --- a/Private/KernelKit/LoaderInterface.hpp +++ b/Private/KernelKit/LoaderInterface.hpp @@ -22,7 +22,7 @@ class LoaderInterface { NEWOS_COPY_DEFAULT(LoaderInterface); public: - virtual _Output const char* Format() = 0; + virtual _Output const char* FormatAsString() = 0; virtual _Output const char* MIME() = 0; virtual _Output const char* Path() = 0; virtual _Output ErrorOr FindStart() = 0; -- cgit v1.2.3