summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/LoaderInterface.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-04 19:23:48 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-04 19:23:48 +0200
commit770b1034a8f1bc401251ebbbeb8af82568829f09 (patch)
tree1130dcc08167438f40189cbeff05d14125a04e09 /Private/KernelKit/LoaderInterface.hpp
parentfd7b08906adf40b81f3ac758ca55da501cb2283d (diff)
MHR-23: Improve code and add a ProcessSubsystem inside the scheduler.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/LoaderInterface.hpp')
-rw-r--r--Private/KernelKit/LoaderInterface.hpp2
1 files changed, 1 insertions, 1 deletions
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<VoidPtr> FindStart() = 0;