Age | Commit message (Collapse) | Author | |
---|---|---|---|
16 hours | kern: Add syscall entry and SYS_exit syscall | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
20 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/amd64: lapic: Add LAPIC timer support | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
3 days | kern/amd64: Add exception handlers | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |