From bdc831c1df0dd2af95f09fd1b86b4472c40d12b7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 27 May 2025 19:01:53 +0200 Subject: feat: Assign ThreadID to APIC's ProcessID when initialzing APs. refactor: Cleanup copyright headers and source code. feat: Add PrinterNetworkDevice, and DBGNetworkDevice. Signed-off-by: Amlal El Mahrouss --- dev/kernel/HALKit/AMD64/HalDebugProtocol.cc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev/kernel/HALKit/AMD64/HalDebugProtocol.cc (limited to 'dev/kernel/HALKit/AMD64/HalDebugProtocol.cc') diff --git a/dev/kernel/HALKit/AMD64/HalDebugProtocol.cc b/dev/kernel/HALKit/AMD64/HalDebugProtocol.cc new file mode 100644 index 00000000..8a1249ea --- /dev/null +++ b/dev/kernel/HALKit/AMD64/HalDebugProtocol.cc @@ -0,0 +1,16 @@ +/* ------------------------------------------- + + Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. + +------------------------------------------- */ + +//! @file DebuggerPort.cc +//! @brief UART debug via packets. + +#include +#include +#include + +// after that we have start of additional data. + +namespace Kernel {} // namespace Kernel -- cgit v1.2.3