diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-01 08:50:50 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-01 08:53:36 +0200 |
| commit | 2ef7b73cff0d99d04e5091e98b3988532e2b1063 (patch) | |
| tree | e3d0289661dcc90bb966ef338e18a53600abcd4b /dev/kernel/KernelKit/PEF.h | |
| parent | 72fa8a81498a53491950f92d9e96fbe6dd65cc04 (diff) | |
kernel: mmap the blob to VMAddress in PEFCodeMgr, alongside other fixes regarding memory leaks.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/PEF.h')
| -rw-r--r-- | dev/kernel/KernelKit/PEF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/PEF.h b/dev/kernel/KernelKit/PEF.h index 03398b48..9381e491 100644 --- a/dev/kernel/KernelKit/PEF.h +++ b/dev/kernel/KernelKit/PEF.h @@ -98,7 +98,7 @@ typedef struct PEFCommandHeader final { UInt32 Flags; /* container flags */ UInt16 Kind; /* container kind */ UIntPtr Offset; /* content offset */ - UIntPtr VMAddress; /* VM offset */ + UIntPtr VMAddress; /* VM offset */ SizeT Size; /* content Size */ } PACKED PEFCommandHeader; |
