diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-09 11:38:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-09 11:38:39 +0200 |
| commit | e55f246042a12955200e20abe406b26ab02b94fa (patch) | |
| tree | b3920c415b47587a9fef14b29781f7af9a6c1ba4 /dev/launch/src | |
| parent | d3f87b1b84d355ad72366ced5d7e5a43207226c0 (diff) | |
feat: launch: Working on LaunchKit's implementation.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/launch/src')
| -rw-r--r-- | dev/launch/src/LaunchSrv.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/launch/src/LaunchSrv.cc b/dev/launch/src/LaunchSrv.cc index 8c302c6d..40027f65 100644 --- a/dev/launch/src/LaunchSrv.cc +++ b/dev/launch/src/LaunchSrv.cc @@ -5,11 +5,12 @@ ------------------------------------------- */ #include <LaunchKit/LaunchKit.h> +#include <libSystem/SystemKit/Err.h> SInt32 _NeMain(Void) { - PrintOut(nullptr, "%s", "NeKernel Launcher\n"); + /// @todo Start LaunchServices.fwrk services, make the launcher manageable too (via mgmt.launch) - /// @todo Start LaunchServices.fwrk, make the launcher manageable too (via mgmt.launch) + NELAUNCH_INFO("Starting services..."); return kErrorSuccess; } |
