Age | Commit message (Collapse) | Author | |
---|---|---|---|
21 hours | kern/amd64: proc: Add initial context switch logic | Ian Moffett | |
This commit introduces new functions that will be useful for having multiple processes run on the system. - Add md_proc_yield() - Add md_proc_kick() - Add md_sched_switch() Signed-off-by: Ian Moffett <ian@osmora.org> | |||
3 days | kern: Add initial scheduler skeleton | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |