summaryrefslogtreecommitdiff
path: root/kernel/cpu/cpu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move context save area to pcb not in stackFreya Murphy2025-04-281-24/+38
|
* add tssFreya Murphy2025-04-241-0/+3
|
* fmtFreya Murphy2025-04-161-63/+67
|
* add support for cpu feature checking, see, and avxFreya Murphy2025-04-161-22/+181
|
* public cpu_print_regs fnFreya Murphy2025-04-151-0/+63
|
* fmtFreya Murphy2025-04-031-1/+2
|
* add 64-bit idt/pic and fix pagingFreya Murphy2025-04-031-0/+10