bSchnepp / pantheon

Tiny operating system for aarch64 devices
6 stars 0 forks source link

Scheduler rework #17

Closed bSchnepp closed 3 years ago

bSchnepp commented 3 years ago

This branch reworks the scheduler to be entirely thread-based, ensuring that a process could have multiple threads running concurrently, rather than the old procedure which may not directly allow this.