Feat: kernel thread done

This commit is contained in:
2025-04-27 11:04:28 +08:00
parent 02b2a87fed
commit 981cae803b
14 changed files with 303 additions and 122 deletions

View File

@@ -21,6 +21,7 @@ typedef struct timer {
} timer_t;
void add_timer_task(task_t task);
void sleep(uint64_t ms);
void timer_irq_handler(void);