summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-09-18kern: pci: Add initial bus enumerationIan Moffett
2025-09-18kern: io: Add initial PCI CAM driverIan Moffett
2025-09-17kern/amd64: syscall: Use current platform latchIan Moffett
2025-09-17kern/amd64: Implement syscall domains and windowsIan Moffett
2025-09-17kern: Add syscall entry and SYS_exit syscallIan Moffett
2025-09-17sys: proc: Wrap structures in _KERNEL guardIan Moffett
2025-09-17kern: init: Add copyrightIan Moffett
2025-09-17kern/amd64: proc: Add proc_kill() routineIan Moffett
2025-09-17kern: init: Load /usr/sbin/init after bootIan Moffett
2025-09-17build: 'cmd/test' -> 'cmd/init'Ian Moffett
2025-09-17kern/amd64: mmu: Add mmu_free_vas() to cleanup VASIan Moffett
2025-09-17sys: proc: Add docs for extra proc fieldsIan Moffett
2025-09-17cmd: test: Use and link with libc stubIan Moffett
2025-09-17lib: Add initial libc stubIan Moffett
2025-09-17build: Add user.mkIan Moffett
2025-09-17docs: Add build instructionsIan Moffett
2025-09-17kern/amd64: proc: Add initial context switch logicIan Moffett
2025-09-17kern: sched: Write proc result in sched_deq()Ian Moffett
2025-09-17build: Add test program to src/cmd/Ian Moffett
2025-09-17kern/amd64: cpu: Add process load balancingIan Moffett
2025-09-17kernel/amd64: mp: Use NULL instead of wrappingIan Moffett
2025-09-17sys: cpuvar: Mark machine dependent routines as MDIan Moffett
2025-09-17kern: init: Add L5 bootup logoIan Moffett
2025-09-17kern: Make memmap dump configurable via kconfIan Moffett
2025-09-17kern/amd64: mp: Add cpu_get() routineIan Moffett
2025-09-17build: Create sysroot on bootstrapIan Moffett
2025-09-17kern/amd64: mp: Use zero-based index in corelistIan Moffett
2025-09-16kern/amd64: mdcpu: Document GDT fields in mdcoreIan Moffett
2025-09-16kern/amd64: cpu: Make GDT per-cpu to match TSSIan Moffett
2025-09-16kern/amd64: proc: Do not kick proc in md_set_ip()Ian Moffett
2025-09-16kern/amd64: tss: Fix stack allocation sizeIan Moffett
2025-09-16kern/amd64: cpu: Initialize platform before LAPICIan Moffett
2025-09-16tools: Add script to get hardware documentationIan Moffett
2025-09-16Merge branch 'dev'Ian Moffett
2025-09-16kern: proc: Add initialization code for ring 3Ian Moffett
2025-09-16kern: proc: Add initialization code for ring 3Ian Moffett
2025-09-16kernel: elf: Load ELFs into memoryIan Moffett
2025-09-16kernel: elf: Use memcpy() and remove memset() callIan Moffett
2025-09-16kern: elf: Fix frame calcs + style cleanupIan Moffett
2025-09-16kern: elf: Default to PROT_READ | PROT_USERIan Moffett
2025-09-16kern: elf: Don't load blank program headersIan Moffett
2025-09-16kern/amd64: Add 'curproc' field to 'pcore'Ian Moffett
2025-09-16kern/amd64: proc: Store trapframe in PCBIan Moffett
2025-09-16kern/amd64: mmu: Condence update into one line + fixIan Moffett
2025-09-16kern: vm: Implement lazy allocation for vm_map()Ian Moffett
2025-09-16kern/amd64: mmu: Add routine to switch VASIan Moffett
2025-09-16kern/amd65: mmu: Do not pass virtual address overIan Moffett
2025-09-16kern: Add initial ELF loader sourcesIan Moffett
2025-09-16sys: Add sys/elf.hIan Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett