Work on scheduler

This commit is contained in:
ssimnb 2026-02-26 08:22:29 +01:00
parent e72c8fe6fd
commit 184f1a60de
9 changed files with 67 additions and 41 deletions

View file

@ -20,7 +20,8 @@ typedef struct cpu_state {
}cpu_state;
void smp_init();
cpu_state *get_cpu_struct();
cpu_state *get_current_cpu_state();
cpu_state *get_cpu_state(int);
uint64_t get_cpu_count();
void bsp_early_init();
bool get_cpu_struct_initialized();