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-17
build: Add user.mk
Ian Moffett
2025-09-17
docs: Add build instructions
Ian Moffett
2025-09-17
kern/amd64: proc: Add initial context switch logic
Ian Moffett
2025-09-17
kern: sched: Write proc result in sched_deq()
Ian Moffett
2025-09-17
build: Add test program to src/cmd/
Ian Moffett
2025-09-17
kern/amd64: cpu: Add process load balancing
Ian Moffett
2025-09-17
kernel/amd64: mp: Use NULL instead of wrapping
Ian Moffett
2025-09-17
sys: cpuvar: Mark machine dependent routines as MD
Ian Moffett
2025-09-17
kern: init: Add L5 bootup logo
Ian Moffett
2025-09-17
kern: Make memmap dump configurable via kconf
Ian Moffett
2025-09-17
kern/amd64: mp: Add cpu_get() routine
Ian Moffett
2025-09-17
build: Create sysroot on bootstrap
Ian Moffett
2025-09-17
kern/amd64: mp: Use zero-based index in corelist
Ian Moffett
2025-09-16
kern/amd64: mdcpu: Document GDT fields in mdcore
Ian Moffett
2025-09-16
kern/amd64: cpu: Make GDT per-cpu to match TSS
Ian Moffett
2025-09-16
kern/amd64: proc: Do not kick proc in md_set_ip()
Ian Moffett
2025-09-16
kern/amd64: tss: Fix stack allocation size
Ian Moffett
2025-09-16
kern/amd64: cpu: Initialize platform before LAPIC
Ian Moffett
2025-09-16
tools: Add script to get hardware documentation
Ian Moffett
2025-09-16
Merge branch 'dev'
Ian Moffett
2025-09-16
reamde: Add credit
Ian Moffett
2025-09-16
readme: Fix typo
Ian Moffett
2025-09-16
kern: proc: Add initialization code for ring 3
Ian Moffett
2025-09-16
reamde: Add credit
Ian Moffett
2025-09-16
readme: Fix typo
Ian Moffett
2025-09-16
kern: proc: Add initialization code for ring 3
Ian Moffett
2025-09-16
kernel: elf: Load ELFs into memory
Ian Moffett
2025-09-16
kernel: elf: Use memcpy() and remove memset() call
Ian Moffett
2025-09-16
kern: elf: Fix frame calcs + style cleanup
Ian Moffett
2025-09-16
kern: elf: Default to PROT_READ | PROT_USER
Ian Moffett
2025-09-16
kern: elf: Don't load blank program headers
Ian Moffett
2025-09-16
kern/amd64: Add 'curproc' field to 'pcore'
Ian Moffett
2025-09-16
kern/amd64: proc: Store trapframe in PCB
Ian Moffett
2025-09-16
kern/amd64: mmu: Condence update into one line + fix
Ian Moffett
2025-09-16
kern: vm: Implement lazy allocation for vm_map()
Ian Moffett
2025-09-16
readme: Add additional hw to 'progress'
Ian Moffett
2025-09-16
kern/amd64: mmu: Add routine to switch VAS
Ian Moffett
2025-09-16
kern/amd65: mmu: Do not pass virtual address over
Ian Moffett
2025-09-16
kern: Add initial ELF loader sources
Ian Moffett
2025-09-16
sys: Add sys/elf.h
Ian Moffett
2025-09-16
kern: proc: Add initial proc init + PCB code
Ian Moffett
2025-09-16
kern/amd64: mmu: Add mmu_new_vas() routine
Ian Moffett
2025-09-16
sys: Add sys/atomic.h
Ian Moffett
2025-09-15
sys: mman: Add PROT_USER flag
Ian Moffett
2025-09-15
kern: os: Introduce support for OMAR initramfs
Ian Moffett
2025-09-15
kern: vm_map: Add guard pages at end of mappings
Ian Moffett
2025-09-15
kern: vm: Add MI vm_map() function
Ian Moffett
2025-09-15
kern/amd64: lapic: Panic if MMIO base has moved
Ian Moffett
2025-09-15
kern/amd64: cpu: Add initial SMP startup code
Ian Moffett
2025-09-15
sys: limits: Add CPU_MAX limit
Ian Moffett
[prev]
[next]