Age | Commit message (Expand) | Author |
---|---|---|
2025-09-20 | kern: syscall: Add initial write(2) stub | Ian Moffett |
2025-09-20 | kern: pci: Add bus framework and PCI BAR mapper | Ian Moffett |
2025-09-19 | kern: Add '.modules' section to kernel binary | Ian Moffett |
2025-09-19 | kern: vfs: Add path component counter | Ian Moffett |
2025-09-18 | kern: vfs: Add initial vfsops, and mount code | Ian Moffett |
2025-09-18 | kern: vfs: Add vnode allocation / release routines | Ian Moffett |
2025-09-18 | kern: vfs: Add initial vnode definitions | Ian Moffett |
2025-09-17 | kern/amd64: proc: Add initial context switch logic | Ian Moffett |
2025-09-16 | kern: Add initial ELF loader sources | Ian Moffett |
2025-09-15 | kern: os: Introduce support for OMAR initramfs | Ian Moffett |
2025-09-15 | kern: Add initial scheduler skeleton | Ian Moffett |
2025-09-15 | kern: Add sys/mmio.h | Ian Moffett |
2025-09-15 | kern: os: Add initial kalloc subsystem | Ian Moffett |
2025-09-15 | kern: os: Add assert.h | Ian Moffett |
2025-09-13 | os: Add spinlock support | Ian Moffett |