summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Collapse)Author
45 min.project: Correct malformed copyright headersHEADmasterdevIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
21 hourskern/amd64: mp: Add multiprocessing groundworkIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
42 hourskern/amd64+mu: Add processor descriptor + percpu stateIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
44 hourskern: Add initial ACPI related sourcesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
47 hourskern/amd64+mu: Add initial virtual memory sourcesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern: panic: Deprecate mu_panic_preamble()Ian Moffett
This commit deprecates mu_panic_preamble() in favor of the mu_spinlock_acq() function Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern: vm: Add initial physical memory managementIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern: dev: Add initial console driverIan Moffett
This commit introduces the boot console driver and integrates it with the tracing system Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern: dev: Add video RAM driverIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 daysbuild: Add header depsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern: Add initial vm/ subsystem + hhdm helpersIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern: os: Add trace function for kernel logsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern/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>
3 dayskern: lib: Add OSMORA base libsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern: Add MI serial interfaceIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 daysbuild: Make build logs prettyIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern: Create C kernel entrypointIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>