wip: memory is almost fixed and working fine (infinite loop on zones linked lists)
This commit is contained in:
@ -13,4 +13,4 @@
|
||||
#define KERN_DEBUG "8"
|
||||
|
||||
int kprintf(const char *restrict format, ...);
|
||||
int kvprintf(const char *restrict format, va_list ap);
|
||||
int kvprintf(const char *restrict format, va_list *ap);
|
||||
|
Reference in New Issue
Block a user