From f13cd06e819ac630dfa30446aa9fe4c1c8c83dc9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 3 Sep 2025 21:08:50 +0200 Subject: feat: DebuggerKit: NeKernel debugger protocol client. what: A new protocol to debug the NeKernel image. Signed-off-by: Amlal El Mahrouss --- dev/DebuggerKit/Platform.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dev/DebuggerKit/Platform.h') diff --git a/dev/DebuggerKit/Platform.h b/dev/DebuggerKit/Platform.h index 6a3ef7c..04c9187 100644 --- a/dev/DebuggerKit/Platform.h +++ b/dev/DebuggerKit/Platform.h @@ -2,16 +2,15 @@ DebuggerKit (C) 2025 Amlal El Mahrouss File: NeKernelContract.cc - Purpose: NeKernel Debugger + Purpose: NeKernel Debugger Platform include. */ #pragma once -#ifdef DEBUGGERKIT_POSIX +/// @author Amlal El Mahrouss + +#include #include #include #include #include -#else -#error !!! DebuggerKit needs a networking backend !!! -#endif \ No newline at end of file -- cgit v1.2.3