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
/
os
Age
Commit message (
Expand
)
Author
12 hours
kern/amd64: Implement syscall domains and windows
Ian Moffett
14 hours
kern: Add syscall entry and SYS_exit syscall
Ian Moffett
15 hours
kern: init: Add copyright
Ian Moffett
15 hours
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
15 hours
kern: init: Load /usr/sbin/init after boot
Ian Moffett
18 hours
kern: sched: Write proc result in sched_deq()
Ian Moffett
30 hours
kern/amd64: cpu: Add process load balancing
Ian Moffett
32 hours
kern: init: Add L5 bootup logo
Ian Moffett
32 hours
kern: Make memmap dump configurable via kconf
Ian Moffett
37 hours
kernel: elf: Load ELFs into memory
Ian Moffett
37 hours
kernel: elf: Use memcpy() and remove memset() call
Ian Moffett
37 hours
kern: elf: Fix frame calcs + style cleanup
Ian Moffett
37 hours
kern: elf: Default to PROT_READ | PROT_USER
Ian Moffett
37 hours
kern: elf: Don't load blank program headers
Ian Moffett
43 hours
kern: Add initial ELF loader sources
Ian Moffett
2 days
kern: proc: Add initial proc init + PCB code
Ian Moffett
2 days
kern: os: Introduce support for OMAR initramfs
Ian Moffett
3 days
kern/amd64: cpu: Add initial SMP startup code
Ian Moffett
3 days
kern: Add initial scheduler skeleton
Ian Moffett
3 days
kernel/amd64: Add task state segment logic
Ian Moffett
3 days
kern: os_init: Move boot message at top
Ian Moffett
3 days
kern: Initialize ACPI early on during boot
Ian Moffett
3 days
kern: Add initial ACPI impl
Ian Moffett
3 days
kern: os_init: Initialize console earlier on
Ian Moffett
3 days
kern: cons: Finish string writing logic
Ian Moffett
3 days
kern: io: Implement initial console logic
Ian Moffett
3 days
kern: os: Add initial kalloc subsystem
Ian Moffett
4 days
project: Correct copyright author
Ian Moffett
4 days
os: vm: Add physical memory manager
Ian Moffett
4 days
os: Add early boot message
Ian Moffett
4 days
build: Do not have per subsystem libs
Ian Moffett
4 days
os: boot: Add boot variable information
Ian Moffett
4 days
os: init: Panic at end of kernel
Ian Moffett
4 days
os: Add syslog logging
Ian Moffett
4 days
os: Add spinlock support
Ian Moffett
4 days
os: kern_init -> os_init.c
Ian Moffett
4 days
kern/amd64: cpu: Initialize GDT
Ian Moffett
4 days
build: TARGET -> TARGET_LIB
Ian Moffett
5 days
project: 'kern' -> 'os'
Ian Moffett