index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
include
/
arch
Age
Commit message (
Expand
)
Author
2025-09-15
kern: Add traprame related MD headers
Ian Moffett
2025-09-15
kern/amd64: Add interrupt descriptor table core
Ian Moffett
2025-09-15
os/amd64: Reduce coupling with VAS structure
Ian Moffett
2025-09-15
os/amd64: Make MMU header standard per arch
Ian Moffett
2025-09-14
kern: Add sys/mman.h and generic prot flags
Ian Moffett
2025-09-14
kern: vm: Implement page mapping and VASes
Ian Moffett
2025-09-14
kern/amd64: Add Model Specific Register helpers
Ian Moffett
2025-09-14
kern/amd64: vm: Add initial MMU skeleton logic
Ian Moffett
2025-09-13
os/amd64: Add md_halt() to halt core
Ian Moffett
2025-09-13
os/amd64: Add md_intoff() and md_inton()
Ian Moffett
2025-09-13
os/amd64: mdcpu: Add md_spinwait() macro
Ian Moffett
2025-09-13
kern/amd64: Add platform and UART init
Ian Moffett
2025-09-13
kern/amd64: cpu: Initialize GDT
Ian Moffett
2025-09-13
os/amd64: Define CPU as pcore with MD counterpart
Ian Moffett
2025-09-13
project: Use limine as headstart
Ian Moffett
2025-09-13
kernel/amd64: Add port I/O helpers
Ian Moffett
2025-09-13
build: 'i386' -> 'amd64'
Ian Moffett