index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
Age
Commit message (
Expand
)
Author
2025-09-20
kern: Initialize ACPI before cpu_conf() call
Ian Moffett
2025-09-20
kern: acpi: Add HPET table to acpi/tables.h
Ian Moffett
2025-09-20
kern: syscall: Add initial write(2) stub
Ian Moffett
2025-09-20
kern: proc: Add address checking routine
Ian Moffett
2025-09-20
kern: cons: Constantly update ch x/y in loop
Ian Moffett
2025-09-20
kern: proc: Move sys_exit() to sys/compat/unix/*
Ian Moffett
2025-09-20
kern: pci: Add bus framework and PCI BAR mapper
Ian Moffett
2025-09-20
kern: pci: Assume error if barreg is zero
Ian Moffett
2025-09-20
kern: pci: Add further info of pci_bus_lookup()
Ian Moffett
2025-09-20
kern: pci: Add PCI_BAR_IO() checker in pci/cam.h
Ian Moffett
2025-09-20
kern/amd64: mmu: Add page-level cacheability attrs
Ian Moffett
2025-09-20
kern: pci: Ensure lookup data is copied on attach
Ian Moffett
2025-09-20
kern: pci: Handle base address registers (BARs)
Ian Moffett
2025-09-20
kern: dma: Add DMA frame allocator
Ian Moffett
2025-09-19
kern: proc: Keep track of mapped areas with ranges
Ian Moffett
2025-09-19
kern/amd64: proc: Add proc_self()
Ian Moffett
2025-09-19
kern: pci: Implement PCI leaf drivers + AHCI stub
Ian Moffett
2025-09-19
kern: init: Initialize generic drivers
Ian Moffett
2025-09-19
kern: Add '.modules' section to kernel binary
Ian Moffett
2025-09-19
kern/amd64: build: Ensure .a libs retain sections
Ian Moffett
2025-09-19
kern: pci: Add module credit
Ian Moffett
2025-09-19
kernel: pci: Add PCI lookup routine
Ian Moffett
2025-09-19
kern: pci: Add 'class' and 'subclass' to device
Ian Moffett
2025-09-19
kern: vfs: Add namei() prototype function
Ian Moffett
2025-09-19
kern: vfs: Add mountpoint lookup helper
Ian Moffett
2025-09-19
kernel: vfs: Add initial mount code + mount initrd
Ian Moffett
2025-09-19
kernel: mount: Add mountpoint allocation
Ian Moffett
2025-09-19
kernel: vfs: Handle root path in vfs_cmt_cnt()
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-18
kern: pci: Implement device list as TAILQ
Ian Moffett
2025-09-18
kern: pci: Make max buses to scan configurable
Ian Moffett
2025-09-18
build: Allow each subsystem to have their own conf
Ian Moffett
2025-09-18
kern: pci: Handle logging of device and vendor ID
Ian Moffett
2025-09-18
kern: pci: Get device_id with 'vend_dev[31:16]'
Ian Moffett
2025-09-18
kern: Bump L5 version to v0.0.2
Ian Moffett
2025-09-18
kern: pci: Add initial bus enumeration
Ian Moffett
2025-09-18
kern: io: Add initial PCI CAM driver
Ian Moffett
2025-09-17
kern/amd64: syscall: Use current platform latch
Ian Moffett
2025-09-17
kern/amd64: Implement syscall domains and windows
Ian Moffett
2025-09-17
kern: Add syscall entry and SYS_exit syscall
Ian Moffett
2025-09-17
sys: proc: Wrap structures in _KERNEL guard
Ian Moffett
2025-09-17
kern: init: Add copyright
Ian Moffett
2025-09-17
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
2025-09-17
kern: init: Load /usr/sbin/init after boot
Ian Moffett
2025-09-17
kern/amd64: mmu: Add mmu_free_vas() to cleanup VAS
Ian Moffett
2025-09-17
sys: proc: Add docs for extra proc fields
Ian Moffett
2025-09-17
kern/amd64: proc: Add initial context switch logic
Ian Moffett
[prev]
[next]