Per-cpu kernel pseudo process

This commit is contained in:
2026-03-11 17:47:12 +01:00
parent f1268ec1ba
commit e765855309
10 changed files with 89 additions and 33 deletions

View File

@@ -33,6 +33,7 @@ struct cpu {
struct list_node_link* proc_run_q;
struct proc* proc_current;
int proc_run_q_count;
struct proc* kproc;
};
struct cpu* cpu_make (uint64_t lapic_id, uint64_t acpi_id);