diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 14:26:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 14:26:01 +0100 |
| commit | 800977c96cd64b3beeccaa7d373daed3987b1c2a (patch) | |
| tree | d97b5788f92b416f8f7f386ed9f179ab792b6f72 /Private/KernelKit/PEF.hpp | |
| parent | e559cf01834340d0a4dfcb45f7bdf081e8994032 (diff) | |
Kernel: Improvements and fixes regarding the VMMers and assembly code.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/PEF.hpp')
| -rw-r--r-- | Private/KernelKit/PEF.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Private/KernelKit/PEF.hpp b/Private/KernelKit/PEF.hpp index 8c67c6ae..0cee2e90 100644 --- a/Private/KernelKit/PEF.hpp +++ b/Private/KernelKit/PEF.hpp @@ -22,7 +22,11 @@ #define kPefVersion 1 #define kPefNameLen 64 -// @brief Preferred Executable Format, a format designed for any computer. +/// @brief Preferred Executable Format, a format designed +/// for RISC/CISC Von-neumann processor types. + +/// The PEF also uses the x64 PE calling convention and ABI. +/// It's just that the container are different. namespace HCore { enum { |
