did some restructuring, got multitasking almost working
This commit is contained in:
@@ -11,7 +11,7 @@ int strcmp(const char *s1, const char *s2);
|
||||
int strlen(const char* str);
|
||||
|
||||
void kgrow(size_t pages);
|
||||
void* alloc(size_t sz);
|
||||
void* kalloc(size_t sz);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user