summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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