From f29e7e30fde2b994c86024659b41f56b64dce911 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 18 Nov 2025 22:09:11 +0100 Subject: fix: kernel: OpenHeFS and NeFS fixes, PCI and DriveMgr fixes. Signed-off-by: Amlal El Mahrouss --- dev/launch/src/AppMain.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dev/launch/src/AppMain.cc') 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) { -- cgit v1.2.3