summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/Makefile
AgeCommit message (Collapse)Author
23 hourskern/amd64: mp: Add multiprocessing groundworkIan 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/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/amd64: cpu: Add kernel fence for trap entryIan Moffett
A kernel fence ensures that the GS base will contain kernel data on entry. Signed-off-by: Ian Moffett <ian@osmora.org>
3 daysbuild: Make build logs prettyIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 daysinitial commitIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>