index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-09-15
kern: Add traprame related MD headers
Ian Moffett
2025-09-15
kern/amd64: Add interrupt descriptor table core
Ian Moffett
2025-09-15
kern/amd64: mmu: Add creddit block
Ian Moffett
2025-09-15
kern: cons: Handle ASCII linefeed char
Ian Moffett
2025-09-15
sys: Add sys/ascii.h
Ian Moffett
2025-09-15
kern: cons: Finish string writing logic
Ian Moffett
2025-09-15
sys: syslog: Wrap routines in _KERNEL guard
Ian Moffett
2025-09-15
kern: cons: Add console string writing routine
Ian Moffett
2025-09-15
kern: io: Implement initial console logic
Ian Moffett
2025-09-15
docs: Update README
Ian Moffett
2025-09-15
os/amd64: Reduce coupling with VAS structure
Ian Moffett
2025-09-15
os/amd64: Make MMU header standard per arch
Ian Moffett
2025-09-15
kern: os: Add initial kalloc subsystem
Ian Moffett
2025-09-15
kern: Add TLSF allocator port
Ian Moffett
2025-09-15
kern: os: Add assert.h
Ian Moffett
2025-09-15
sys: Add sys/limits.h
Ian Moffett
2025-09-14
sys: cdefs: Keep offsetof as-is
Ian Moffett
2025-09-14
kern: Add sys/mman.h and generic prot flags
Ian Moffett
2025-09-14
kern/amd64: mmu: Enable support for 5-level paging
Ian Moffett
2025-09-14
kern/amd64: mmu: Use CR4 not CR0 for CR4.L57
Ian Moffett
2025-09-14
kern: vm: Implement page mapping and VASes
Ian Moffett
2025-09-14
kern/amd64: Add Model Specific Register helpers
Ian Moffett
2025-09-14
kern: vm: Add virtual/physical address types
Ian Moffett
2025-09-14
kern/amd64: cpu: Add routine to get current core
Ian Moffett
2025-09-14
sys: cpuvar: Routines are kernel specific
Ian Moffett
2025-09-14
project: Correct copyright author
Ian Moffett
2025-09-14
kern/amd64: vm: Add initial MMU skeleton logic
Ian Moffett
2025-09-14
build: Define _KERNEL for system services
Ian Moffett
2025-09-14
os: vm: Add physical memory manager
Ian Moffett
2025-09-14
os: Add early boot message
Ian Moffett
2025-09-14
build: Do not have per subsystem libs
Ian Moffett
2025-09-13
vm: Add initial vm/vm.h
Ian Moffett
2025-09-13
data: boot: Drop timeout to 0s
Ian Moffett
2025-09-13
os: boot: Add boot variable information
Ian Moffett
2025-09-13
build: Add Makefile to sys/lib/
Ian Moffett
2025-09-13
os: init: Panic at end of kernel
Ian Moffett
2025-09-13
os/amd64: Add panic()
Ian Moffett
2025-09-13
sys: Add limine.h
Ian Moffett
2025-09-13
os/amd64: Add md_halt() to halt core
Ian Moffett
2025-09-13
os/amd64: Add md_intoff() and md_inton()
Ian Moffett
2025-09-13
build: Default to amd64
Ian Moffett
2025-09-13
build: Link with kernel libstring
Ian Moffett
2025-09-13
os: Add syslog logging
Ian Moffett
2025-09-13
build: Point includes to string dir as well
Ian Moffett
2025-09-13
os: Add lib/stdbool.h
Ian Moffett
2025-09-13
os: Add lib/stdarg.h
Ian Moffett
2025-09-13
os: lib: Import string lib
Ian Moffett
2025-09-13
os: Add spinlock support
Ian Moffett
2025-09-13
os/amd64: mdcpu: Add md_spinwait() macro
Ian Moffett
2025-09-13
os: kern_init -> os_init.c
Ian Moffett
[next]