diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 01:14:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 01:14:01 +0100 |
| commit | 4fdc70b676fbed322ba09bc7fb886f3b87245baa (patch) | |
| tree | aea2324ca72b09fe32b29aa280fc43d4984956ef /dev/launch/src | |
| parent | 569f42832bd573337cb2daab1b767994a0bc3878 (diff) | |
| parent | f29e7e30fde2b994c86024659b41f56b64dce911 (diff) | |
Merge pull request #74 from nekernel-org/dev
fix: kernel: OpenHeFS and NeFS fixes, PCI and DriveMgr fixes.
Diffstat (limited to 'dev/launch/src')
| -rw-r--r-- | dev/launch/src/AppMain.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev/launch/src/AppMain.cc b/dev/launch/src/AppMain.cc index 94b0ba35..b75b928a 100644 --- a/dev/launch/src/AppMain.cc +++ b/dev/launch/src/AppMain.cc @@ -10,11 +10,8 @@ /// @note This called by _NeMain from its own runtime. extern "C" SInt32 nelaunch_startup_fn(Void) { - /// @todo Start LaunchHelpers.fwrk services, make the launcher manageable too (via mgmt.launch) - - NELAUNCH_INFO("Turning on launcher..."); - - UInt32* ret = (UInt32*) libsys_syscall_arg_1(libsys_hash_64("__launch_register_pid0")); + /// Start LaunchHelpers.fwrk services, and make the launcher manageable too (via mgmt.launch) + UInt32* ret = (UInt32*) libsys_syscall_arg_1(libsys_hash_64("__launch_register_launch_service")); if (ret) { switch (*ret) { |
