diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-03 21:08:50 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-03 21:09:12 +0200 |
| commit | f13cd06e819ac630dfa30446aa9fe4c1c8c83dc9 (patch) | |
| tree | 0628b588c4fe99facad47e453d673a3ae96099ed /dev/DebuggerKit/Platform.h | |
| parent | d84a951e42b69a1c2665548fa5d5f621b91e51ec (diff) | |
feat: DebuggerKit: NeKernel debugger protocol client.
what:
A new protocol to debug the NeKernel image.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/DebuggerKit/Platform.h')
| -rw-r--r-- | dev/DebuggerKit/Platform.h | 9 |
1 files changed, 4 insertions, 5 deletions
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 <arpa/inet.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/un.h> #include <unistd.h> -#else -#error !!! DebuggerKit needs a networking backend !!! -#endif
\ No newline at end of file |
