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
/
os
Age
Commit message (
Expand
)
Author
4 days
kern/amd64: reboot: Add Intel PCH RST_CNT method
Ian Moffett
4 days
kern/amd64: reboot: Add I8042_REBOOT option
Ian Moffett
4 days
kern/amd64: Add reboot function
Ian Moffett
5 days
kern/amd64: bus: Use higher half VA for MMIO
Ian Moffett
5 days
kern: proc: Remove redundant flag set
Ian Moffett
5 days
kern/amd64: proc: Mark process as exiting on kill
Ian Moffett
6 days
kern: proc: Add initial penv block support
Ian Moffett
6 days
kern/amd64: Attempt to dequeue on a cores first go
Ian Moffett
2025-09-27
kern/amd64: panic: Halt all processors on panic
Ian Moffett
2025-09-23
kern/amd64: proc: Deallocate mapped frames on exit
Ian Moffett
2025-09-21
kern: bus: Simply return bus_space, don't remap
Ian Moffett
2025-09-20
kern: pci: Add bus framework and PCI BAR mapper
Ian Moffett
2025-09-19
kern/amd64: proc: Add proc_self()
Ian Moffett
2025-09-17
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
2025-09-17
kern/amd64: proc: Add initial context switch logic
Ian Moffett
2025-09-16
kern/amd64: proc: Do not kick proc in md_set_ip()
Ian Moffett
2025-09-16
kern: proc: Add initialization code for ring 3
Ian Moffett
2025-09-16
kern: proc: Add initial proc init + PCB code
Ian Moffett
2025-09-14
kern/amd64: cpu: Add routine to get current core
Ian Moffett
2025-09-13
os/amd64: Add panic()
Ian Moffett