diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 22:38:43 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 22:38:43 +0100 |
| commit | a8c17ccd6d97cc78830917dc6282b040b21ba16c (patch) | |
| tree | 2181e96ccf9c89c677d2208661bce5584a667470 /Private/NewKit | |
| parent | 78861f1b16f18a85e9f6890e16eb320412b6ab80 (diff) | |
Kernel: Update SPECS and TODO list.
Cleaned up the SPECS to get into the point.
Current Task: Load kernel into memory.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/CRC32.hpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Private/NewKit/CRC32.hpp b/Private/NewKit/CRC32.hpp index b5859cfa..751f98b9 100644 --- a/Private/NewKit/CRC32.hpp +++ b/Private/NewKit/CRC32.hpp @@ -14,9 +14,8 @@ #define kCrcCnt (256) -namespace hCore -{ - Int crc32(const Char* crc, Int len); -} // namespace hCore +namespace hCore { +Int ke_crc32(const Char* crc, Int len); +} // namespace hCore -#endif // !__CRC32_H__ +#endif // !__CRC32_H__ |
