Commit Graph

12 Commits

Author SHA1 Message Date
d7626df19c core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
494a0f425c add: bzero 2025-01-22 14:44:50 +01:00
dda9c8a1ef feature: terminal scroll works again (with a bg image, without the bg image it's a wip) 2024-12-17 15:33:21 +01:00
41786ea523 feature: add a few helpers fn (is...)
fix: print unprintable characters no longer occurs
2024-10-11 13:10:47 +02:00
ed11ec794a fix: nvm strcmp should crash on NULL, color cmd is now protected though 2024-09-27 12:07:17 +02:00
f65d5ce418 fix: strcmp protection with NULL args 2024-09-27 12:03:52 +02:00
943f2beab9 feature: kmalloc kfree and krealloc are good 2024-09-21 12:17:27 +02:00
9b3a6cb5a4 style: clang-format on all files 2024-09-18 22:30:11 +02:00
19141e6883 fix: screen switch now works well with the shell and its "history" 2024-09-11 15:51:40 +02:00
07ff7f6087 lib: add: memcmp 2024-09-10 16:38:21 +02:00
cf617d6984 feature: multiple screens + cursor move (bug to fix)
style: reorganise code structure
2024-09-08 05:03:50 +02:00
d270657fc9 ratio submodule 2024-09-07 14:40:46 +02:00