summaryrefslogtreecommitdiff
path: root/src/sys/arch/amd64/boot
AgeCommit message (Expand)Author
2025-09-18kern: io: Add initial PCI CAM driverIan Moffett
2025-09-16kern/amd64: cpu: Make GDT per-cpu to match TSSIan Moffett
2025-09-15kern/amd64: Move i8259/uart init to chipset_init()Ian Moffett
2025-09-15kern/amd64: gdt: Load GDT before setting GS_BASEIan Moffett
2025-09-15kernel/amd64: Add task state segment logicIan Moffett
2025-09-15kern/amd64: boot: Initialize I/O APIC *once*Ian 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-13kern/amd64: Add platform and UART initIan Moffett
2025-09-13kern/amd64: Define the GDTIan Moffett