index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
Age
Commit message (
Expand
)
Author
2024-07-11
kernel: namei: Allow lookups farther than '/'
Ian Moffett
2024-07-11
kernel: vfs: Implement mountpoint naming
Ian Moffett
2024-07-10
kernel: Init drivers
Ian Moffett
2024-07-09
kernel: Call vm_init() before acpi_init()
Ian Moffett
2024-07-07
kernel/amd64: Add serial debug logging
Ian Moffett
2024-07-04
kernel: init_main: Startup PID 1
Ian Moffett
2024-07-04
kernel/amd64: Add syscall support + SYS_exit
Ian Moffett
2024-07-02
kernel: proc: Remove PROC_INEXEC flag
Ian Moffett
2024-07-02
kernel/amd64: Handle the user GS segment register
Ian Moffett
2024-07-01
kernel: exec: Add execve()
Ian Moffett
2024-06-30
kernel: sched: Add exit1()
Ian Moffett
2024-06-29
kernel: elf: Cleanup error handling
Ian Moffett
2024-06-29
kernel: elf: Fix memory leak
Ian Moffett
2024-06-29
kernel: elf: nd.vp -> vp
Ian Moffett
2024-06-28
kernel: fork: Ensure 'newproc' is zeroed
Ian Moffett
2024-06-28
kernel: elf: Add ELF64 loader
Ian Moffett
2024-06-28
kernel: vfs: Add vnode refcount
Ian Moffett
2024-06-28
kernel: vfs: Don't destroy vnode if error
Ian Moffett
2024-06-28
kernel/amd64: Focus md_td_init() to fork MD code
Ian Moffett
2024-06-25
kernel: vfs: Add getattr vop
Ian Moffett
2024-06-25
kernel: vfs: Keep style consistent
Ian Moffett
2024-06-25
kernel: sched: Remove "TODO" from sched_switch()
Ian Moffett
2024-06-23
kernel: Init proc0
Ian Moffett
2024-06-23
kernel: Add fork1()
Ian Moffett
2024-06-23
kernel: sched: Add PCB and context switching
Ian Moffett
2024-06-19
kernel: Add initramfs and initial VFS code
Ian Moffett
2024-06-08
kernel/amd64: Prepare for scheduler
Ian Moffett
2024-06-08
kernel/amd64: Pass CPU info to cpu_startup()
Ian Moffett
2024-06-05
kernel: init_main: Init virtual memory subsystem
Ian Moffett
2024-06-04
kernel: syslog: Print timestamp in kprintf()
Ian Moffett
2024-06-04
kernel: Add initial ACPI code
Ian Moffett
2024-06-04
kernel: Add panic()
Ian Moffett
2024-06-04
project: Initial commit
Ian Moffett