From e55f246042a12955200e20abe406b26ab02b94fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Sep 2025 11:38:39 +0200 Subject: feat: launch: Working on LaunchKit's implementation. Signed-off-by: Amlal El Mahrouss --- dev/launch/LaunchKit/LaunchKit.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dev/launch/LaunchKit') diff --git a/dev/launch/LaunchKit/LaunchKit.h b/dev/launch/LaunchKit/LaunchKit.h index 95d91e09..1a134e8f 100644 --- a/dev/launch/LaunchKit/LaunchKit.h +++ b/dev/launch/LaunchKit/LaunchKit.h @@ -7,3 +7,12 @@ #pragma once #include + +/// @author Amlal El Mahrouss +/// @brief NeKernel Launch Kit. + +#define NELAUNCH_INFO(MSG) PrintOut(nullptr, "INFO: [LAUNCH] %s\n", MSG) +#define NELAUNCH_WARN(MSG) PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG) + +using LaunchHandle = VoidPtr; +using KernelStatus = SInt32; -- cgit v1.2.3