summaryrefslogtreecommitdiffhomepage
path: root/dev/launch/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 22:09:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 22:09:11 +0100
commitf29e7e30fde2b994c86024659b41f56b64dce911 (patch)
treeaea2324ca72b09fe32b29aa280fc43d4984956ef /dev/launch/src
parentae9267caf5ec8a247206d660109cd377be6bd6cd (diff)
fix: kernel: OpenHeFS and NeFS fixes, PCI and DriveMgr fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/launch/src')
-rw-r--r--dev/launch/src/AppMain.cc7
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) {