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
10 hours
docs: readme: Add goals section
Ian Moffett
10 hours
docs: Add syscall updates to readme progress
Ian Moffett
11 hours
kern/amd64: syscall: Use current platform latch
Ian Moffett
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
sys: proc: Wrap structures in _KERNEL guard
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
15 hours
build: 'cmd/test' -> 'cmd/init'
Ian Moffett
16 hours
kern/amd64: mmu: Add mmu_free_vas() to cleanup VAS
Ian Moffett
16 hours
sys: proc: Add docs for extra proc fields
Ian Moffett
16 hours
cmd: test: Use and link with libc stub
Ian Moffett
17 hours
lib: Add initial libc stub
Ian Moffett
17 hours
build: Add user.mk
Ian Moffett
18 hours
docs: Add build instructions
Ian Moffett
18 hours
kern/amd64: proc: Add initial context switch logic
Ian Moffett
18 hours
kern: sched: Write proc result in sched_deq()
Ian Moffett
19 hours
build: Add test program to src/cmd/
Ian Moffett
30 hours
kern/amd64: cpu: Add process load balancing
Ian Moffett
30 hours
kernel/amd64: mp: Use NULL instead of wrapping
Ian Moffett
31 hours
sys: cpuvar: Mark machine dependent routines as MD
Ian Moffett
32 hours
kern: init: Add L5 bootup logo
Ian Moffett
32 hours
kern: Make memmap dump configurable via kconf
Ian Moffett
33 hours
kern/amd64: mp: Add cpu_get() routine
Ian Moffett
33 hours
build: Create sysroot on bootstrap
Ian Moffett
33 hours
kern/amd64: mp: Use zero-based index in corelist
Ian Moffett
34 hours
kern/amd64: mdcpu: Document GDT fields in mdcore
Ian Moffett
34 hours
kern/amd64: cpu: Make GDT per-cpu to match TSS
Ian Moffett
34 hours
kern/amd64: proc: Do not kick proc in md_set_ip()
Ian Moffett
34 hours
kern/amd64: tss: Fix stack allocation size
Ian Moffett
34 hours
kern/amd64: cpu: Initialize platform before LAPIC
Ian Moffett
36 hours
tools: Add script to get hardware documentation
Ian Moffett
36 hours
Merge branch 'dev'
Ian Moffett
36 hours
reamde: Add credit
Ian Moffett
36 hours
readme: Fix typo
Ian Moffett
36 hours
kern: proc: Add initialization code for ring 3
Ian Moffett
37 hours
reamde: Add credit
Ian Moffett
37 hours
readme: Fix typo
Ian Moffett
37 hours
kern: proc: Add initialization code for ring 3
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
37 hours
kern/amd64: Add 'curproc' field to 'pcore'
Ian Moffett
37 hours
kern/amd64: proc: Store trapframe in PCB
Ian Moffett
37 hours
kern/amd64: mmu: Condence update into one line + fix
Ian Moffett
41 hours
kern: vm: Implement lazy allocation for vm_map()
Ian Moffett
41 hours
readme: Add additional hw to 'progress'
Ian Moffett
[next]