kernel/inc/utils
antifallobst 83f5e77d52 feature (strings): implemented DJB string hashing function 2023-06-05 17:51:10 +02:00
..
crypto feature (crypto): implemented SHA-1 2023-05-26 21:24:23 +02:00
bitmap.h refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
core.h refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
hashmap.h feature (hashmaps): implemented hashmaps (NOT TESTED YET) 2023-05-29 16:23:03 +02:00
io.h Can't seem to get this working. 2023-04-22 10:48:15 +02:00
logger.h feature (logger): implemented debug log macro which logs file and line number of its call in adition to a given format string 2023-04-26 20:14:06 +02:00
math.h refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
memory.h refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
panic.h refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
status.h feature (status): added a few more error status codes 2023-05-07 00:33:10 +02:00
stdtypes.h refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
stream.h refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00
string.h feature (strings): implemented DJB string hashing function 2023-06-05 17:51:10 +02:00
symbol.h refactor (kernel): refactored the directory structure 2023-04-20 23:00:56 +02:00