summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-09-13os: init: Panic at end of kernelIan 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-13build: Default to amd64Ian Moffett
2025-09-13build: Link with kernel libstringIan Moffett
2025-09-13os: Add syslog loggingIan Moffett
2025-09-13build: Point includes to string dir as wellIan 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-13os: kern_init -> os_init.cIan 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-13os/amd64: Define CPU as pcore with MD counterpartIan Moffett
2025-09-13build: TARGET -> TARGET_LIBIan Moffett
2025-09-13build: Add distcleanIan Moffett
2025-09-13kern/amd64: Move locore.S to mainbus/Ian Moffett
2025-09-13project: Remove empty linkIan Moffett
2025-09-13project: 'kern' -> 'os'Ian Moffett
2025-09-13project: Use limine as headstartIan Moffett