diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 10:53:14 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 10:53:14 +0100 |
| commit | e7a0b930db64af7a22142d034389e6e4adbb59ab (patch) | |
| tree | 642f0d206834b016cbb5ab57768d558aeac6c54c /Private/HALKit/AMD64/Processor.cpp | |
| parent | 28817e6dbb31b4004e2fd1a5be2c85bcbfe0a5ec (diff) | |
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 <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/HALKit/AMD64/Processor.cpp')
| -rw-r--r-- | Private/HALKit/AMD64/Processor.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 <HALKit/AMD64/Processor.hpp> +/** + * @file Processor.cpp + * @brief This file is about processor specific functions (in/out...) + */ + namespace hCore::HAL { void out8(UInt16 port, UInt8 value) |
