summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Collapse)Author
2025-11-15kern: os: Add trace function for kernel logsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-15kern/amd64: Add panic function + MU helpersIan Moffett
This commit introduces a panic function as well as a panic machine unifier layer for MD specifics that help bring the system to a halt. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-15kern: lib: Add OSMORA base libsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-15kern: Add MI serial interfaceIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-15build: Make build logs prettyIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-15kern: Create C kernel entrypointIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>