summaryrefslogtreecommitdiff
path: root/sys/kern/disk_engine.c
AgeCommit message (Collapse)Author
19 hourskernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
This commit introduces the DISK_IO_QUERY opcode to the disk engine so that a user application may query specific devices. Signed-off-by: Ian Moffett <ian@osmora.org>
4 dayskernel: 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>