index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
37 hours
kern: proc: Add initialization code for ring 3
Ian Moffett
38 hours
kernel: elf: Load ELFs into memory
Ian Moffett
38 hours
kernel: elf: Use memcpy() and remove memset() call
Ian Moffett
38 hours
kern: elf: Fix frame calcs + style cleanup
Ian Moffett
38 hours
kern: elf: Default to PROT_READ | PROT_USER
Ian Moffett
38 hours
kern: elf: Don't load blank program headers
Ian Moffett
38 hours
kern/amd64: Add 'curproc' field to 'pcore'
Ian Moffett
38 hours
kern/amd64: proc: Store trapframe in PCB
Ian Moffett
39 hours
kern/amd64: mmu: Condence update into one line + fix
Ian Moffett
42 hours
kern: vm: Implement lazy allocation for vm_map()
Ian Moffett
43 hours
kern/amd64: mmu: Add routine to switch VAS
Ian Moffett
43 hours
kern/amd65: mmu: Do not pass virtual address over
Ian Moffett
44 hours
kern: Add initial ELF loader sources
Ian Moffett
44 hours
sys: Add sys/elf.h
Ian Moffett
2 days
kern: proc: Add initial proc init + PCB code
Ian Moffett
2 days
kern/amd64: mmu: Add mmu_new_vas() routine
Ian Moffett
2 days
sys: Add sys/atomic.h
Ian Moffett
2 days
sys: mman: Add PROT_USER flag
Ian Moffett
3 days
kern: os: Introduce support for OMAR initramfs
Ian Moffett
3 days
kern: vm_map: Add guard pages at end of mappings
Ian Moffett
3 days
kern: vm: Add MI vm_map() function
Ian Moffett
3 days
kern/amd64: lapic: Panic if MMIO base has moved
Ian Moffett
3 days
kern/amd64: cpu: Add initial SMP startup code
Ian Moffett
3 days
sys: limits: Add CPU_MAX limit
Ian Moffett
3 days
build: boot: Show boot menu on startup
Ian Moffett
3 days
kern: Add initial scheduler skeleton
Ian Moffett
3 days
kern/amd64: Move i8259/uart init to chipset_init()
Ian Moffett
3 days
kern/amd64: gdt: Load GDT before setting GS_BASE
Ian Moffett
3 days
sys: Add sys/queue.h
Ian Moffett
3 days
kern/amd64: lapic: Add LAPIC timer support
Ian Moffett
3 days
kern/amd64: intel: Add i8254 PIT driver
Ian Moffett
3 days
kern/amd64: ioapic: Add one to nredir
Ian Moffett
3 days
kernel/amd64: Add task state segment logic
Ian Moffett
3 days
kern/amd64: lapic: Initialize percore Local APIC
Ian Moffett
3 days
kern/amd64: boot: Initialize I/O APIC *once*
Ian Moffett
3 days
kernel/amd64: Move ioapic_read_madt() to acpi_subr
Ian Moffett
3 days
build: Clear out sys/target on distclean
Ian Moffett
3 days
kern/amd64: ioapic: Add IRQ to vector routing
Ian Moffett
3 days
kern/amd64: Improve ioapic_read_madt() scalability
Ian Moffett
3 days
kern: os_init: Move boot message at top
Ian Moffett
3 days
kern/amd64: Add I/O APIC initialization code
Ian Moffett
3 days
kern: Add sys/mmio.h
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: acpi: Add ACPI table definitions
Ian Moffett
3 days
kern/amd64: boot: Disable the i8259 chip on boot
Ian Moffett
3 days
vm: physseg: Use new OS name
Ian Moffett
3 days
kern: os_init: Initialize console earlier on
Ian Moffett
3 days
kern/amd64: Add exception handlers
Ian Moffett
3 days
kern: Add traprame related MD headers
Ian Moffett
[next]