summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-09-16sys: Add sys/elf.hIan Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett
2025-09-16kern/amd64: mmu: Add mmu_new_vas() routineIan Moffett
2025-09-16sys: Add sys/atomic.hIan Moffett
2025-09-15sys: mman: Add PROT_USER flagIan Moffett
2025-09-15kern: os: Introduce support for OMAR initramfsIan Moffett
2025-09-15kern: vm_map: Add guard pages at end of mappingsIan Moffett
2025-09-15kern: vm: Add MI vm_map() functionIan Moffett
2025-09-15kern/amd64: lapic: Panic if MMIO base has movedIan Moffett
2025-09-15kern/amd64: cpu: Add initial SMP startup codeIan Moffett
2025-09-15sys: limits: Add CPU_MAX limitIan Moffett
2025-09-15build: boot: Show boot menu on startupIan Moffett
2025-09-15kern: Add initial scheduler skeletonIan 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-15sys: Add sys/queue.hIan Moffett
2025-09-15kern/amd64: lapic: Add LAPIC timer supportIan Moffett
2025-09-15kern/amd64: intel: Add i8254 PIT driverIan Moffett
2025-09-15kern/amd64: ioapic: Add one to nredirIan Moffett
2025-09-15kernel/amd64: Add task state segment logicIan Moffett
2025-09-15kern/amd64: lapic: Initialize percore Local APICIan Moffett
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-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-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