Rename struct Thread; Completely split task memspace and shceduling

This commit is contained in:
TXuian
2024-05-18 21:37:30 +08:00
parent 0b858de120
commit 736ba18769
36 changed files with 636 additions and 260 deletions
@@ -30,7 +30,6 @@ Modification:
#include "kern_init.h"
#include "assert.h"
#include "kalloc.h"
#include "log.h"
#include "task.h"