dreamos82 / Dreamos64

My experiments with osdev... again
160 stars 8 forks source link

[SCHEDULING] Implement basic thread_t structure #118

Closed dreamos82 closed 2 years ago

dreamos82 commented 2 years ago

Implement a thread_t structure with the basic fields needed for task switching.