summaryrefslogtreecommitdiff
path: root/src/sys/include/arch
AgeCommit message (Expand)Author
2025-09-15kernel/amd64: Add task state segment logicIan Moffett
2025-09-15kern/amd64: lapic: Initialize percore Local APICIan Moffett
2025-09-15kern/amd64: ioapic: Add IRQ to vector routingIan Moffett
2025-09-15kern/amd64: Add I/O APIC initialization codeIan Moffett
2025-09-15kern/amd64: boot: Disable the i8259 chip on bootIan Moffett
2025-09-15kern/amd64: Add exception handlersIan Moffett
2025-09-15kern: Add traprame related MD headersIan Moffett
2025-09-15kern/amd64: Add interrupt descriptor table coreIan Moffett
2025-09-15os/amd64: Reduce coupling with VAS structureIan Moffett
2025-09-15os/amd64: Make MMU header standard per archIan Moffett
2025-09-14kern: Add sys/mman.h and generic prot flagsIan Moffett
2025-09-14kern: vm: Implement page mapping and VASesIan Moffett
2025-09-14kern/amd64: Add Model Specific Register helpersIan Moffett
2025-09-14kern/amd64: vm: Add initial MMU skeleton logicIan Moffett
2025-09-13os/amd64: Add md_halt() to halt coreIan Moffett
2025-09-13os/amd64: Add md_intoff() and md_inton()Ian Moffett
2025-09-13os/amd64: mdcpu: Add md_spinwait() macroIan Moffett
2025-09-13kern/amd64: Add platform and UART initIan Moffett
2025-09-13kern/amd64: cpu: Initialize GDTIan Moffett
2025-09-13os/amd64: Define CPU as pcore with MD counterpartIan Moffett
2025-09-13project: Use limine as headstartIan Moffett
2025-09-13kernel/amd64: Add port I/O helpersIan Moffett
2025-09-13build: 'i386' -> 'amd64'Ian Moffett