summaryrefslogtreecommitdiff
path: root/src/sys/arch
AgeCommit message (Expand)Author
2025-09-15kern/amd64: boot: Initialize I/O APIC *once*Ian Moffett
2025-09-15kernel/amd64: Move ioapic_read_madt() to acpi_subrIan Moffett
2025-09-15kern/amd64: ioapic: Add IRQ to vector routingIan Moffett
2025-09-15kern/amd64: Improve ioapic_read_madt() scalabilityIan 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/amd64: Add interrupt descriptor table coreIan Moffett
2025-09-15kern/amd64: mmu: Add creddit blockIan Moffett
2025-09-15os/amd64: Make MMU header standard per archIan Moffett
2025-09-14kern/amd64: mmu: Enable support for 5-level pagingIan Moffett
2025-09-14kern/amd64: mmu: Use CR4 not CR0 for CR4.L57Ian Moffett
2025-09-14kern: vm: Implement page mapping and VASesIan Moffett
2025-09-14kern/amd64: cpu: Add routine to get current coreIan Moffett
2025-09-14project: Correct copyright authorIan Moffett
2025-09-14kern/amd64: vm: Add initial MMU skeleton logicIan Moffett
2025-09-14build: Do not have per subsystem libsIan Moffett
2025-09-13os/amd64: Add panic()Ian Moffett
2025-09-13build: Link with kernel libstringIan Moffett
2025-09-13kern/amd64: Add platform and UART initIan Moffett
2025-09-13kern/amd64: Define the GDTIan Moffett
2025-09-13kern/amd64: cpu: Remove trailing newlineIan Moffett
2025-09-13kern/amd64: cpu: Initialize GDTIan Moffett
2025-09-13kern/amd64: Move locore.S to mainbus/Ian Moffett
2025-09-13project: Remove empty linkIan 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
2025-09-13kernel: Add kern_init.cIan Moffett
2025-09-13kernel/i386: locore: Initialize stackIan Moffett
2025-09-13sys/i386: locore: Add fbtag and endtagIan Moffett
2025-09-13initial sourcesIan Moffett