did some restructuring, got multitasking almost working

This commit is contained in:
2026-06-26 20:05:01 -05:00
parent 57d7d34c6d
commit 43bc0df81a
35 changed files with 481 additions and 307 deletions

View File

@@ -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