diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 17:53:45 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 17:53:45 +0100 |
| commit | ca6831144b352e9d8fb7a514cfe717426ad6fa7b (patch) | |
| tree | 9044da1485b791676f470aceacf473fc3826bf76 /dev/Kernel/src/Heap.cc | |
| parent | 6f95c0b5815a4bd3362c1e8fe2241df25318d6fa (diff) | |
ADD: SwapDisk format, you use a custom data structure to work with virtual memory now.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/src/Heap.cc')
| -rw-r--r-- | dev/Kernel/src/Heap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/src/Heap.cc b/dev/Kernel/src/Heap.cc index 7409813b..2e0127d6 100644 --- a/dev/Kernel/src/Heap.cc +++ b/dev/Kernel/src/Heap.cc @@ -40,7 +40,7 @@ namespace Kernel struct PACKED HEAP_INFORMATION_BLOCK final { ///! @brief 32-bit value which contains the magic number of the heap. - UInt32 fMagic; + UInt64 fMagic; ///! @brief Boolean value which tells if the heap is allocated. Boolean fPresent : 1; |
