diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-21 04:02:52 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-21 04:02:52 +0200 |
| commit | 283d25d583a62aa9e56a2af412a7074e31db3069 (patch) | |
| tree | 89a039b5ddf8a608d8591adccfa0e2e64d189893 /dev/DebuggerKit/NeKernelContract.h | |
| parent | 35007dec2032ff539b9e2d5eaf4cfefa50c57216 (diff) | |
fix: debugger_kit: fix protocol magic.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/DebuggerKit/NeKernelContract.h')
| -rw-r--r-- | dev/DebuggerKit/NeKernelContract.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/DebuggerKit/NeKernelContract.h b/dev/DebuggerKit/NeKernelContract.h index 0e31140..7488cad 100644 --- a/dev/DebuggerKit/NeKernelContract.h +++ b/dev/DebuggerKit/NeKernelContract.h @@ -19,7 +19,7 @@ class NeKernelContract; namespace Detail { inline constexpr auto kDebugCmdLen = 256U; inline constexpr auto kDebugPort = 51820; - inline constexpr auto kDebugMagic = "VMK1.0.0;"; + inline constexpr auto kDebugMagic = "NE1.0.0;"; inline constexpr uint16_t kDebugVersion = 0x0100; inline constexpr auto kDebugDelim = ';'; inline constexpr auto kDebugEnd = '\r'; |
