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/String.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/String.hpp')
| -rw-r--r-- | Private/NewKit/String.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewKit/String.hpp b/Private/NewKit/String.hpp index e6bc745e..6979739a 100644 --- a/Private/NewKit/String.hpp +++ b/Private/NewKit/String.hpp @@ -11,7 +11,7 @@ #include <NewKit/Defines.hpp> #include <NewKit/ErrorOr.hpp> -#include <NewKit/RuntimeCheck.hpp> +#include <NewKit/KernelCheck.hpp> namespace HCore { class StringView final { |
