From e7a0b930db64af7a22142d034389e6e4adbb59ab Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 29 Jan 2024 10:53:14 +0100 Subject: NewBoot: Worked on protocol to add the PHT offset. Kernel: Need to make some room for IPC and subsystems, so I did cleanup some things. Signed-off-by: Amlal El Mahrouss --- Private/HALKit/AMD64/Processor.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Private/HALKit/AMD64/Processor.cpp') diff --git a/Private/HALKit/AMD64/Processor.cpp b/Private/HALKit/AMD64/Processor.cpp index c70c7959..4e1216e6 100644 --- a/Private/HALKit/AMD64/Processor.cpp +++ b/Private/HALKit/AMD64/Processor.cpp @@ -9,6 +9,11 @@ #include +/** + * @file Processor.cpp + * @brief This file is about processor specific functions (in/out...) + */ + namespace hCore::HAL { void out8(UInt16 port, UInt8 value) -- cgit v1.2.3