Rename & scheduler stuff

This commit is contained in:
ssimnb 2026-01-24 08:15:08 +01:00
parent 4e40a040dd
commit 0066af13e8
25 changed files with 63 additions and 88 deletions

View file

@ -8,7 +8,7 @@ enum {
LOG_SUCCESS,
};
void klog(const char *func, const char *msg);
void klog(const char *func, const char *msg, ...);
int kprintf(const char *format_string, ...);