index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
arch
/
amd64
/
cpu
/
cpu_conf.c
Age
Commit message (
Expand
)
Author
4 days
kern/amd64: cpu: Get processor family ID
Ian Moffett
4 days
kern/amd64: Identify processor vendor in mdcore
Ian Moffett
2025-09-26
kern/amd64: cpu: Add CPU halt ISR for IPIs
Ian Moffett
2025-09-26
kern/amd64: cpu: Enable interrupts upon CPU startup
Ian Moffett
2025-09-17
kern: Add syscall entry and SYS_exit syscall
Ian Moffett
2025-09-16
kern/amd64: cpu: Make GDT per-cpu to match TSS
Ian Moffett
2025-09-16
kern/amd64: cpu: Initialize platform before LAPIC
Ian Moffett
2025-09-15
kern/amd64: gdt: Load GDT before setting GS_BASE
Ian Moffett
2025-09-15
kernel/amd64: Add task state segment logic
Ian Moffett
2025-09-15
kern/amd64: lapic: Initialize percore Local APIC
Ian Moffett
2025-09-15
kern/amd64: Add exception handlers
Ian Moffett
2025-09-14
kern/amd64: cpu: Add routine to get current core
Ian Moffett
2025-09-13
kern/amd64: Add platform and UART init
Ian Moffett
2025-09-13
kern/amd64: cpu: Remove trailing newline
Ian Moffett
2025-09-13
kern/amd64: cpu: Initialize GDT
Ian Moffett