diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-23 02:58:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-23 02:58:39 +0100 |
| commit | 5563deabd8f7ce3fc713ea23f8cf5bbac33b4024 (patch) | |
| tree | f182700a0360ecf7319415915638e44a5d0074dc /Private/NewKit/NewKit.hpp | |
| parent | ab4eaababec7f870378ed64fbbf51b154b292a7b (diff) | |
Kernel: add heap information (allocator)
- Force use of itanium ABI even of MPCC.
- Revision of handover has been done. (it is not assuming any starting
address)
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit/NewKit.hpp')
| -rw-r--r-- | Private/NewKit/NewKit.hpp | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Private/NewKit/NewKit.hpp b/Private/NewKit/NewKit.hpp index 8e560914..fc18a900 100644 --- a/Private/NewKit/NewKit.hpp +++ b/Private/NewKit/NewKit.hpp @@ -10,18 +10,16 @@ #pragma once -#include <NewKit/OwnPtr.hpp> -#include <NewKit/New.hpp> -#include <NewKit/Json.hpp> -#include <NewKit/UserHeap.hpp> -#include <NewKit/ErrorOr.hpp> -#include <NewKit/ArrayList.hpp> #include <NewKit/Array.hpp> +#include <NewKit/ArrayList.hpp> +#include <NewKit/ErrorOr.hpp> +#include <NewKit/Json.hpp> +#include <NewKit/KernelCheck.hpp> +#include <NewKit/LockDelegate.hpp> +#include <NewKit/MutableArray.hpp> +#include <NewKit/New.hpp> +#include <NewKit/OwnPtr.hpp> #include <NewKit/Ref.hpp> -#include <NewKit/RuntimeCheck.hpp> #include <NewKit/Stream.hpp> +#include <NewKit/UserHeap.hpp> #include <NewKit/Utils.hpp> -#include <NewKit/MutableArray.hpp> -#include <NewKit/LockDelegate.hpp> - - |
