diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-20 16:04:47 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-20 16:04:47 +0200 |
| commit | b0f3d2d99a02ea6a9009893428deb72cc3c92c19 (patch) | |
| tree | 7efdbb2136e7e9a3833d01b05fd7bf1ca20addb6 /dev | |
| parent | 3614980bbb672780bbaaef54ab8b1fa6a27d932c (diff) | |
Add License file for Macros.hxx
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ZKA/NewKit/Macros.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev/ZKA/NewKit/Macros.hxx b/dev/ZKA/NewKit/Macros.hxx index 522c488c..51b9575b 100644 --- a/dev/ZKA/NewKit/Macros.hxx +++ b/dev/ZKA/NewKit/Macros.hxx @@ -95,9 +95,9 @@ #endif #define kInvalidAddress 0xFBFBFBFBFBFBFBFB -#define kBadAddress 0x00000000000000 +#define kBadAddress 0x0000000000000000 #define kMaxAddr 0xFFFFFFFFFFFFFFFF -#define kPathLen 256 +#define kPathLen 0x100 #define PACKED ATTRIBUTE(packed) #define NO_EXEC ATTRIBUTE(noexec) @@ -123,6 +123,9 @@ /// @brief The main font file. #define kSysTTF "\\System\\urbanist.ttf" +/// @brief License file +#define kLicenseTxt "\\System\\License.txt" + /// @brief The main kernel file. #define kSysChime "\\System\\startup.wav" |
