Age | Commit message (Collapse) | Author | |
---|---|---|---|
13 days | kern/amd64: cpu: Add CPU halt ISR for IPIs | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-17 | kern: Add syscall entry and SYS_exit syscall | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-17 | 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> | |||
2025-09-15 | kern/amd64: lapic: Add LAPIC timer support | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-15 | kern/amd64: Add exception handlers | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |