summaryrefslogtreecommitdiff
path: root/sys/kern/disk_engine.c
AgeCommit message (Collapse)Author
12 hourskernel: disk: Add initial disk engine sourcesIan Moffett
This commit introduces the initial disk engine sources. The Hyra disk engine refers to the software layer that intercepts SYS_disk syscalls and routes standard opcodes to internal disk routines. Signed-off-by: Ian Moffett <ian@osmora.org>