summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
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: 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-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-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
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: 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-14kern/amd64: vm: Add initial MMU skeleton logicIan Moffett
2025-09-14os: vm: Add physical memory managerIan Moffett
2025-09-13vm: Add initial vm/vm.hIan Moffett
2025-09-13os: boot: Add boot variable informationIan Moffett
2025-09-13os/amd64: Add panic()Ian Moffett
2025-09-13sys: Add limine.hIan 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: Add syslog loggingIan Moffett
2025-09-13os: Add lib/stdbool.hIan Moffett
2025-09-13os: Add lib/stdarg.hIan Moffett
2025-09-13os: lib: Import string libIan Moffett
2025-09-13os: Add spinlock supportIan 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
2025-09-13sys: Update copyrightIan Moffett