summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-15kernel/amd64: Move ioapic_read_madt() to acpi_subrIan Moffett
2025-09-15readme: Update progressIan Moffett
2025-09-15build: Clear out sys/target on distcleanIan 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: os_init: Move boot message at topIan Moffett
2025-09-15kern/amd64: Add I/O APIC initialization codeIan Moffett
2025-09-15kern: Add sys/mmio.hIan Moffett
2025-09-15kern: Initialize ACPI early on during bootIan Moffett
2025-09-15kern: Add initial ACPI implIan Moffett
2025-09-15kern: acpi: Add ACPI table definitionsIan Moffett
2025-09-15kern/amd64: boot: Disable the i8259 chip on bootIan Moffett
2025-09-15vm: physseg: Use new OS nameIan Moffett
2025-09-15kern: os_init: Initialize console earlier onIan 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-15kern/amd64: mmu: Add creddit blockIan Moffett
2025-09-15kern: cons: Handle ASCII linefeed charIan Moffett
2025-09-15sys: Add sys/ascii.hIan Moffett
2025-09-15kern: cons: Finish string writing logicIan Moffett
2025-09-15sys: syslog: Wrap routines in _KERNEL guardIan Moffett
2025-09-15kern: cons: Add console string writing routineIan Moffett
2025-09-15kern: io: Implement initial console logicIan Moffett
2025-09-15docs: Update READMEIan Moffett
2025-09-15os/amd64: Reduce coupling with VAS structureIan Moffett
2025-09-15os/amd64: Make MMU header standard per archIan Moffett
2025-09-15kern: os: Add initial kalloc subsystemIan Moffett
2025-09-15kern: Add TLSF allocator portIan Moffett
2025-09-15kern: os: Add assert.hIan Moffett
2025-09-15sys: Add sys/limits.hIan Moffett
2025-09-14sys: cdefs: Keep offsetof as-isIan Moffett
2025-09-14kern: Add sys/mman.h and generic prot flagsIan 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: Add Model Specific Register helpersIan Moffett
2025-09-14kern: vm: Add virtual/physical address typesIan Moffett
2025-09-14kern/amd64: cpu: Add routine to get current coreIan Moffett
2025-09-14sys: cpuvar: Routines are kernel specificIan Moffett
2025-09-14project: Correct copyright authorIan Moffett
2025-09-14kern/amd64: vm: Add initial MMU skeleton logicIan Moffett
2025-09-14build: Define _KERNEL for system servicesIan Moffett
2025-09-14os: vm: Add physical memory managerIan Moffett
2025-09-14os: Add early boot messageIan Moffett
2025-09-14build: Do not have per subsystem libsIan Moffett
2025-09-13vm: Add initial vm/vm.hIan Moffett
2025-09-13data: boot: Drop timeout to 0sIan Moffett
2025-09-13os: boot: Add boot variable informationIan Moffett
2025-09-13build: Add Makefile to sys/lib/Ian Moffett